#------------------------------------------------------------------------------# # OFFICIAL UBUNTU REPOS # #------------------------------------------------------------------------------# ###### Ubuntu Main Repos deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse ###### Ubuntu Update Repos deb http://fr.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse ###### Ubuntu Partner Repo deb http://archive.canonical.com/ubuntu xenial partner deb-src http://archive.canonical.com/ubuntu xenial partner #------------------------------------------------------------------------------# # UNOFFICIAL UBUNTU REPOS # #------------------------------------------------------------------------------# ###### 3rd Party Binary Repos #### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38 deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main #### Opera - http://www.opera.com/ ## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add - deb http://deb.opera.com/opera/ stable non-free #### Tor: anonymity online - https://www.torproject.org ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89 deb http://deb.torproject.org/torproject.org xenial main #### VirtualBox - http://www.virtualbox.org ## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add - deb http://download.virtualbox.org/virtualbox/debian xenial contrib ####### 3rd Party Source Repos #### Gimp PPA (Source) - https://launchpad.net/~otto-kesselgulasch/+archive/gimp ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38 deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main #### Tor: anonymity online (Source) - https://www.torproject.org ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89 deb-src http://deb.torproject.org/torproject.org xenial main