1. 程式人生 > >Ubuntu 16.04: How to resolve libqt5x11extras5 (>= 5.1.0) but it is not going to be installed

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.1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
virtualbox-5.1 is already the newest version (5.1.14-112924~Ubuntu~xenial).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libmagickcore-6.q16-2 : Depends: imagemagick-common (= 8:6.8.9.9-7ubuntu5.1) but 8:6.8.9.9-7ubuntu5 is to be installed
 libmagickwand-6.q16-2 : Depends: imagemagick-common (= 8:6.8.9.9-7ubuntu5.1) but 8:6.8.9.9-7ubuntu5 is to be installed
 virtualbox-5.1 : Depends: libqt5x11extras5 (>= 5.1.0) but it is not going to be installed
                  Depends: libsdl1.2debian (>= 1.2.11) but it is not going to be installed
                  Recommends: libsdl-ttf2.0-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)

Solution:
wget http://mirrors.kernel.org/ubuntu/pool/universe/q/qtx11extras-opensource-src/libqt5x11extras5_5.5.1-3build1_amd64.deb
dpkg -i libqt5x11extras5_5.5.1-3build1_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/libs/libsdl1.2/libsdl1.2debian_1.2.15+dfsg1-3_amd64.deb
dpkg -i libsdl1.2debian_1.2.15+dfsg1-3_amd64.deb
dpkg -i virtualbox-5.1_5.1.14-112924~Ubuntu~xenial_amd64.deb


相關推薦

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.

ubuntu 14.04 install g++ 問題"g++ : Depends: g++-4.8 (>= 4.8.2-5~) but it is not going to be installe"

Ubuntu 14.04通過 sudo apt-get install g++ 出現“g++ : Depends: g++-4.8 (>= 4.8.2-5~) but it is not going to be installed”錯誤, 是因為ubuntu 14.

tensorflow學習筆記十:Ubuntu 16.04 上安裝 CUDA 7.5/8.0 超詳細教程

2017/1/5 更新 本篇文章是基於之前安裝CUDA 7.5的經驗寫的,但因為最近更新TensorFlow 到了r0.12版本,官方提示該版本TensorFlow 和CUDA 8.0 & cudnnv5.1 配合的最好,所以又卸了CUDA 7.5,重新裝了一遍

Ubuntu 16.04解除安裝CUDA 6.5和安裝CUDA 8.0

一,引言 由於系統從Ubuntu 14.04升級到了16.04,原來的CUDA 6.5無法繼續使用,所以重新安裝了CUDA 8.0。 二,解除安裝CUDA 6.5 和驅動 以下操作都在命令列介面操作,比如按下Ctrl+alt+F1進入命令列  首先停止lightdm: 

Ubuntu 16.04 安裝配置 Tomcat 8.5.24

下載 wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.24/bin/apache-tomcat-8.5.24.tar.gz 解壓 tar -zxvf ap

Ubuntu 16.04原始碼編譯安裝PHP 5.6.29

2、解壓 tar -zxvf php-5.6.29.tar.gz 3、配置 ./configure –prefix=/usr/local/php –with-apxs2=/u

Ubuntu 14.04 64bit下Caffe + Cuda6.5/Cuda7.0 安裝配置教程

-a att html mode .net share surface art cores http://www.embeddedlinux.org.cn/emb-linux/entry-level/201612/21-6005.html 隨著深度學習快速發展的浪潮,許多有

Ubuntu 16.04 LTS 上安裝 Python 3.6.0

tty article print spa blog sdn number ins 6.0 轉自(http://blog.csdn.net/Wangdada111/article/details/73382537?locationNum=2&fps=1) 安裝:

[環境配置]Ubuntu 16.04 原始碼編譯安裝OpenCV-3.2.0+OpenCV_contrib-3.2.0及產生的問題

1.OpenCV-3.2.0+OpenCV_contrib-3.2.0編譯安裝過程 1)下載官方要求的依賴包 GCC 4.4.x or later CMake 2.6 or higher Git GTK+2.x or higher, including headers (libgtk2.

Ubuntu 16.04更新源+google-chrome.list.1問題

一、更改源方法 1、在修改source.list前,最好先備份一份 執行備份命令 sudo cp /etc/apt/sources.list /etc/apt/sources.list.old 2、 執行命令開啟source.list檔案: 可以用vim,ge

Ubuntu 16.04.3 LTS上安裝Go 1.10

升級Go新版本的原因目前Ubuntu 16.04.3上最新的二進位制Go版本是1.6.2,執行github上的一個大的go專案,發現context包在go版本1.6以上和以下的import方式有差異在go1.7及以上版本context包被正式列入官方庫中,所以我們只需要imp

ubuntu 16.04搭建hadoop2.7.2(Vmware 12.0搭建完全分散式三臺虛擬機器)

此做法無實際意義,只是用來學習搭建過程和了解hadoop相關配置。 版本:Ubuntu16.04  hadoop2.7.2(一臺電腦開三臺虛擬機器完全分散式) 主結點:192.168.150.112 Caxiongyu1 從結點:192.168.150.113 Caix

Ubuntu 16.04 + Nvidia 顯示卡驅動 + Cuda 8.0 (問題總結 + 解決方案)

Ubuntu 16.04 + Nvidia 顯示卡驅動 + Cuda 8.0 (問題總結 + 解決方案) 安裝Nvidia驅動出現的問題 問題主要是三種,(1)迴圈登入,也就是登入之後在退出來到登入介面; (2)介面變得很大,看著心慌,哈哈;(3)登入進去了,顯示正常了,結果只有桌面背景

Ubuntu 16.04 + Nvidia 顯示卡驅動 + Cuda 8.0 (問題總結 + 解決方案) 成功版

前言 轉自:https://blog.csdn.net/zafir_410/article/details/73188228utm_source=itdadao&utm_medium=referral 前面好一陣子忙於寫論文和改論文,好久沒有做新實驗了,最近又回到

Warning: date(): It is not safe to rely on the system's timezone settings.

bsp ron notice zone asi 警告 family one str PHP調試的時候出現了警告: It is not safe to rely on the system解決方法,其實就是時區設置不正確造成的,本文提供了3種方法來解決這個問題。 實際上,

遠程登陸mysql報錯:ERROR 1130 (HY000): Host '10.0.0.8' is not allowed to connect to this MySQL server

image code 再次 light 解決辦法 allow this 解決 ror 問題原因:在數據庫遷移到mysql主機後遠程登陸mysql報錯: ERROR 1130 (HY000): Host ‘10.0.0.8‘ is not allowed to connec

php Warning phpinfo It is not safe to rely on the system

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!        

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use

方法一:在程式碼中加入 date_default_timezone_set("PRC");即可 date_default_timezone_set('PRC')表示設定中國時區 方法二 :在配置檔案php.ini中修改配置 在php.ini里加上找到date.timez

凜冬之翼---關於時區的PRC和UTC的設定It is not safe to rely on the system's timezone settings

今天再引入jpgraph庫的時候遇到了一個時區的問題,先是報錯: It is not safe to rely on the system’s timezone settings 就是說你的時區不對。 網上提供了兩種方法: 1.再php.ini中把timezone=前面的分號去掉再改

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use

方法一:在程式碼中加入 date_default_timezone_set("PRC");即可 date_default_timezone_set('PRC')表示設定中國時區 方法二 :在配置檔案php.ini中修改配置 在php.ini里加上找到date