logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ppa-purge - disables a PPA and reverts to official packages

Description

       This script provides a bash shell script capable of automatically downgrading all packages in a given PPA
       back to the ubuntu versions.

       You have to run it using root privileges because of the package manager.

Name

       ppa-purge - disables a PPA and reverts to official packages

Options

-h     Display usage help.

       -pPPAname
              Name of the PPA to be reset, the default value is ppa.

       -sPPAhost
              Address of the repository server, the default value is ppa.launchpad.net.

Synopsis

ppa-purge[-h|[-d<distribution>][-s<host>][-p<ppaname>]<ppa:<ppaowner[/ppaname>]>]

See Also