Bug Fix – Unable to install software packages under Ubuntu 9.10

Ubuntu 9.10 a.k.a Karmic Koala seems to have a bug which prevents user from installing software packages on their system. No matter from where you try – via console, via double clicking the .deb file or via Ubuntu Software Center the applications simply refuse to get installed. Every time you go ahead to installing software you are given the following error message.

_____________________________________________________

Package Operation Failed
The installation or removal of a software package failed.

Details:
E:I wasn’t able to locate file for the adobe-flashplugin package. This might mean you need to manually fix this package.

_____________________________________________________

To rectify this error, simply enter the following commands under a console & now you should be able to install any software packages normally under Ubuntu 9.10.

sudo rm /var/lib/dpkg/info/adobe-flashplugin.prerm

sudo dpkg-reconfigure adobe-flashplugin –force

sudo dpkg –purge –force-all adobe-flashplugin

sudo apt-get install flashplugin-nonfree

  • Share/Bookmark

Related posts:

  1. Managing Software under Linux(Debian) – Part 1 Installing software under Linux doesn’t require one to hit the...
  2. Ubuntu 9.10 Released !! The wait is over for Ubuntu fans. Canonical has released...
  3. Ubuntu 9.10 Karmic Koala : What’s New ? As Ubuntu 9.10 gets ready for launch, the news from...

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted on Tuesday, November 17th, 2009 at 1:06 pm and is filed under Ubuntu . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

5 Responses to “ Bug Fix – Unable to install software packages under Ubuntu 9.10 ”

  1. Luis says:

    Not
    sudo dpkg –purge –force-all adobe-flashplugin
    but
    sudo dpkg –purge –force-all adobe-flashplugin

  2. Luis says:

    two minuses in front of purge and forge instead of one
    long hiphen

  3. Gaurav says:

    @Luis – Mine seems to be working fine.

  4. Vsuth says:

    There is a problem with the Ubuntu software center when you are downloading software package for me i will get to install and the command button install will do nothing else. It was disable . I attempt to find command to activate it. It seem nothing work . I keep going from one problem to another with Ubuntu losing all data stored .

  5. Gaurav says:

    Seems like the Software Center needs to be re-hauled in the upcoming version. Many users are reporting problems with it.



Leave a Reply