Learn how to install xbmc-eventclients-xbmc-send with the command sudo apt-get install xbmc-eventclients-xbmc-send on Ubuntus.
Ads
Quick installation of xbmc-eventclients-xbmc-send:
Step 1: Update system:
sudo apt-get update
Step 2: Install: xbmc-eventclients-xbmc-send
Ater updaing the OS run following command to install the packae:
sudo apt-get install xbmc-eventclients-xbmc-send
Package Details | |
Package: | xbmc-eventclients-xbmc-send |
Version: | 2:11.0~git20120423.cd20772-1 |
Maintainer: | Ubuntu Developers |
Home page: | http://xbmc.org/ |
Description: | XBMC Media Center (Event Client XBMC-SEND package) XBMC, recursive acronym for "XBMC Media Center", is an award winning free and open source software media-player and entertainment hub for all your digital media. XBMC 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, XBMC is a non-profit project run and developed by volunteers located around the world. More than 50 software developers have contributed to XBMC, and 100-plus translators have worked to expand its reach, making it available in more than 30 languages. . While XBMC 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, XBMC 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 XBMC-SEND package for XBMC Event Client. Homepage: http://xbmc.org/ |
Distro: | Ubuntu 12.04 LTS |
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 12.04 LTS 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 xbmc-eventclients-xbmc-send is not installed on your compter then the command 'dpkg -L xbmc-eventclients-xbmc-send' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L xbmc-eventclients-xbmc-send Package `xbmc-eventclients-xbmc-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 xbmc-eventclients-xbmc-send:
After system update use the following command to install xbmc-eventclients-xbmc-send:
sudo apt-get install xbmc-eventclients-xbmc-send
Above command will confirm before installing the package on your Ubuntu 12.04 LTS 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 xbmc-eventclients-xbmc-send from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the xbmc-eventclients-xbmc-send following command is used:
sudo apt-get remove xbmc-eventclients-xbmc-send
Following command is used to remove the xbmc-eventclients-xbmc-send package along with its dependencies:
sudo apt-get remove --auto-remove xbmc-eventclients-xbmc-send
This will remove xbmc-eventclients-xbmc-send and all its dependent packages which is no longer needed in the system.
Completely removing xbmc-eventclients-xbmc-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 xbmc-eventclients-xbmc-send
or you can use following command also:
sudo apt-get purge --auto-remove xbmc-eventclients-xbmc-send
Above command will remove all the configuration files and data associated with xbmc-eventclients-xbmc-send package. You can can't recover the delete data, so, use this command with care.