Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Help with update manager

  1. #1
    Join Date
    Nov 2006
    Location
    India
    Beans
    161

    Help with update manager

    Please can someone help me? When I try to open update manager I get the following message:Screenshot from 2012-08-09 08:35:33.png

  2. #2
    Join Date
    Jul 2011
    Beans
    3,037
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help with update manager

    Looks to me as if you have at least one third-party repository enabled that causes problems. Try to disable the repository and see if update manager is able to proceed.

  3. #3
    Join Date
    Nov 2006
    Location
    India
    Beans
    161

    Re: Help with update manager

    Quote Originally Posted by 2F4U View Post
    Looks to me as if you have at least one third-party repository enabled that causes problems. Try to disable the repository and see if update manager is able to proceed.
    I tried to launch the Ubuntu Software Center but it does not launch. Is there other way to disable the repository?

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Help with update manager

    Open update manager. Bottom left corner is 'Settings'. Go to 'Other Software' and disable the repo.

  5. #5
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Help with update manager

    The settings button in the lower left corner of the update manager accesses the software sources, where you can disable the extra repos, in 'other software'.

  6. #6
    Join Date
    Jan 2012
    Location
    New Zealand
    Beans
    14
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Help with update manager

    Had same prob.
    Independent.Provided by Third Party Disabled.
    Now updates OK.
    Many Thanks
    2burke

  7. #7
    Join Date
    Nov 2006
    Location
    India
    Beans
    161

    Re: Help with update manager

    What happen is that I can not open Update Manager. When I try to open only comes the following:


    Screenshot from 2012-08-09 08:35:33.png

  8. #8
    Join Date
    Jul 2009
    Location
    Greenock - Scotland - UK
    Beans
    78
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help with update manager

    What version of Ubuntu are you running? It's always advisable to include this in support posts as different versions behave in different ways

  9. #9
    Join Date
    Nov 2006
    Location
    India
    Beans
    161

    Re: Help with update manager

    Quote Originally Posted by Kalanac View Post
    What version of Ubuntu are you running? It's always advisable to include this in support posts as different versions behave in different ways
    Ubuntu 12.04 LTS

  10. #10
    Join Date
    Jul 2009
    Location
    Greenock - Scotland - UK
    Beans
    78
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help with update manager

    From the error message, it looks like you're running Precise, if you're not, then that's the problem. The ppa is for a precise distro.

    Anyhoo, you can use terminal to remove the ppa

    There's a couple of ways:

    Code:
    sudo add-apt-repository --remove [ppa string]
    where ppa string is the string you put into the add ppa dialog. That should neatly remove it. If that doesn't work, you can try

    Code:
    sudo rm /var/lib/apt/lists/ppa.launchpad.net_shantzu_clipit_ubuntu_dists_precise_main_binary-i386_Packages
    This will remove the offending file, but I'm not sure how neat that approach is and it's almost certainly better to use my first suggestion. Also check this:

    Code:
    ls /etc/apt/sources.list.d
    and remove any references to the shantzu repo with rm

    After either approach do

    Code:
    sudo apt-get update
    To update your package lists. That ought to do it
    Last edited by Kalanac; August 9th, 2012 at 10:37 AM.

Page 1 of 2 12 LastLast

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
  •