Skip to content

Instantly share code, notes, and snippets.

@noromanba
Last active October 7, 2016 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noromanba/dd72bfcabae909d6214431b474100bcf to your computer and use it in GitHub Desktop.
Save noromanba/dd72bfcabae909d6214431b474100bcf to your computer and use it in GitHub Desktop.
append canonical partners apt-source for Ubuntu flavours
# append canonical partners for Ubuntu flavours; e.g. adobe-flashplugin
# deploy to /etc/apt/sources.list.d/
# @author noromanba
# http://ptech.g.hatena.ne.jp/noromanba/20161006/1475785624 (ja)
# missing "[ ] Canonical Partners" in `software-properties-gtk` aka "Software and Updates"
# e.g. Lubuntu 16.04.1 Xenial Xerus
# http://f.hatena.ne.jp/noromanba/20161007023833
#
# appended after deploy and `$ sudo apt update`
# http://f.hatena.ne.jp/noromanba/20161007024802
# $ apt show adobe-flashplugin
# Package: adobe-flashplugin
# Version: 1:20160913.1-0ubuntu0.16.04.1
# ...
# manually append c.f.
# http://askubuntu.com/questions/14629/how-do-i-enable-the-partner-repository/14633#14633
# http://askubuntu.com/questions/459542/missing-canonical-partners-and-independent-repositories-in-ubuntu-14-04/459559#459559
# xenial
deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner
# trusty
#deb http://archive.canonical.com/ubuntu trusty partner
#deb-src http://archive.canonical.com/ubuntu trusty partner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment