On Tue, Apr 21, 2020 at 03:42:40PM +0200, [email protected] 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

-- 
xubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users

Reply via email to