Ubuntu 14.04 (Trusty Tahr)에 VLC 미디어 플레이어를 설치하기 위해 인터넷에서 많은 옵션을 검색했지만 아무런 효과가 없습니다.
이 문제를 어떻게 해결할 수 있습니까?
오류 :
root@hiteshb-To-be-filled-by-O-E-M:~# apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7
vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
Suggested packages:
libchromaprint-tools python-acoustid videolan-doc
Recommended packages:
libdvdcss2
The following NEW packages will be installed:
libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7
vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
"apt-get install vlc"를 입력하기 전에 "sudo apt-get update && sudo apt-get upgrade"를 입력하십시오.
—
Nymeria