[xubuntu-users] XFCE destroyed VII
Chris Green
cl at isbd.net
Tue Apr 21 15:04:17 UTC 2020
On Tue, Apr 21, 2020 at 03:42:40PM +0200, whyskyhigh at yahoo.de wrote:
> Hello
>
> Can this work?
>
> Regards
>
>
> $ sudo rm /var/lib/apt/lists/lock
> $ sudo rm /var/lib/dpkg/lock
> $ sudo rm /var/lib/dpkg/lock-frontend
> $ sudo dpkg --configure -a
> $ sudo apt clean
> $ sudo apt update --fix-missing
> $ sudo apt install -f
> $ sudo dpkg --configure -a
> $ sudo apt upgrade
> $ sudo apt dist-upgrade
> Finally, reboot the system using command:
>
> $ sudo reboot
>
It would save a lot of typing to do:-
$ sudo -i
# rm /var/lib/apt/lists/lock
# rm /var/lib/dpkg/lock
# rm /var/lib/dpkg/lock-frontend
# dpkg --configure -a
# apt clean
# apt update --fix-missing
# apt install -f
# dpkg --configure -a
# apt upgrade
# apt dist-upgrade
# reboot
--
Chris Green
More information about the xubuntu-users
mailing list