Results 1 to 7 of 7

Thread: purging a ppa repo

  1. #1
    Join Date
    Apr 2010
    Location
    what?
    Beans
    171
    Distro
    Ubuntu 12.10 Quantal Quetzal

    purging a ppa repo

    Could someone give me the command to purge this repo -repository ppa:adilson/experimental?
    tThe update manager is giving me an error message because of it
    thank you.!

  2. #2
    Join Date
    Oct 2010
    Location
    rhodes,greece
    Beans
    54
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: purging a ppa repo

    have alook at this post http://ubuntuforums.org/showthread.php?t=1592540
    u will find the solution
    if you are in hurry you go slow

  3. #3
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: purging a ppa repo

    To remove the PPA, do:
    Code:
    sudo add-apt-repository --remove ppa:adilson/experimental
    To purge the PPA, do:
    Code:
    sudo apt-get install ppa-purge
    Code:
    sudo ppa-purge ppa:adilson/experimental
    Be sure you know the differences.

    Best,
    ubudog

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: purging a ppa repo

    Quote Originally Posted by proggy View Post
    Could someone give me the command to purge this repo -repository ppa:adilson/experimental?
    tThe update manager is giving me an error message because of it
    thank you.!
    Code:
    sudo add-apt-repository -r ppa:adilson/experimental

  5. #5
    Join Date
    Apr 2010
    Location
    what?
    Beans
    171
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: purging a ppa repo

    wWhen




    When i open Synaptic i stil gewt thiis error "E: Type 'ain' is not known on line 1 in source list /etc/apt/sources.list.d/adilson-experimental-precise.list
    E: The list of sources could not be read.
    Go to the repository dialog to correct the problem.
    E: _cache->open() failed, please report.
    edit. can't open Synaptic at all and Ubuntu Software Centrer crashes.
    Last edited by proggy; July 8th, 2012 at 11:47 PM.

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: purging a ppa repo

    Code:
    sudo rm /etc/apt/sources.list.d/adilson-experimental-precise.list* && sudo apt-get update

  7. #7
    Join Date
    Apr 2010
    Location
    what?
    Beans
    171
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: purging a ppa repo

    Thank you oldos2er that did it! Thanks to all that helped!

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
  •