This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
debian:upgradepathtemplate [2025/06/15 00:00] 95.217.109.26 old revision restored (2022/11/18 09:06) |
debian:upgradepathtemplate [2025/06/15 20:05] (current) 147.135.212.200 old revision restored (2023/04/23 22:04) |
||
---|---|---|---|
Line 61: | Line 61: | ||
# dpkg --get-selections | grep ' | # dpkg --get-selections | grep ' | ||
- | To remove a hold on a package: | + | To remove a hold on a package: echo package_name install | dpkg --set-selections |
- | | + | |
==== 2.4. Remove proposed-updates section if present in / | ==== 2.4. Remove proposed-updates section if present in / | ||
Line 73: | Line 72: | ||
3.1. Update current installation | 3.1. Update current installation | ||
- | | + | |
3.2. Upgrade current installation | 3.2. Upgrade current installation | ||
- | | + | |
3.3. Check functionality | 3.3. Check functionality | ||
- | Verify all services required of current host is functioning correctly | + | |
3.4. Upgrade current distribution | 3.4. Upgrade current distribution | ||
- | | + | |
3.5. Check functionality | 3.5. Check functionality | ||
- | see 3.3 above | + | |
===== 4. Preparing sources for APT ===== | ===== 4. Preparing sources for APT ===== | ||
Line 87: | Line 86: | ||
4.1. Adding APT Internet sources | 4.1. Adding APT Internet sources | ||
- | | + | |
- | # sudo sed -i ' | + | # sudo sed -i ' |
4.2. Adding APT sources for a local mirror | 4.2. Adding APT sources for a local mirror | ||
- | Only required for special in-house software | + | |
4.3. Adding APT sources from optical media | 4.3. Adding APT sources from optical media | ||
- | Only required for special 3rd party delivered software | + | |
===== 5. Upgrading packages ===== | ===== 5. Upgrading packages ===== |