구성되지 않은 패키지를 구성하십시오.
sudo dpkg --configure -a
리포지토리 내용 업데이트
sudo apt-get update
누락 된 종속성을 수정하십시오.
sudo apt-get -f install
사용 가능한 새 버전으로 모든 패키지를 업데이트하십시오.
sudo apt-get full-upgrade
Ubuntu 데스크탑을 다시 설치하십시오.
sudo apt-get install --reinstall ubuntu-desktop
불필요한 패키지를 제거하십시오.
sudo apt-get autoremove
이미 설치된 패키지 삭제 :
sudo apt-get clean
시스템을 재부팅하여 문제가 해결되었는지 확인하십시오.
sudo reboot
https://askubuntu.com/questions/859448/is-there-a-command-to-factory-reset-ubuntu
Log in as root
exec sudo -i
Try configuring unconfigured packages:
dpkg --configure -a
Update the contents of the repositories
apt-get update
Try to fix missing dependencies:
apt-get -f install
Update your system:
apt-get dist-upgrade
Reinstall Ubuntu desktop:
apt-get install --reinstall ubuntu-desktop
Remove unnecessary packages:
apt-get autoremove
Delete downloaded packages already installed:
apt-get clean
Reboot the system to see if the issue was resolved:
reboot
answered Dec 11 '16 at 14:37
◎
■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠