Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, I am using UBUNTU 8.04...I downloaded the flash player from internet...but i am trying to install...but i cant...Can anyone help me?...
  1. #1
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308

    How to install flash player

    Hi,
    I am using UBUNTU 8.04...I downloaded the flash player from internet...but i am trying to install...but i cant...Can anyone help me?
    Thanks in advance...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Does your machine has intenet access?
    You should install Flash Player through Package Manager only.
    Code:
    sudo apt-get install flashplugin-nonfree
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    I am getting this error

    Code:
    sharief@sharief-desktop:~/Desktop/softwares$ sudo apt-get install flashplugin-nonfree
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run `apt-get -f install' to correct these:
    The following packages have unmet dependencies:
      adobe-flashplugin: Depends: libpango1.0-0 (>= 1.20.5) but 1.20.1-1 is to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    sharief@sharief-desktop:~/Desktop/softwares$
    What to do now?Kindly helpme....
    Thanks in advance...

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo apt-get -f install
    sudo dpkg --configure -a
    Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! mlhazan's Avatar
    Join Date
    Jul 2007
    Posts
    53
    Quote Originally Posted by devils casper View Post
    Execute this
    Code:
    sudo apt-get -f install
    sudo dpkg --configure -a
    Post exact error message here, if any.
    I have the same problem.when i did the first command

    Code:
    mlhazan@centriano:~$ sudo apt-get -f install
    [sudo] password for mlhazan: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages will be REMOVED:
      adobe-flashplugin
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 10.2MB disk space will be freed.
    Do you want to continue [Y/n]? Y
    (Reading database ... 95864 files and directories currently installed.)
    Removing adobe-flashplugin ...
    Then I did
    Code:
    mlhazan@centriano:~$ sudo dpkg --configure -a
    Nothing showed up.

    Next I install the plugin again using:
    Code:
    sudo apt-get install flashplugin-nonfree
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    flashplugin-nonfree is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    the result is nothing.I still can't watch youtube.
    Please help.

  6. #6
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    If you have visited a site that required flash you should have been prompted to get it. If not, open System > Administration > Software Sources and make sure that the Universe and Multiverse are enabled. You can then try reinstalling flash player as devils_casper has suggested.

Posting Permissions

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