Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
i installed ubuntu because my windows wasn't working properly, but i ended up enjoying linux. the problem is i had to install the flash player, and i didn't know how ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Location
    iasi, romania, south-eastern europe
    Posts
    7

    Exclamation please help me, it's driving me mad

    i installed ubuntu because my windows wasn't working properly, but i ended up enjoying linux. the problem is i had to install the flash player, and i didn't know how to use the terminal. After asking a few people, it still doesn't work: if i type

    cd /home

    it works... IF i type

    cd /home/munteanu

    it does nothing... IF i type

    cd /home/munteanu/desktop/player

    it says no such file or directory exists

    PLEASE HELP ME...I ALREADY REINSTALLED ABOUT 3 OS'S...i know it's gotta be something simple, but i dont know what... thank u

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    try

    cd ~/Desktop/player

    ~ = home directory of logined user. so it wont matter if you mistyped username
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,301
    I'll just add - notice the capital D - linux files and directories are case sensitive

    desktop is not the same as Desktop
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  4. #4
    Just Joined!
    Join Date
    Jan 2009
    Location
    iasi, romania, south-eastern europe
    Posts
    7

    thank you, but still...

    it doesn't work...and i just reinstalled ubuntu 1 hour ago, it can't be some sort of error. so my username is munteanu, and the folder is the only thing on my desktop and it still doesn't work

    munteanu@linuxkk:~$ cd ~/Desktop/player
    bash: cd: /home/munteanu/Desktop/player: No such file or directory
    munteanu@linuxkk:~$ cd /home
    munteanu@linuxkk:/home$ cd /home/munteanu
    munteanu@linuxkk:~$

  5. #5
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,301
    Are you sure player is all lower case? Could it be Player?

    try these

    Code:
    cd ~/Desktop
    ls
    this should show you the files and directories in Desktop
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Location
    iasi, romania, south-eastern europe
    Posts
    7

    i did it, thanx :*

    i finally realised my error, please don't think i'm an idiot...

    munteanu@linuxkk:~$ cd ~/Desktop
    munteanu@linuxkk:~/Desktop$ ls
    player.tar.gz wallpapers
    munteanu@linuxkk:~/Desktop$ cd ~/Desktop/player
    bash: cd: /home/munteanu/Desktop/player: No such file or directory
    munteanu@linuxkk:~/Desktop$ cd ~/Desktop/player.tar.gz
    bash: cd: /home/munteanu/Desktop/player.tar.gz: Not a directory
    munteanu@linuxkk:~/Desktop$ cd ~/desktop/playa
    bash: cd: /home/munteanu/desktop/playa: No such file or directory
    munteanu@linuxkk:~/Desktop$ ls
    playa player.tar.gz wallpapers
    munteanu@linuxkk:~/Desktop$ cd ~/Desktop/playa
    munteanu@linuxkk:~/Desktop/playa$ ./flashplayer-installer

    Copyright(C) 2002-2006 Adobe Macromedia Software LLC. All rights reserved.

    Adobe Flash Player 10 for Linux

    Adobe Flash Player 10 will be installed on this machine.



    the only problem now is that mozilla doesn't have the plug-in installed, so there must be something wrong again

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get install flashplugin-nonfree
    In case it doesn't work, post the output of uname -a command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,301
    If you are trying to install Flash the simple way is

    Open Synaptic System -> Administration -> Synaptic (I think - it's different in Mint) - you will be asked for your password.

    Click Settings -> Repositories and make sure that everything in the first tab is selected
    Click OK until you get back to the main Synaptic Window
    Click the Update button in the tool bar

    You now have all the latest software available to you

    Click the Search button and enter "ubuntu-restricted-extras" without the quotes (This will install Flash, various codecs and if I remember rightly, Java)
    Click search again and tick the box next to the one result found.
    Click apply.

    Watch as the software is downloaded from the Ubuntu repositories and installed for you.

    Unlike Windows, you rarely have to download software from the web in Linux. You can if you want a later version but it is safer to stick with the repositories.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  9. #9
    Just Joined!
    Join Date
    Jan 2009
    Location
    iasi, romania, south-eastern europe
    Posts
    7

    omg it's driving me crazy

    so i restarted the computer, thinking the effects will come. sites still tell me to get the latest flash player, so i download the .rpm version... i follow the instructions, and nothing happens. Then i read the note that says i have to be a root user... wtf is that ? i mean i am the only user, there is only one account on this pc, shouldn't i be the administrator? what should i do? the thing is i wouldn't be so desperate if at least i could play my music, but not even that works in linux, so i want to listen just a lil bit on sites...

    sorry if i'm bothering...

  10. #10
    Just Joined!
    Join Date
    Jan 2009
    Location
    iasi, romania, south-eastern europe
    Posts
    7
    wait i didnt see your previous reply...sorry...let me try that
    THX

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...