답변:
apt-get update
업데이트 관리자의 명령 줄 에서는 수행 할 수 없습니다 .
명령을 실행하려면
update-manager
man update-manaer
제공합니다 :
--data-dir=DATA_DIR
Directory that contains the data files
-c, --check-dist-upgrades
Check if a new distribution release is available
-d, --devel-release
Check if upgrading to the latest devel release is possible
-p, --proposed
Upgrade using the latest proposed version of the release
upgrader
--no-focus-on-map
Do not focus on map when starting
--dist-upgrade
Try to run a dist-upgrade
그래서 당신은 실행하여 이동할 수 있습니다
update-manager --dist-upgrade
나는 현재 우분투 시스템을 사용하지 않기 때문에 정확하게 말할 수는 없지만 명령을 찾는 방법을 알려줄 수 있습니다.
터미널을 열고 다음 명령을 실행하십시오 ( source ).
xprop | awk '($1=="_NET_WM_PID(CARDINAL)") {print $3}' | xargs ps h -o cmd
실행중인 GUI 인스턴스를 클릭하십시오.
그런 다음 명령을 실행하는 데 사용 된 명령이 터미널에 인쇄되어야합니다. 그러나 Bash 스크립트에서 사용하려면 약간 조정해야 할 수도 있습니다.