Results 1 to 4 of 4

Thread: Unable to open Software Manager & System Update

  1. #1
    Join Date
    Oct 2010
    Posts
    53

    Unable to open Software Manager & System Update

    I have just took a backup of one file on my Linux Mint 9 machine by using Terminal. The file name was "sources" and I have used the following command.
    Code:
        sudo cp /etc/apt/sources /etc/apt/sources_backup
    I have seen both the files in the folder "etc" and I guess have made mistake as I am not more able to open Software Manager and I also can't make a system update. It does not seems to be solve this issue manually means removing or replacing the file. Please help!

  2. #2
    Join Date
    May 2008
    Posts
    2,680

    Re: Unable to open Software Manager & System Update

    I suggest you to run the following command
    Code:
        gksudo gedit /etc/apt/sources.list
    after which you need to add the corresponding repositories and Save it. here I have provided the default for Mint 9.

    Code:
        deb http://packages.linuxmint.com/ isadora main upstream import
        deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
        deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
        deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
        deb http://archive.canonical.com/ubuntu/ lucid partner
        deb http://packages.medibuntu.org/ lucid free non-free

  3. #3
    Join Date
    Apr 2009
    Posts
    994

    Re: Unable to open Software Manager & System Update

    I guess you have not backup the file properly and because of your mistake there would be two files present in the same directory due to which you are not able to open Software Manager nor you would be able to update system. I suggest you to delete the file that you have just created and then check that it works properly or not. Now you may take backup of the same file at some other place so that your operating system does not gets confused with the existing one.

  4. #4
    Join Date
    May 2008
    Posts
    991

    Re: Unable to open Software Manager & System Update

    Here I have provided you the solution that will definitely work for you. use the following command on Terminal.

    Code:
       sudo bash
        cp /etc/apt/sources.list /etc/apt/sources.list-backup
        gedit /etc/apt/sources.list
    Start Editing:
    Before:
    Code:
        deb http://packages.linuxmint.com/ isadora main upstream import
        deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
        deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
        deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
        deb http://archive.canonical.com/ubuntu/ lucid partner
        deb http://packages.medibuntu.org/ lucid free non-free
    After:

    Code:
        # deb http://packages.linuxmint.com/ isadora main upstream import
        # deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
        # deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
        # deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
        # deb http://archive.canonical.com/ubuntu/ lucid partner
        # deb http://packages.medibuntu.org/ lucid free non-free
    
        deb http://packages.linuxmint.com/ julia main upstream import
        deb http://archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
        deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
        deb http://security.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse
        deb http://archive.canonical.com/ubuntu/ maverick partner
        deb http://packages.medibuntu.org/ maverick free non-free
    Now save the file and exit from the gedit. Here you would be back in the Terminal and then use following command and then reboot your machine.

    Code:
        apt-get update
        apt-get dist-upgrade
        apt-get upgrade

Similar Threads

  1. Unable to update system software on encrypted THRiVE tablet
    By LaurenBc in forum Portable Devices
    Replies: 7
    Last Post: 08-10-2011, 06:56 PM
  2. Unable to open the Device Manager in Windows 7
    By Faisgha Hunry in forum Operating Systems
    Replies: 14
    Last Post: 31-12-2010, 08:00 PM
  3. Unable to open Application Manager on nokia 5230
    By Harmony60 in forum Portable Devices
    Replies: 4
    Last Post: 06-03-2010, 02:21 PM
  4. Download Manager to get ipod software update
    By Leoniee in forum Portable Devices
    Replies: 3
    Last Post: 12-08-2009, 06:29 PM

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
  •  
Page generated in 1,714,048,510.96149 seconds with 17 queries