Skip to content
Home » How to remove PPAs Ubuntu

How to remove PPAs Ubuntu

To remove PPAs in Ubuntu use any of the below methods:

Method 1: Use the --remove flag

sudo add-apt-repository --remove ppa:ppa_name

Method 2:

In order to remove PPAs in Linux then remove PPAs by deleting the .list files that are present in /etc/apt/sources.list.d directory.

Also Read:

How to unzip a zip file in Ubuntu