User Tools

Site Tools


ubuntu:ppa_repository:delete_ppa_repository

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:48] peterubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:54] (current) peter
Line 7: Line 7:
 sudo apt update sudo apt update
 </code> </code>
 +
 +----
 +
 +===== Manually Deleting PPA Files =====
 +
 +==== Navigate to the Sources Directory ====
 +
 +
 +<code bash>
 +cd /etc/apt/sources.list.d/
 +</code>
 +
 +----
 +
 +==== List all the files in the directory ====
 +
 +
 +<code bash>
 +ls
 +</code>
 +
 +----
 +
 +==== Remove the PPA File ====
 +
 +<code bash>
 +sudo rm <ppa-file>.list
 +</code>
 +
 +----
 +
 +==== Update the Package List to reflect the changes ====
 +
 +<code bash>
 +sudo apt update
 +</code>
 +
 +
 +----
 +
 +===== Using the ppa-purge Utility =====
 +
 +==== Install ppa-purge ====
 +
 +<code bash>
 +sudo apt install ppa-purge
 +</code>
 +
 +----
 +
 +==== Remove the PPA ====
 +
 +<code bash>
 +sudo ppa-purge ppa:<ppa-name>
 +</code>
 +
 +----
 +
 +
 +
 +
ubuntu/ppa_repository/delete_ppa_repository.1741362497.txt.gz · Last modified: 2025/03/07 15:48 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki