apt-get upgrade 出現 files list file for package `lsb-base' is
發表於 : 2010-03-30 10:16:20
錯誤如下
files list file for package `lsb-base' is missing final newline
https://answers.launchpad.net/ubuntu/+s ... tion/65788
Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)
sudo dpkg --configure -a
then to update and upgrade and also check pending or missing packages, still using terminal type:
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
If you get errors please copy and paste here.
Hope this helps
files list file for package `lsb-base' is missing final newline
https://answers.launchpad.net/ubuntu/+s ... tion/65788
Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)
sudo dpkg --configure -a
then to update and upgrade and also check pending or missing packages, still using terminal type:
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
If you get errors please copy and paste here.
Hope this helps