Results 1 to 5 of 5
basically, I'm new to using Ubunto and there are a lot of videos on the internet that I can't view, there is just a grey box with a grey play ...
- 10-25-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
still trying to get my head around su and sudo
basically, I'm new to using Ubunto and there are a lot of videos on the internet that I can't view, there is just a grey box with a grey play button in the middle, but when I click it it does nothing, so I'm assuming it's java, as I have downloaded the recent flash, and so can't be this.
Downloaded java successfully to my desktop, followed the instructions on the website, and told me to type su in command, asked for password, typed in password, press enter and then I get authentication failure, I know the password is right...but I can't go any further from here, I'm only doing what the website is telling me, but I don't know what else to do. I don't even know if it is java I need but the website I don't have the most recent one installed.
- 10-25-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
The su command doesn't work on Ubuntu by default as the root account is locked. When you use sudo, it's asking for your password, so to run any root command just prefix the individual command with sudo and enter your password when prompted.
Now with all of that said, try to get out of the habit of installing things manually; avoid it unless you absolutely have to. It is my understanding that Java is already installed in Ubuntu but if you wish to install it or a different version, go to System > Administration > Synaptic Package Manager and search for it in there. If you stick to your package manager you won't have all of the heartbreak of dependency problems or searching online to find a particular package.
- 10-25-2009 #3
Hello and Welcome!

I'm pretty sure you can install Flash player from the terminal.
I may be a little off on that... I'm not a Ubuntu userCode:sudo apt-get install flashplugin-nonfree
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-25-2009 #4This would sugggest you might have an open source flash player installed - swfdec, gnash, or both. These sadly don't work too well, yet, and either will conflict with the non-free flash player. So make sure they are uninstalled when installing the adobe flash player.there is just a grey box with a grey play button in the middle,
You can get java, and most the non-free software you need to multimedia withCode:sudo apt-get install ubuntu-restricted-extras
- 10-25-2009 #5Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
thanks guys, got them working now, just getting used to it as I've recently transferred from windows :P thanks again


Reply With Quote