DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Package Repository Management on Ubuntu and Mint


  • Add repository: 'sudo apt-add-repository ppa:kernel-ppa/ppa`

  • List all repositories: ls /etc/apt/sources.list.d

  • Remove repository: sudo apt-add-repository --remove ppa:kernel-ppa/ppa. If you can't get the PPA name, do it manually with sudo rm /etc/apt/sources.list.d/theppa.list.

For desktop version, say Ubuntu 14.04 Unity, you can also manage PPAs in GUI:

System Settings -> Software & Updates -> Other Software

You can see all PPAs are listed here. When an item is unchecked, say "http://repo.mongodb.org/apt/ubuntu", under the hood the line "deb http://..." in /etc/apt/sources.list.d/mongodb-org-3.0.list is commented out.



Published

Sep 9, 2014

Last Updated

Sep 9, 2014

Category

Tech

Tags

  • mint 24
  • package 28
  • repository 3
  • ubuntu 61

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor