Advertisement

Removing repository in Ubuntu from Synaptic Package Manager

 (Read 2564 times)

Skyla157

  • Global Moderator
  • Hero Member
  • ****
  • Posts: 23756
Here's a quick tutorial to remove repositories in Ubuntu

Open your sources.list file

Code: [Select]
gksu gedit /etc/apt/sources.list
Scroll down to the repository that you want to remove.

Delete the line of code.

Save the file and exit.

Update your system:

Code: [Select]
sudo apt-get update
Done!