More system upgrade tricks
Posted: Wed Mar 21, 2018 1:44 pm
If your system is not that old, then you might need only this trick:
Explanation:
In some cases minor API changes are made, but the new binary versions might not work with the current services. To obtain the old version of a subset of the programs, refer to the /run sub-tree (a few programs are loaded here to able to boot the system).
Code: Select all
# PATH=/run/bin:/run/usr/bin:$PATH
# pkman -Syu
In some cases minor API changes are made, but the new binary versions might not work with the current services. To obtain the old version of a subset of the programs, refer to the /run sub-tree (a few programs are loaded here to able to boot the system).