In this aricle we are going to learn the commands to install vlc-plugin-vlsub package on Ubuntu 15.10.
Ads
Quick installation of vlc-plugin-vlsub:
Step 1: Update system:
sudo apt-get update
Step 2: Install: vlc-plugin-vlsub
Ater updaing the OS run following command to install the packae:
sudo apt-get install vlc-plugin-vlsub
Package Details | |
Package: | vlc-plugin-vlsub |
Version: | 0.9.13-1 |
Maintainer: | Ubuntu Developers |
Home page: | http://addons.videolan.org/content/show.php?action=content&content=148752 |
Description: | VLC extension to download subtitles from opensubtitles.org Search and download subtitles from opensubtitles.org using the hash of the video currently playing or its title. |
Distro: | Ubuntu 15.10 |
Release: | |
Repo/Section: | universe/video |
First of all update your system with the command:
sudo apt-get update
Ads
Above command will download the package lists for Ubuntu 15.10 on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If vlc-plugin-vlsub is not installed on your compter then the command 'dpkg -L vlc-plugin-vlsub' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L vlc-plugin-vlsub dpkg-query: package 'vlc-plugin-vlsub' is not installed Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing vlc-plugin-vlsub:
After system update use the following command to install vlc-plugin-vlsub:
sudo apt-get install vlc-plugin-vlsub
Above command will confirm before installing the package on your Ubuntu 15.10 Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
Now we will see the commands for uninstalling the vlc-plugin-vlsub from Ubuntu 15.10. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the vlc-plugin-vlsub following command is used:
sudo apt-get remove vlc-plugin-vlsub
Following command is used to remove the vlc-plugin-vlsub package along with its dependencies:
sudo apt-get remove --auto-remove vlc-plugin-vlsub
This will remove vlc-plugin-vlsub and all its dependent packages which is no longer needed in the system.
Completely removing vlc-plugin-vlsub with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge vlc-plugin-vlsub
or you can use following command also:
sudo apt-get purge --auto-remove vlc-plugin-vlsub
Above command will remove all the configuration files and data associated with vlc-plugin-vlsub package. You can can't recover the delete data, so, use this command with care.