VLC 플레이어를 설치했지만 이제 완전히 제거하고 싶습니다. 그래서 터미널에 다음 명령을 입력했습니다.
sudo apt-get purge vlc
그리고 그것은 그것을 제거했다고 말했지만, 입력 할 때 터미널에서 vlc
이것이 출력이었습니다 (GUI가 시작되지는 않았지만).
VLC media player 2.2.0-pre2 Weatherwax (revision 2.2.0-pre1-15-g5178b24)
[0000000001f3bab8] core interface error: no suitable interface module
[0000000001f21118] core libvlc error: interface "globalhotkeys,none" initialization failed
[0000000001f21118] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000000020f66d8] [cli] lua interface: Listening on host "*console".
VLC media player 2.2.0-pre2 Weatherwax
Command Line Interface initialized. Type 'help' for help.
>
그리고 입력 help
하면 프로그램에서 적절한 응답을 얻습니다. 또한 관련 명령을 입력하고 실행할 수 있습니다.
그렇다면 VLC Player를 완전히 제거하여 명령을 실행할 때 vlc
해당 명령을 모른다는 것을 알 수 있습니까?
현재 우분투 14.10을 실행 중입니다.
sudo apt-get autoremove
터미널 에서 명령을 실행하려고 시도했지만 제거되지 않았습니다vlc-nox
. 그러나 내가 명령을 실행할 때sudo apt-get remove vlc-nox
, 그 트릭을 수행했습니다! 감사! :)