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

Next revision
Previous revision
ubuntu:ppa_repository:delete_ppa_repository [2025/03/07 15:45] – created peterubuntu: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:<ppa-name>
 +sudo apt update
 +</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.1741362331.txt.gz · Last modified: 2025/03/07 15:45 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki