Loading howto/upgrades/bullseye.md +2 −2 Original line number Diff line number Diff line Loading @@ -154,11 +154,11 @@ See the "conflicts resolution" section below for how to handle apt purge $(deborphan --guess-dummy | grep -v python-is-python2) while deborphan -n | grep -v python-is-python2 | grep -q . ; do apt purge $(deborphan -n | grep -v python-is-python2); done apt autoremove -y --purge # review obsolete and odd packages dsa-check-packages | tr -d , apt clean # review and purge older kernel if the new one boots properly dpkg -l 'linux-image*' # review obsolete and odd packages dsa-check-packages | tr -d , printf "End of Step 8\a\n" shutdown -r +1 "bullseye upgrade step 8: testing reboots one final time" Loading Loading
howto/upgrades/bullseye.md +2 −2 Original line number Diff line number Diff line Loading @@ -154,11 +154,11 @@ See the "conflicts resolution" section below for how to handle apt purge $(deborphan --guess-dummy | grep -v python-is-python2) while deborphan -n | grep -v python-is-python2 | grep -q . ; do apt purge $(deborphan -n | grep -v python-is-python2); done apt autoremove -y --purge # review obsolete and odd packages dsa-check-packages | tr -d , apt clean # review and purge older kernel if the new one boots properly dpkg -l 'linux-image*' # review obsolete and odd packages dsa-check-packages | tr -d , printf "End of Step 8\a\n" shutdown -r +1 "bullseye upgrade step 8: testing reboots one final time" Loading