錯誤:libatk1.0-0 : Depends: libatk1.0-data (>= 2.30.0-1) but 2.28.1-1 is to be installed
在Ubuntu下安裝檔案時遇到以下錯誤:
The following packages have unmet dependencies:
libatk1.0-0 : Depends: libatk1.0-data (>= 2.30.0-1) but 2.28.1-1 is to be installed
libatk1.0-0:i386 : Depends: libglib2.0-0:i386 (>= 2.55.2) but it is not going to be installed
Depends: libatk1.0-data:i386 ( >= 2.30.0-1)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
安裝錯誤提示安裝了需要的依賴包之後還是會出現各種依賴問題,於是使用如下方法完美解決。
解決方法:
sudo apt-get install -f
sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
相關推薦
錯誤:libatk1.0-0 : Depends: libatk1.0-data (>= 2.30.0-1) but 2.28.1-1 is to be installed
在Ubuntu下安裝檔案時遇到以下錯誤: The following packages have unmet dependencies: libatk1.0-0 : Depends: libatk1.0-data (>= 2.30.0-1) but 2.28.1-1 is t
錯誤:libatk1.0-0 : Depends: libatk1.0-data (>= 2.30.0-1) but 2.28.1-1 is to be installed
在Ubuntu下安裝檔案時遇到以下錯誤: The following packages have unmet dependencies: libatk1.0-0 : Depends: libatk1.
ubuntu18.04安裝pip3 Depends: python-pip-whl (= 8.1.1-2) but 8.1.1-2ubuntu0.4 is to be installed
下了個ubuntu18.04,更新源後安裝pip3 apt install python3-pip 結果居然報錯了 Reading package lists... Done Building dependency tree Reading state inf
Caffe-GPU編譯錯誤:In file included from src/caffe/util/signal_handler.cpp:7:0:./include/caffe/util/signa
編譯Caffe-GPU時出現以下錯誤: In file included from src/caffe/util/signal_handler.cpp:7:0: ./include/caffe/util/signal_handler.h:4:34: fatal error: caff
caffe深度學習【十】編譯錯誤:In file included from ./include/caffe/util/device_alternate.hpp:40:0,
早上想跑一下目標檢測RON演算法 git下來之後,要編譯他的caffe時,出現如下問題: PROTOC src/caffe/proto/caffe.proto CXX .build_release/src/caffe/proto/caffe.pb.cc CXX s
Ubuntu 16.04: How to resolve libqt5x11extras5 (>= 5.1.0) but it is not going to be installed
Issue: When you install Virtualbox 5.1 on Ubuntu 16.04, you may encounter following error: [email protected]:~/Downloads# apt install virtualbox-5.
錯誤:php70w-common conflicts with php-common-5.3.3-49.el6.x86_64 You could try using --skip-broken to
記錄一下 由於之前系統自帶的php5.3.3沒有解除安裝乾淨; 在執行phpize時報錯說需要php-devel 然後yum -y install php-delel ; 然後就報錯 錯誤:php70w-common conflicts with php-common
Eclipse安裝WindowBuilder提示錯誤:An error occurred while collecting items to be installed,解決方法
Eclipse安裝WindowBuilder提示錯誤,具體資訊如下所示: An error occurred while collecting items to be installed session context was:(profile=profile, phase
運行Tomcat閃退問題,報的錯誤:Unsupported major.minor version 51.0
nbsp adc bootstra def nal 一個 org trap myeclips 在MyEclipse中運行tomcat,tomcat閃退並且報以下錯誤。 java.lang.UnsupportedClassVersionError: org/apache/ca
mysql鏈接錯誤:Lost connection to MySQL server at 'reading authorization packet', system error: 0
綁定 ati hostname .cn 進行 通過 bin 主機名 反向 在遠程連接mysql的時候,連接不上,出現如下報錯:Lost connection to MySQL server at ‘reading authorization packet‘, system
HTTP錯誤:java.lang.IllegalArgumentException: Illegal character in scheme at index 0: ?http://xxxxxx
getname 技術分享 isp open closed ring 修改 bsp color 讀取T卡文件裏的域名,HTTP請求出現如下錯誤 java.lang.IllegalArgumentException: Illegal character in scheme a
Caffe-SSD錯誤:ImportError: /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0: undefined symbol: g_log_structur
Caffe-SSD編譯成功後,在import caffe時候出現以下錯誤: >>> import caffe Traceback (most recent call last): File "<stdin>", line 1, in <modu
Scrapy安裝錯誤: error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build To
轉載自: https://blog.csdn.net/nima1994/article/details/74931621 原文簡練,記得給原文點個贊。寫的挺好的! 我寫的就比較詳細了點~好吧,是瑣碎。比較友好! 我的版本:3.7 64-bit Windows10 所報錯誤:
ubantu中開啟vim出現錯誤:/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0: undefined symbol: XML_SetHashSalt
很久沒有用ubantu了,今天開啟ubantu,使用vim時突然出現錯誤如下: 後來在網上查了查發現是因為我在ubantu上裝了oracle導致的錯誤,因為裝oracle時改變了LD_LIBRARY_PATH的值。其值現在是: 具體原因如下: 執行命令 ldd /usr/li
In file included from adlist.c:34:0: zmalloc.h:50:31: 致命錯誤:jemalloc/jemalloc.h:沒有那個檔案或目錄
我報錯是這樣子的,然後老師打了一條命令[[email protected] redis-3.0.6]# makecd src && make allmake[1]: 進入目錄“/root/lnmp_soft/redis-3.0.6/src”CC adlist.oIn file inc
Caffe-ssd編譯錯誤:Makefile:570: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed
在編譯Caffe-SSD時候遇到以下問題: Makefile:570: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' fail
錯誤:pandas 0.23.4 has requirement python-dateutil>=2.5.0, but you'll have python-dateutil 1.5
問題描述 1、Ubuntu16.04下 安裝pycaffe,執行下面語句 for req in $(cat requirements.txt); do sudo pip install $req; done 2、出錯,如下所示: pandas 0.23.4 has
Vmware Workstation 不可恢復錯誤:(vcpu-0)
在裝虛擬機器的時候一直打不開,報如下的錯誤,在網上各種解決方法都嘗試了,但是就是不可以,後來發現是電腦cpu不支援虛擬化。F2進入bios,不同電腦進入bios的方式不同,E470竟然是回車,驚呆了,
上傳檔案到HDFS:錯誤:could only be replicated to 0 nodes, instead of 1
上傳檔案到HDFS一直出現錯誤could only be replicated to 0 nodes, instead of 1,然後不能上傳檔案到HDFS。 遇到這種問題可能原因有: 1.slav
ajax請求,fastjson報出錯誤:syntax error, expect {, actual error, pos 0
報錯資訊如下: org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: syntax error, expect [, actual error, pos 0, fieldNa