Instructions for installing VLC 1.1 from Git in Ubuntu Linux
TipsMake.com - With many improvements in the next 1.1 version of the VLC media slideshow application, many Ubuntu users are quite eager to become the first to enjoy the VLC utility. The following article will show you how to install and update the latest version of VLC .
There are actually two ways to install VLC 1.1 in Ubuntu, but TipsMake.com will introduce you to the most stable and most successful success rate.
Before proceeding, you need to fully install the included standalone and necessary packages with the following command:
[user_name] $ sudo apt-get build-dep vlc
Next, we need to install additional source packages to build and compile to create * .tar files :
[user_name] $ sudo apt-get install libtool build-essential automake-1.10 git-core libxcb-shm0-dev libxcb-xv0-dev libxcb-keysyms1-dev libx11-xcb-dev checkinstall
Next step, you need to download the latest source code from VLC with the following command:
[user_name] $ git clone git: //git.videolan.org/vlc.git
If in case this statement does not work, you can directly use the following package.
After downloading the file, unzip the file with the following command:
[user_name] $ tar -xvzf vlc-HEAD.tar.gz
The essentials already have enough, we start the main job. Move to home directory:
[user_name] $ cd vlc
Next:
[user_name] $ ./bootstrap
This step will initialize the source code and create the setup file.
Then, check all tools and code packages with the ./configure statement:
[user_name] $ ./configure --prefix = / opt / vlc --exec-prefix = / usr
The setup process ends, followed by code compilation, using the make: syntax.
[user_name] $ make [.]
Note: when making the make process, you may encounter the following error:
LUA byte compiler missing.
make [2]: *** [lua / intf / luac.luac] Error 1
make [2]: Leaving directory `/ home / sahni / Downloads / vlc / share '
make [1]: *** [all-recursive] Error 1
make [1]: Leaving directory `/ home / sahni / Downloads / vlc '
make: *** [all] Error 2
This may be a missing error because the package packages are downloaded or automatically generated during compilation, you use the following command to fix:
[user_name] $ cd share
[user_name] $ for f in `find. | grep '.lua $' `; because f2 = `echo $ f | sed 's / lua $ / luac / g'`; ln -sf `basename $ f` $ f2; done $
After that, wait for the make process to finish, it will take a certain amount of time. Or you can proceed to install VLC by make install:
[user_name] $ sudo make install
Or use the checkinstall feature, checkinstall has the ability to store location information and automatically generate binary files to manage in conjunction with Packet Management Software:
[user_name] $ sudo checkinstall --fstrans = no --install = yes --pkgname = vlc --pkgversion "1: 1.1.0-git`date +% Y% m% d`-0.0ubuntu2" –default
This process will create a * .deb file with a capacity of about 400 Mb in the same VLC storage folder. And installing with * .deb is much simpler than using the command.
Good luck!
You should read it
- 5 things to do when installing Ubuntu on PC
- Instructions to install Ubuntu directly from the hard drive
- How to install Pip in Ubuntu
- How to troubleshoot Ubuntu problems does not start
- How to Install Steam on Linux
- How to install fcgiwrap for Nginx on Ubuntu 20.04
- How to install and remove fonts on Linux
- How to install VPN on Ubuntu
May be interested
- Instructions for uninstalling software on Ubuntutipsmake.com will guide you how to uninstall the software on a computer running ubuntu linux, as well as how to remove ubuntu from your computer. if your computer runs linux and another operating system simultaneously, you can remove the ubuntu linux partition.
- How is Arch Linux different from other Linux versions?arch linux is arguably the most misunderstood linux distribution. many people find arch difficult to install and maintain.
- Instructions for installing basic Arch Linuxunlike ubuntu or linux mint, arch linux is a distributed linux distribution in a continuous format (rolling release). read the following article to know how to install this distro.
- Is Arch Linux better than Ubuntu?arch linux and ubuntu are two big names in the linux world. both have a huge fan base, with two completely opposite positions.
- How to install Pip in Ubuntulinux has a lot of package managers. ubuntu not only has apt but also many programming languages that come with its own package manager. pip stands for python packages packages and allows you to easily install packages from python package index (pypi).
- How to install software and applications for Linux operating systemshere are some ways to install new software for ubuntu based on available tools.
- Distinguish Ubuntu and Linux Mintlinux is an open-source operating system and anyone can edit and customize to their liking, ubuntu and mint are the two operating systems born from that.
- Following many other Linux employees, Ubuntu stopped providing 32-bit ISO Imagesubuntu declares that it will stop providing the iso installer for os that the new version starting with ubuntu 17.0 (artful aardvark) will be released on october 19.
- Instructions for installing Windows Fonts on Ubuntuthis is one of the basic steps when setting up, installing and using the ubuntu operating system. one of the most popular and most commonly used font sets is the microsoft standard suite, for example times new roman, arial, verdana ... but not available in ubuntu.
- 5 great themes for Ubuntuif you often spend a lot of time with your pc, it's easy to understand why you want to add some personal details. on linux, users can often change the theme for the desktop without installing additional software or fearing to spoil anything.