apt-add-repository
manpage กล่าวว่าเกี่ยวกับคำสั่ง:
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.
และ:
-r, --remove Remove the specified repository
ดังนั้นadd-apt-repository
เพียงแค่เพิ่มและลบบรรทัดจากและ /etc/apt/sources.list
/etc/apt/sources.list.d/
ppa-purge
manpage กล่าวนี้:
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.
ดังนั้นppa-purge
จะไม่เพียงลบ PPA เท่านั้น แต่จะลดระดับแพ็คเกจใด ๆ กลับเป็นเวอร์ชันเริ่มต้นด้วย สิ่งนี้มีประโยชน์เมื่อทดสอบซอฟต์แวร์รุ่นเบต้าหรือใหม่กว่า
ppa-purge
ถ้าฉันใช้ repo เพื่อติดตั้ง pkg ที่ไม่มีใน repo อย่างเป็นทางการให้พูดเช่น "ubuntu-tweak" เนื่องจากไม่มี pkg ที่จะเปลี่ยนกลับเป็น pkg อย่างเป็นทางการหรือไม่?