Adding Debian backports to Debian-10 / Debian-10-minimal templates

Hello!

As @unman mentioned in the Debian-10-minimal Configuration thread, more up to date packages can be installed to the Debian templates if Debian backports source is added to the /etc/apt/sources.list file. My question is: is it ok to add any lines with http to my source.list? Or if i’d like to make it work with https my only option is an update-VM with apt-cacher-ng installed? When i used a debian based linux, i always tried to find mirrors for the sources.list with https option, and installing the apt-transport-https package, but i’m not sure how does it work in the Qubes OS.

Thanks any help!

@onequbeuser backports works with https…

https://deb.debian.org/debian buster-backports main

or with apt-cacher-ng …

http://HTTPS///deb.debian.org/debian buster-backports main

Then when you want to install something you have to tell apt to use the
backports repo:

e.g.

sudo apt -t buster-backports install keepassxc

1 Like

Thanks!

Do i need to install apt-transport-https, or i’m good without it?

apt-transport-https
You are good without it.

1 Like

Thanks!

Everything works perfectly!

1 Like