문제 1. Ubuntu에서 "apt-get install"을 사용하여 프로그램을 설치할 때 오류 메시지가 발생했습니다.
you might want to run 'apt-get -f install' to correct these
Solution: #🎜🎜 #
다음 명령을 사용하여 설치 패키지를 복구합니다.$ sudo apt-get --fix-broken install
$ sudo dpkg --purge xxx
sudo apt-get update (更新源)
sudo apt-get install upgrade (更新已安装的包)
sudo apt-get install‘软件名字’
linux tutorial#🎜🎜 #
위 내용은 Linux 시스템에서 실패한 소프트웨어 설치 요약의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!