ubuntu:ppa_repository:delete_ppa_repository
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:45] – created peter | ubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:54] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - PPA Repository - Delete PPA Repository ====== | ====== Ubuntu - PPA Repository - Delete PPA Repository ====== | ||
+ | |||
+ | ===== Using the add-apt-repository Command ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo add-apt-repository --remove ppa:< | ||
+ | sudo apt update | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Manually Deleting PPA Files ===== | ||
+ | |||
+ | ==== Navigate to the Sources Directory ==== | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | cd / | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== List all the files in the directory ==== | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | ls | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Remove the PPA File ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo rm < | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Update the Package List to reflect the changes ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt update | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Using the ppa-purge Utility ===== | ||
+ | |||
+ | ==== Install ppa-purge ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install ppa-purge | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Remove the PPA ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo ppa-purge ppa:< | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | |||
ubuntu/ppa_repository/delete_ppa_repository.1741362331.txt.gz · Last modified: 2025/03/07 15:45 by peter