User Tools

Site Tools


computing:apt-transport-https

Differences

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

Link to this comparison view

computing:apt-transport-https [2019/02/11 05:44] – created oemb1905computing:apt-transport-https [2024/02/17 16:23] (current) – removed oemb1905
Line 1: Line 1:
  
-------------------------------------------- 
-  * **apt-transport-https**  
-  * **Jonathan Haack** 
-  * **Haack's Networking** 
-  * **netcmnd@jonathanhaack.com**  
- 
-------------------------------------------- 
- 
-//apt-transport-https//  
- 
-------------------------------------------- 
- 
-#haacksnetworking #freesoftware #gnulinux 
- 
-A little mini-tutorial on how to set up TLS with apt-get on Debian … to encrypt traffic betwen Debian’s package repository and your host. Original post can be found here. 
- 
-  sudo apt install apt-transport-https 
-  sudo nano /etc/apt/sources.list 
- 
-I recommend #commenting out everything and putting the below repos when the file opens: 
- 
-  deb https://deb.debian.org/debian stretch main 
-  deb-src https://deb.debian.org/debian stretch main 
-  deb https://deb.debian.org/debian-security/ stretch/updates main 
-  deb-src https://deb.debian.org/debian-security/ stretch/updates main 
-  deb https://deb.debian.org/debian stretch-updates main 
-  deb-src https://deb.debian.org/debian stretch-updates main 
- 
-Once you finish, make sure it is all working.  If it fails, then remove the "s" from the above, and debug. 
- 
-  sudo apt update 
-  sudo apt dist-upgrade 
-  sudo apt autoremove 
-  sudo apt autoclean 
- 
-shouldn’t this be default? 
- 
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2019/02/10 22:41// 
computing/apt-transport-https.1549863897.txt.gz · Last modified: 2019/02/11 05:44 by oemb1905