apt

How to upgrade our perfect server based on Debian 10 (Buster) to Debian 11 (Bullseye) (page 3)

botond published 2023/01/31, k - 11:30 time
Another era has come again, when our Debian 10 (Buster) server has also run out of time, and it has become a burning task to do something about this problem. In this tutorial, we will upgrade a perfect Debian 10 (Buster) server to Debian 11 (Bullseye). On this page, we review the basic system as well as our higher-level server services and make the necessary subsequent settings.

How to upgrade your perfect Debian9 (Stretch) server to Debian 10 (Buster) (page 2)

botond published 2022/01/22, Sat - 23:02 time
The operating system running on our Debian-based web servers will become obsolete over time, so over time it will be necessary to completely upgrade the distribution. In this description, we will perform a complete upgrade of a Debian 9 (Stretch) web server to Debian 10 (Buster). There are many services on the server that will also be updated. On the second page of the description, we will perform a full system upgrade after the Distribution is updated with a major version.

How to upgrade your perfect Debian9 (Stretch) based server to Debian 10 (Buster)

botond published 2022/01/22, Sat - 23:01 time
The operating system running on our Debian-based web servers will become obsolete over time, so over time it will be necessary to completely upgrade the distribution. In this description, we will perform a complete upgrade of a Debian 9 (Stretch) web server to Debian 10 (Buster). There are many features on the server that will also be updated. On the first page of this description, we will perform the pre-upgrade steps to prepare your system for a secure upgrade.

What to do if you update the "This must be accepted explicitly before updates for this repository can be applied. See apt-secure (8) manpage for details." do we get an error message?

botond published 2022/01/11, k - 13:22 time
If there is a major change to your Debian system - so you don't just need to upgrade one or two sub-versions - you will get an error message during a smooth upgrade:
This must be accepted explicitly before updates for this repository can be applied. See apt-secure (8) manpage for details.
This troubleshooter will fix this.

What if our Sury.org repository is not updated due to a GPG signing error on our Debian server?

botond published March 2021, 03, Thu - 18:08 time
If you are using custom PHP versions on your Debian server that are updated via the Sury.org repository, you have previously configured this repository, which was still working before, and APT upgraded the packages without any problems. However, an update may cause an error in the package manager and you may not be able to access the latest packages. We will remedy this problem in this short troubleshooter.

How to update our hold packages using the APT package manager

botond published 2020/01/31, p - 20:22 time
When updating our packages, the APT package manager may hold some pieces. This is mostly because a particular program sometimes goes through changes that change the package dependency of the base software. In this case, you would need additional new packages, sometimes ones that require the replacement of other packages. Thus, in some cases, the normal-mode package update does not perform an update to such software, but APT leaves the matter to the user. In this brief description, let’s look at an example of how to update our packages withheld in this way.

aptitude

The manual page and help for the aptitude command. As the frontend of the APT package manager, it efficiently manages distribution packages using a text-mode interface or command line usage.