
우분투 18.04.2를 사용하고 있습니다.
대시보드에서 Ubuntu 소프트웨어(또는 소프트웨어 센터)를 찾을 수 없습니다. 다음 명령을 사용하여 설치를 시도했습니다.
sudo apt-get update
sudo apt-get upgrade
그 다음에
sudo apt-get install software-center*
모든 프로세스가 실행된 후 다음 메시지가 나타납니다.
$ sudo apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package software-center is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'software-center' has no installation candidate
문제는 MATE 데스크탑 환경을 설치하려는 이전 시도와 관련이 있을 수 있다고 생각합니다. 실패했기 때문에 설치된 패키지를 제거했습니다. MATE 패키지를 제거할 때 소프트웨어 센터와 재설치가 필요한 항목도 삭제했다고 가정합니다.
답변1
패키지software-center
18.04에는 존재하지 않습니다, gnome-software
대신 사용하세요.
sudo apt install gnome-software