Ubuntu Software에서 VLC를 설치하거나, apt 또는 snap 명령어로 간단하게 VLC를 설치할 수 있습니다.
apt로 VLC 설치
다음과 같이 apt-get
으로 VLC를 설치할 수 있습니다.
$ sudo apt-get install vlc
또는 다음과 같이 apt
로 설치할 수 있습니다.
$ sudo apt-get install vlc
현재 repository에 vlc가 없다면, 다음과 같이 repository를 추가하여 설치할 수 있습니다.
$ sudo add-apt-repository ppa:videolan/stable-daily
$ sudo apt-get update
$ sudo apt-get install vlc
snap으로 VLC 설치
다음과 같이 snap으로 VLC를 설치할 수 있습니다.
$ sudo snap install vlc
Ubuntu Software에서 VLC 설치
Ubuntu Software
를 실행해서 VLC를 설치하면 됩니다.
VLC Player 실행
다음과 같이 직접 VLC를 찾아서 실행할 수 있습니다.
또는, 다음과 같이 터미널에서 vlc를 입력하여 실행할 수 있습니다.
$ vlc
파일을 바로 열고 싶다면 다음과 같이 파일명을 입력해주면 됩니다.
$ vlc file.mp4
VLC 3.0 Features
현재 apt로 설치하면 VLC 3.0
이 설치됩니다. Feature는 다음과 같습니다.
- Stream local media to Chromecast
- Allows audio passthrough for HD audio codecs
- Default hardware decoding to play 4k and 8K videos
- Limited 360-degree video and audio support
- HTTP/2 support
- Now uses OpenGL
- Support for network browsing with Samba, FTP/SFTP, NFS, and other protocols
- Autodetect external audio tracks (ac3, m4a, aac, dts…), similar to subtitles
- Adaptive streaming
- Improved support for Wayland
- Support for more codecs
Recommended Posts:
- Ubuntu 20.04 - SSH 설치와 접속 방법
- Ubuntu에서 imwheel로 마우스 휠 스크롤 속도 변경
- Ubuntu 20.04 - OpenJDK 11 설치, 삭제
- Ubuntu에서 사용할 수 있는 Text Editor 소개
- apt remove, purge, autoremove 명령어 차이점
- Linux의 apt-get 명령어
- Ubuntu 20.04 - 토렌트 설치
- Ubuntu에서 사용할 수 있는 그림판(mspaint)과 비슷한 툴 소개
- Linux - Hardware 정보를 보여주는 명령어
- Ubuntu에 OpenJdk 9 설치하는 방법
- AutoKey 설치 및 macro 만들기
- Linux - Bash 쉘스크립트 파일의 절대경로 얻기
- Ubuntu18.04의 네트워크 이더넷 이름 변경하는 방법(enp??를 eth0으로 변경)