partial update - Linux

Thomas avatar
By Thomas
at 2012-03-16T16:12

Table of Contents

1.Update manager shows that "Not all updates can be installed"

2.Synaptic package manager also shows that:
--------------------------------------------------------------------
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to
correct the problem.
E: _cache->open() failed, please report.
--------------------------------------------------------------------

How can I fix this problem?
Thanks!

--
Tags: Linux

All Comments

Noah avatar
By Noah
at 2012-03-20T01:04
sudo dpkg --configure -a <== the solve
Andy avatar
By Andy
at 2012-03-20T14:44
I can just run "sudo dpkg --configure -a"
Blanche avatar
By Blanche
at 2012-03-22T06:10
but I have solved this problem...I removed
/var/lib/dpkg/updates/00xx, and run
Anonymous avatar
By Anonymous
at 2012-03-24T19:29
"sudo dpkg --configure -a" It works! thanks!!!
Donna avatar
By Donna
at 2012-03-27T07:10
I can't just run "sudo dpkg --configure -a"
Noah avatar
By Noah
at 2012-03-29T20:49
感覺是先前的 cache 佔住了位置

雙系統重灌ubuntu cpu變慢

Isabella avatar
By Isabella
at 2012-03-16T13:28
大家好 最近在我的win7電腦上面 把硬碟切了20GB安裝雙系統ubuntu11.04 一開始是都沒什麼問題 可是前幾天因為ubuntu系統怪怪的 所以把那20GB重灌一次ubuntu11.04 但是重灌之後發現win7的開機速度明顯變慢許多 並且會發現CPU有比以前慢的趨勢(玩遊戲一直噸噸的) ...

請教關於電源管理

Mason avatar
By Mason
at 2012-03-16T07:49
請教如果想設定按下電源鈕的行為 shutdown或是suspend該去哪裡找設定檔 目前在X底下是設定電源鈕按下為suspend 喚醒後卻又會馬上進入shutdown的程序 但直接用GUI的suspend功能則不會有這種情形 OS是Whezzy 感謝 - ...

一個pkg-config的問題

Blanche avatar
By Blanche
at 2012-03-16T03:06
※ 引述《Arim (Arim5566)》之銘言: : 大家好 : 小弟想要用opencv編譯test1.cpp : g++ pkg-config opencv --libs --cflags test1.cpp : 會出現 : cc1plus: error: unrecognized command li ...

crontab 搭配 expect

Joseph avatar
By Joseph
at 2012-03-16T02:24
※ 引述《jjkkwsr (JJKKWSR)》之銘言: : 小弟用 expect 寫了一支 scp 的程式 : 定期會送 log 到另一台 server 上,手動執行沒問題 : 但放到 crontab 時就無法執行 : ====================== : 爬過前文有人遇到相同的問題,癥結點似乎在 ...

純文字檔案中的Tab怎麼移除?

Una avatar
By Una
at 2012-03-16T02:18
※ 引述《vSuomi (Explorer VII)》之銘言: : 某些純文字檔案 ASCII : 因為當中有 Tab 分隔 : 結果在其他程式中讀取時 : 常會出現欄位錯誤 : 使用 cat {filename} | col -b andgt; {new_file} : 仍是無法把那看不到的 Tab 移除 ...