安裝ROS出現 Unable to Correct Problems ‘You have Held Broken Packages’ 錯誤
安裝ROS 的時候發現以下報錯:
The following packages have unmet dependenctes:
Unable to Correct Problems ‘You have Held Broken Packages
這個錯誤是依賴問題,試了很多方法不行:勾選update選項, 換源,
找了很多解決辦法都解決不了,後來用sudo aptitude install 解決了
aptitude 與 apt-get 都是Debian及其衍生系統中的包管理工具。aptitude 在處理包依賴問題上更好。
先安裝aptitude
sudo apt install aptitude
sudo aptitude install ros-melodic-desktop-full
由於解決錯誤的時候忘記截圖了,執行上一個指令的時候一定要看一下依賴問題有沒有解決,沒有的話不要選y,選n,會幫你自動解決依賴問題
相關文章
- 帝國CMS安裝時出現You have an error in your SQL syntax錯誤程式碼的解決方法ErrorSQL
- 執行git命令時出現Please make sure you have the correct access rights and the repository existsGit
- Git push時報錯:fatal: Could not read from remote repository. Please make sure you have the correct access rightsGitREM
- 釋出npm包遇到的報錯: ERR! 403 Forbidden, Are you logged in as the correct userNPMORB
- vs code jshint報錯或者Open browser failed!! Please check if you have installed the browser correctly!錯誤.JSAI
- 錯誤內容:You have an error in your SQL syntax; check the manual that corresponds to your MySQL serverErrorMySqlServer
- webpack 5 報錯 entry “mian“ not found did you spescify the correct option?Web
- 關於安裝ros和執行tuetlebot3的錯誤ROS
- wget下載安裝時出現錯誤doesn‘t match requested host name錯誤wget
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packagesErrorPackage
- PbootCMS 織夢安裝出現403錯誤禁止訪問boot
- 安裝Hadoop3X 出現的錯誤資訊Hadoop
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- Python錯誤:PyCharm 安裝出錯 Internal error,please。。。PythonPyCharmError
- Mongodb安裝坑 - Service 'MongoDB Server' (MongDB) failed to start. Verify that you have...MongoDBServerAI
- git在pull時報錯You have not concluded your mergeGit
- [BUG反饋]下載開發版安裝出現錯誤
- vertica ROS和WOS錯誤ROS
- Vue packages version conflicts 錯誤修復VuePackage
- cocoapods安裝錯誤
- Windows 7 安裝 N卡驅動,出現錯誤程式碼 52Windows
- 安裝順利完成,然後訪問首頁出現錯誤
- 安裝vCenter Server出現1603錯誤的一種解決方法Server
- Do you wish to have better graphics?
- file_get_content s()獲取https出現這個錯誤Unable to find the wrapperHTTPAPP
- Centos 安裝JDK 出現Unable to load native library: libnsl.so.1CentOSJDK
- pytest報錯Hint: make sure your test modules/packages have valid Python names.PackagePython
- ubuntu 安裝 rosUbuntuROS
- Labview 安裝 NI 軟體時出現 ni-systemlink-message-broker 錯誤View
- Flask擴充套件包安裝出現錯誤:Could not find a version that satisfies the requirement ...Flask套件UIREM
- python安裝更新包出現環境變數訪問錯誤Python變數
- 安裝完fiddler每次啟動出現這錯誤,我的解決!
- onethink安裝提示錯誤
- Ubuntu20.04安裝LabelImg 以及出現(ModuleNotFoundError: No module named libs.resources)錯誤UbuntuError
- vagrant下composer安裝laravel-wechat時候,出現could not delete的錯誤Laraveldelete
- MySQL 安裝常見錯誤MySql
- 安裝golang tour,提示錯誤Golang