apt-add-repository
Manpage komutu hakkında şunları söylemektedir:
REPOSITORY can be either a line that can be added directly to
sources.list(5), in the form ppa:<user>/<ppa-name> for adding Personal
Package Archives, or a distribution component to enable.
In the first form, REPOSITORY will just be appended to
/etc/apt/sources.list.
In the second form, ppa:<user>/<ppa-name> will be expanded to the full
deb line of the PPA and added into a new file in the
/etc/apt/sources.list.d/ directory. The GPG public key of the newly
added PPA will also be downloaded and added to apt's keyring.
In the third form, the given distribution component will be enabled for
all sources.
ve:
-r, --remove Remove the specified repository
Yani add-apt-repository
sadece ekler ve gelen kaldırır hatları /etc/apt/sources.list
ve /etc/apt/sources.list.d/
.
ppa-purge
Manpage bu diyor ki:
NAME
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.
Bu yüzden ppa-purge
sadece bir PPA'yı kaldırmakla kalmayacak, aynı zamanda paketleri varsayılan sürümlerine geri döndürecektir. Bu, beta veya daha yeni yazılım sürümlerini test ederken kullanışlıdır.
ppa-purge
Bu, resmi pkg'ye geri dönecek pkg olmadığı için, resmi repoda bulunmayan pkg'yi yüklemek için bir repo kullanmamın gerekmediği anlamına mı geliyor ?