finding a file from terminal

Asked by JoAnn E Zander

I am newly learning Ubuntu and have been trying to locate a file on my desktop to install FlashPlayer without luck. I have been using sudo cd /home, (etc.), thuogh it says that sudo: cd: command not found. Please help with suggestions.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Kemel Zaidan aka Legendario
Solved:
Last query:
Last reply:
Revision history for this message
Best Kemel Zaidan aka Legendario (kemelzaidan) said :
#1

It says that because cd is not a root command. Since you are newbie to Ubuntu, i will assume you're using gutsy version. If you want to install the flash player, make it by apt-get. On the terminal type:

sudo apt-get install flashplugin-nonfree

If you type the command below, it will instal not only the flash plugin but java, mp3, quicktime support and the microsoft true type core fonts (such as aria and times new roman):

sudo apt-get install ubuntu-restricted-extras

if you are using kubuntu ou xubuntu, substitute them on the package above (eg. kubuntu-restricted-extras)

Hope it helped.

Revision history for this message
JoAnn E Zander (jzander) said :
#2

Thank you. I was able to get it installed.
JoAnn

Kemel wrote:
> Your question #18227 on gnome-terminal in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/18227
>
> Status: Open => Answered
>
> Kemel proposed the following answer:
> It says that because cd is not a root command. Since you are newbie to
> Ubuntu, i will assume you're using gutsy version. If you want to install
> the flash player, make it by apt-get. On the terminal type:
>
> sudo apt-get install flashplugin-nonfree
>
> If you type the command below, it will instal not only the flash plugin
> but java, mp3, quicktime support and the microsoft true type core fonts
> (such as aria and times new roman):
>
> sudo apt-get install ubuntu-restricted-extras
>
> if you are using kubuntu ou xubuntu, substitute them on the package
> above (eg. kubuntu-restricted-extras)
>
> Hope it helped.
>
>

Revision history for this message
JoAnn E Zander (jzander) said :
#3

Thanks Kemel, that solved my question.

Revision history for this message
Kemel Zaidan aka Legendario (kemelzaidan) said :
#4

no worries, dude.