Debian
Resources
Package versions
Debian 11
rclone 1.53.3 python 3.9.2 kernel 5.10.0
FAQ
“Repository […] changed its Version value from […] to […]”
This means that the major and minor version you are running is no longer current and a newer version is available from the repo. From that point, you should no longer receive further updates from the repository (when running apt-get upgrade) unless you allow the updater to switch to the newer version.
To resolve this issue, just run the following command:
apt-get update --allow-releaseinfo-change
Source: https://www.itechlounge.net/2022/01/linux-inrelease-changed-its-version-value-from-10-1-to-10-2/
Update packages
Upgrade Debian 10 (buster) to Debian 11 (bullseye)
- Backup all valuable data!
- Update the Debian 10 (Buster) system
- Check the currently installed version:
- Replace Debian 10 with Debian 11 Repositories In Debian 11 Bullseye the security suite is now named bullseye-security instead of bullseye/updates. So you need to locate the following debian-security lines in the /etc/apt/sources.list file: And replace them with these ones:
- Perform a Minimal System Upgrade first
If apt-listchanges
is installed, press Q
to close its pager with release notes. You will be asked to confirm to stop running services.
- Perform full upgrade:
- Check the currently installed version:
- Clean up obsolete packages
See also
- Debian 11 (bullseye) release notes, chapter 4: Upgrades from Debian 10 (Buster)
- Upgrade Debian 10 Buster to Debian 11 Bullseye: A Step-by-Step Guide
Upgrade Debian 11 (bullseye) to Debian 12 (bookworm)
- Backup all valuable data!
- Update the Debian 11 (Bullseye) system
- Replace Debian 11 with Debian 12 Repositories
- Perform full upgrade:
- Check the currently installed version:
- Clean up obsolete packages
See also
- Debian 12 (bookworm) release notes, chapter 4: Upgrades from Debian 11 (bullseye)
- How to Upgrade Debian 11 to Debian 12 (Bookworm) via CLI
kernel: rc rc0: receive overflow
- When my
sudo journalctl
got spammed with these messages on a NUC with an IR sensor, I followed these instructions to resolve that issue.
dpkg-deb: error: decompress subprocess was killed by signal (Segmentation fault), core dumped
- This problem was caused by a faulty download and could be solved by a simple
sudo apt-get clean
.