1 頁 (共 1 頁)

apt-get upgrade 出現 files list file for package `lsb-base' is

發表於 : 2010-03-30 10:16:20
yehlu
錯誤如下
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

Re: apt-get upgrade 出現 files list file for package `lsb-base' is

發表於 : 2010-04-16 20:46:39
yehlu
正解

var/lib/dpkg/info/lsb-base.list 壞掉了

重別台 拷一個過來就搞定了