Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

VLC 3.0.20

Started by sparky270, November 29, 2023, 06:10:36 PM

Previous topic - Next topic

sparky270

I installed vlc 3.0.20 and version 3.0.18 is installed.

Filemon7

#1
Bad package name or there is no version 3.0.20 in repository but you can compile vlc from source code.

Here guide: https://wiki.videolan.org/UnixCompile/
"Coming together is the beginning. Keeping together is progress. Working together a success."-Henry Ford

Filemon7

#2
https://download.videolan.org/pub/videolan/vlc/3.0.20/


sudo apt-get install git g++ make libtool automake autopoint pkg-config flex bison

Unpack .xz archive somewhere install libraries:

sudo apt-get install libdbus-1-dev libmad0-dev libavcodec-dev libavformat-dev libswscale-dev liba52-0.7.4-dev  libxcb1-dev libxcb-shm0-dev libxcb-xv0-dev libx11-xcb-dev libgcrypt20-dev liblua5.2-dev libxcb-composite0-dev libssl-dev libxcb-randr0-dev

Navigate to folder in terminal  by cd example: cd vlc then write  ./configure

Last step is write  make.

If you want  install it write sudo make install.

And thats all.

I will also write how to install codecs to compile with vlc also fix this guide if there is a problem.

Reedition from: https://staff.itee.uq.edu.au/ksb/howto/vlc-howto.html

Few codecs was taken from: https://help.ubuntu.com/community/Compiling%20MPlayer

You can also run without installing by write ./vlc

"Coming together is the beginning. Keeping together is progress. Working together a success."-Henry Ford

AxL

Quote from: sparky270 on November 29, 2023, 06:10:36 PMI installed vlc 3.0.20 and version 3.0.18 is installed.

   What is the output of apt policy vlc and apt show vlc ... ???












Cheers !! 


➤ Want to know how you can use a program you have never used before? "man" will be your best new friend! Type "man <pkg-name>" in a shell.
➤ Or, point your browser to "manpages.debian.org/<pkg-name>" .... RTFM !!!

View the most recent posts on the forum