+4 votes
285 views
How to install VLC 3.0 on Ubuntu Linux

in Linux / Unix by (551k points)
reopened | 285 views

1 Answer

+5 votes
Best answer

Install VLC 3.0 on Linux Linux systems

One of the most popular audio and video players and converters today is VLC which is an open source application, available for multiple operating systems and with which we will have a useful tool for managing these multimedia files..

In version 3.0 of VLC for Linux we find features such as:

  • Chromecast support
  • Limited 360 degree video and audio support
  • HTTP / 2 support
  • OpenGL included
  • Support for network navigation with protocols such as Samba, FTP / SFTP, NFS and many more
  • Automatic detection of external audio tracks, ac3, m4a, aac, dts
  • Adaptive Transmission
  • Improved support for Wayland
  • Support for more audio and video codecs

VLC 3.0 is still a trial version so its optimal stability is not guaranteed within the system, it can be used, but at some point it can be closed, not reproduce an item , etc.

If we want to thoroughly test VLC 3.0, the simplest method is to use the VLC Snap package, which can be used in conjunction with the current VLC installation..

The default channel of the VLC snap package takes by default the launch candidate VLC 3.0 which is what we will see today in TechnoWikis.

Install VLC 3.0 on Linux Linux systems

Step 1

By default, the Snap package must already be present as of Ubuntu 16, but if it is not, we can install it by running the following command:
 sudo apt install snapd 

image

Step 2

Once the Snap package is installed on Ubuntu 17, we will install VLC 3.0 by running the following command:
 sudo snap install vlc 

image

Step 3

Once this process is finished we will see the following:

image

Step 4

To access VLC we can run the vlc line in the terminal or look for it directly in Ubuntu 17:

image

Step 5

Once we access VLC this will be your environment:

image

Step 6

Another option we have to install VLC 3.0 is using PPA repositories, for this we will execute the following lines:
 sudo add-apt-repository ppa: videolan / stable-daily (Add the PPA repository) sudo apt-get update (Update repository packages) sudo apt-get install vlc (Install VLC) 
Step 7

Now, although a VLC 3.0 has not yet been officially launched, the VLC development group is working with VLC 4.0 and this unstable version can be tested by running the following commands:
 sudo add-apt-repository ppa: videolan / master-daily (Add the PPA repository) sudo apt-get update (Update repository packages) sudo apt-get install vlc (Install VLC 4.0) 
As we can see, we can use VLC before its official launch and thus enjoy one of the best audio and video tools.

by (3.5m points)
edited

Related questions

+5 votes
1 answer
asked Oct 15, 2019 in Linux / Unix by backtothefuture (551k points) | 270 views
+5 votes
1 answer
asked Nov 5, 2019 in Windows 10 by backtothefuture (551k points) | 244 views
+4 votes
1 answer
+4 votes
1 answer
asked Nov 6, 2020 in Linux / Unix by backtothefuture (551k points) | 532 views
+4 votes
1 answer
asked Oct 8, 2019 in Linux / Unix by backtothefuture (551k points) | 309 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users