You are not logged in.
Pages: 1
Running Scorpion, I get an error when trying to get a package from backports. I guess this isn't available until Scorpion becomes the new stable?
Offline
Debian 9 hasnt been out that long, so it will take time for there to be something to trickle down to actually backport.
Once Q4OS stretch comes out it will eventually happen.
Last edited by crosscourt (2017-09-06 22:29)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
I would imagine it might be possible before Scorpion is Stable, as the packages are all for the same base system. I guess the devs would know best.
Offline
Its probably intentional till the new Q4OS version is released.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
My reasoning is that as Scorpion is using the "Debian Stable" (Stretch) base system it should not be detrimental to the system to use the Stretch backports repository now it is available, and I had a look and there are A LOT of packages in there already!!
Offline
I had looked at the Stretch backports awhile back not long after Debian 9 released and there wasnt much available.
Last edited by crosscourt (2017-09-06 23:44)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Stretch backports repo is not included in Scorpion so far, it will be covered later as the software in regular repositories will become more outdated. You can easily add Stretch backports on your own. Add a new file with the ".list" extension to '/etc/apt/sources.list.d/'
deb http://ftp.debian.org/debian stretch-backports main
You can also find a list of other mirrors at https://www.debian.org/mirror/list
run:
$ apt-get update
All backports are deactivated by default (i.e. the packages are pinned to 100 by using ButAutomaticUpgrades: yes in the Release files. If you want to install something from backports run:
$ apt-get -t stretch-backports install "package"
Note: Do not include Stretch backports into Q4OS Orion stable, it's not compatible.
Offline
Thanks! (and for the other replies too).
Offline
Stretch backports repo is not included in Scorpion so far, it will be covered later as the software in regular repositories will become more outdated. You can easily add Stretch backports on your own. Add a new file with the ".list" extension to '/etc/apt/sources.list.d/'
deb http://ftp.debian.org/debian stretch-backports main
You can also find a list of other mirrors at https://www.debian.org/mirror/list
run:
$ apt-get updateAll backports are deactivated by default (i.e. the packages are pinned to 100 by using ButAutomaticUpgrades: yes in the Release files. If you want to install something from backports run:
$ apt-get -t stretch-backports install "package"Note: Do not include Stretch backports into Q4OS Orion stable, it's not compatible.
Interesting point here ..
Note: Do not include Stretch backports into Q4OS Orion stable, it's not compatible.
I was going to add that to the source.list until i noticed this.
Last edited by danielboon (2017-09-28 03:52)
Offline
Pages: 1