In this article we are going to learn the commands and steps to install kodi-eventclients-kodi-send package on Ubuntu 16.10.
Ads
Quick installation of kodi-eventclients-kodi-send:
Step 1: Update system:
sudo apt-get update
Step 2: Install: kodi-eventclients-kodi-send
Ater updaing the OS run following command to install the packae:
sudo apt-get install kodi-eventclients-kodi-send
Package Details | |
Package: | kodi-eventclients-kodi-send |
Version: | 16.1+dfsg1-2 |
Maintainer: | Ubuntu Developers |
Home page: | http://kodi.tv/ |
Description: | Open Source Home Theatre (Event Client Kodi-SEND package) Kodi, formerly known as XBMC is an award winning free and open source software media-player and entertainment hub for all your digital media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV) and Microsoft Windows, as well as the original Xbox game console. Created in 2003 by a group of like minded programmers, Kodi is a non-profit project run and developed by volunteers located around the world. More than 50 software developers have contributed to Kodi, and 100-plus translators have worked to expand its reach, making it available in more than 30 languages. . While Kodi functions very well as a standard media player application for your computer, it has been designed to be the perfect companion for your HTPC. Supporting an almost endless range of remote controls, and combined with its beautiful interface and powerful skinning engine, Kodi feels very natural to use from the couch and is the ideal solution for your home theater. Once installed, your computer will become a fully functional multimedia jukebox. . This package is the Kodi-SEND package for Kodi Event Client. |
Distro: | Ubuntu 16.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 16.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 kodi-eventclients-kodi-send is not installed on your compter then the command 'dpkg -L kodi-eventclients-kodi-send' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L kodi-eventclients-kodi-send dpkg-query: package 'kodi-eventclients-kodi-send' 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 kodi-eventclients-kodi-send:
After system update use the following command to install kodi-eventclients-kodi-send:
sudo apt-get install kodi-eventclients-kodi-send
Above command will confirm before installing the package on your Ubuntu 16.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 kodi-eventclients-kodi-send from Ubuntu 16.10. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the kodi-eventclients-kodi-send following command is used:
sudo apt-get remove kodi-eventclients-kodi-send
Following command is used to remove the kodi-eventclients-kodi-send package along with its dependencies:
sudo apt-get remove --auto-remove kodi-eventclients-kodi-send
This will remove kodi-eventclients-kodi-send and all its dependent packages which is no longer needed in the system.
Completely removing kodi-eventclients-kodi-send with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge kodi-eventclients-kodi-send
or you can use following command also:
sudo apt-get purge --auto-remove kodi-eventclients-kodi-send
Above command will remove all the configuration files and data associated with kodi-eventclients-kodi-send package. You can can't recover the delete data, so, use this command with care.