[med-svn] [Debian Wiki] Update of "DebianMed/HowToGet" by AndreasTille

Debian Wiki debian-www at lists.debian.org
Tue Mar 24 10:38:22 UTC 2015


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianMed/HowToGet" page has been changed by AndreasTille:
https://wiki.debian.org/DebianMed/HowToGet?action=diff&rev1=14&rev2=15

Comment:
How to install from Debian Med PPA

  
  Now I can contact the maintainer of the package (as listed in the debian/control file or revealed by dpkg -s etc.) directly, copying the message to the [[http://lists.debian.org/debian-med/|mailing list]].  If I explain my changes clearly the maintainer will see that they are correct and a push the changes through to Debian.  These can go into Debian Sid immediately filter through to Debian Testing and the Ubuntu development release in short order.
  
- == Q. How can I install packages from Bio-Linux to a default Ubuntu system? ==
+ == Q. How can I install packages from Bio-Linux PPA to a default Ubuntu trusty system? ==
-  * Create a file /etc/apt/sources.list.d/01-biolinux.list with the following content
+  * Create a file /etc/apt/sources.list.d/20-bio-linux-ppa.list with the following content
  {{{
  deb http://ppa.launchpad.net/nebc/bio-linux/ubuntu/     trusty  main
  }}}
@@ -118, +118 @@

  gpg -a --export 759A8E0E5BA15160 | sudo apt-key add -
  }}}
  
+ == Q. How can I install packages from Debian Med PPA to a default Ubuntu trusty system? ==
+  * Create a file /etc/apt/sources.list.d/20-debian-med-ppa.list with the following content
+ {{{
+ deb http://ppa.launchpad.net/debian-med/ppa/ubuntu trusty main
+ deb-src http://ppa.launchpad.net/debian-med/ppa/ubuntu trusty main
+ }}}
+  * Import the signing key of "Launchpad PPA for NEBC Team" via
+ {{{
+ gpg --recv-keys 5F8D4E5375DD1BE7
+ gpg -a --export 5F8D4E5375DD1BE7 | sudo apt-key add -
+ }}}
+ 



More information about the debian-med-commit mailing list