Results 1 to 4 of 4

Thread: Unable to install and remove software

  1. #1
    Join Date
    Nov 2011
    Beans
    17

    Question [solved]Unable to install and remove software

    Sorry Guys It May repeated post.
    I tried search But didn't find any better solution (Or the Noob don't Know how to search.)


    When i am installing any software from software center I am getting following error.
    The installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way. You have to repair this before you can install or remove any further software.
    Please some one Give me an solution.


    Thank You
    Last edited by MUK3SH; November 28th, 2011 at 01:12 PM.

  2. #2
    Join Date
    Dec 2009
    Location
    Fareham, UK
    Beans
    2,382
    Distro
    Ubuntu

    Re: Unable to install and remove software

    Hello MUK3SH

    Welcome to the Forums.

    Open a terminal (Ctrl+Alt+T) and run the following commands one at a time.
    Code:
    sudo dpkg --configure -a
    
    sudo apt-get install -f
    
    sudo apt-get update
    
    sudo apt-get upgrade

    Hopefully this should fix things.

    If it does not post the error messages here between
    Code:
     and
    tags by clicking the # button.

    Thank you.

  3. #3
    Join Date
    May 2011
    Location
    india
    Beans
    10
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: Unable to install and remove software

    One possible reason for this issue can be your source /etc/apt/sources.list got corrupted.
    If this the case then please verify this file and then delete it.

    This will update you software repository list to default one, possible this happens when you have added some invalid software repository.

    After deleting that source list, run below command, hope it will work for you.

    sudo dpkg --configure -a
    sudo apt-get update
    sudo apt-get upgrade

  4. #4
    Join Date
    Nov 2011
    Beans
    17

    Smile Re: Unable to install and remove software

    Thanks A lot. God Bless You my dear friend, It worked Fine

Tags for this Thread

Bookmarks

Posting Permissions

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