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

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

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

文章 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
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

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

文章 yehlu »

正解

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

重別台 拷一個過來就搞定了
回覆文章

回到「Linux」