ubuntu:ppa_repository:delete_ppa_repository
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:48] – peter | ubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:54] (current) – peter | ||
---|---|---|---|
Line 7: | Line 7: | ||
sudo apt update | 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.txt · Last modified: 2025/03/07 15:54 by peter