Results 1 to 2 of 2

Thread: ppa-purge available via PPA now

  1. #1
    Join Date
    May 2006
    Location
    Finland
    Beans
    664

    ppa-purge available via PPA now

    Development of the official ppa-purge has been dead long time. I did a lot of fixes and improvements to the ppa-purge in my own Git branch. Thanks to Tim Lunn for helping me with Git and Launchpad. I even made a merge proposal, but it has not been approved, maybe because there are so many commits and because of my laziness to clean up commit history. Anyway, in my experience the code works, and I finally managed to release my version in a PPA.

    You can remove more than just PPAs by the utility; you could even remove distribution such as bionic-proposed by it, but not distribution components, such as universe, separately. (You can add distribution components by add-apt-repository, but as far as I know, you can not add distributions by it. And removing by add-apt-repository does not remove/downgrade packages.)

    The old ppa-purge did need aptitude at least in some cases, but my version uses apt only. The old one relies somewhat on sophisticated guesswork on package names, as some package names may vary from version to version. I find this quite rare, thought, and improved guesswork is optional via --figure-soname-bumps command-line option. Bash-completion function makes using the utility easy. And --simulate option makes it safe to try.

    Feedback and ideas are welcome.

    BTW I have also done linux-purge for removing excessive linux kernels and related packages and files.

  2. #2
    Join Date
    Aug 2007
    Location
    Canada
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: ppa-purge available via PPA now

    Awesome, thanks. I will test it soon!
    Best, Gnusci

    "Never make a calculation until you know the answer." -- Wheeler, Spacetime Physics, pg 60.

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
  •