Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
debian:templates:apt [2018/01/18 18:02] officedebian:templates:apt [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Debian Repository Configuration ====== 
  
-These templates can be used to configure debian apt repositories in order to include all Debian branches ''security'', ''oldstable'', ''stable'', ''unstable'' and ''experimental''. Furthermore, other recommended third-party repositories are included. 
- 
-====== Third-Party Repositories ====== 
- 
-  * [[http://www.deb-multimedia.org|Debian Multimedia]] - includes a full ''ffmpeg'' distribution. Instructions on how to install ''ffmpeg'' from this repository can be found on [[fuss/ffmpeg#install_a_full_ffmpeg_distribution_on_debian|the ffmpeg FUSS page]]. 
-  * Xamarin Mono - the most up-to-date C# ''mono'' for Debian. 
- 
-====== Installing ====== 
- 
-Change directory to ''/etc/apt/'' and issue: 
-<code bash> 
-svn co http://svn.grimore.org/configuration-templates/debian/apt/sources . --force 
-</code> 
- 
-and issue: 
-<code bash> 
-aptitude update 
-</code> 
- 
-For the extra 3rd party packages, ''dirmngr'' has to be installed: 
-<code bash> 
-aptitude install dirmngr 
-</code> 
- 
-after which import the repository keys: 
- 
-  * For Xamarin Mono, issue: 
-<code bash> 
-apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF 
-</code> 
-  * For Debian Multimedia (''ffmpeg''): 
-<code bash> 
-wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb 
-dpkg -i deb-multimedia-keyring_2016.8.1_all.deb 
-</code> 
-  * For Resilio Sync (''rslsync''): 
-<code bash> 
-wget -qO - https://linux-packages.resilio.com/resilio-sync/key.asc | apt-key add - 
-</code> 
-  * For HP Proliant servers: 
-<code bash> 
-wget -qO - http://downloads.linux.hpe.com/SDR/repo/mcp/GPG-KEY-mcp | apt-key add - 
-wget -qO - http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add - 
-wget -qO - http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add - 
-wget -qO - http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add - 
-wget -qO - http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - 
-</code> 
-  * For OpenHAB 2: 
-<code bash> 
-wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | apt-key add - 
-apt-get install apt-transport-https 
-</code> 
- 
-Finally, issue again: 
-<code bash> 
-aptitude update 
-</code> 
-====== Index ====== 
- 
-{{indexmenu>/debian/templates/apt}} 

debian/templates/apt.1516298527.txt.gz · Last modified: 2018/01/18 18:02 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.