apt-add-repositoryManpage 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-repositorysadece ekler ve gelen kaldırır hatları /etc/apt/sources.listve /etc/apt/sources.list.d/.
ppa-purgeManpage 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-purgesadece 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-purgeBu, 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 ?