I needed the safe eyes program installed for my Debian Trixie install.
So I added the bookworm backport to my sources.list.
Once the program is installed my thinking is that I would need to go back and edit my sources.list and place a pound sign in front of the the url that is pulling from the bookworm main backport. I wouldn't want to pull in bookworm pkg's into my current Trixie installation.
Am I right on this?
So I added the bookworm backport to my sources.list.
Code:
# Backports allow you to install newer versions of software made available for this release
deb http://deb.debian.org/debian trixie-backports main non-free-firmware
deb-src http://deb.debian.org/debian trixie-backports main non-free-firmware
deb http://deb.debian.org/debian bookworm main
Alex: sudo apt update
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://security.debian.org/debian-security trixie-security InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Hit:4 http://deb.debian.org/debian trixie-backports InRelease
Get:5 http://deb.debian.org/debian bookworm InRelease [151 kB]
Hit:6 https://packages.microsoft.com/repos/code stable InRelease
Get:7 http://deb.debian.org/debian bookworm/main amd64 Packages [8,792 kB]
Get:8 http://deb.debian.org/debian bookworm/main Translation-en [6,108 kB]
Get:9 https://packages.mozilla.org/apt mozilla InRelease [1,522 B]
Get:10 https://packages.mozilla.org/apt mozilla/main all Packages [5,226 kB]
Get:11 https://packages.mozilla.org/apt mozilla/main amd64 Packages [103 kB]
Fetched 20.4 MB in 2s (12.1 MB/s)
All packages are up to date.
Alex: sudo apt install safeeyes
Installing:
safeeyes
Installing dependencies:
gir1.2-notify-0.7 python-babel-localedata python3-babel python3-croniter python3-dateutil python3-pytz python3-tz python3-xlib xprintidle
Summary:
Upgrading: 0, Installing: 10, Removing: 0, Not Upgrading: 0
Download size: 6,820 kB
Space needed: 35.6 MB / 876 GB available
Continue? [Y/n] Y
Once the program is installed my thinking is that I would need to go back and edit my sources.list and place a pound sign in front of the the url that is pulling from the bookworm main backport. I wouldn't want to pull in bookworm pkg's into my current Trixie installation.
Am I right on this?
Attachments
Last edited:

