dimanche 26 octobre 2014

Plex Media Server on AntiX 13

https://forums.plex.tv/index.php/topic/51427-plex-media-server-for-debian/

First Time install
sudo apt-get install curl
echo "deb http://shell.ninthgate.se/packages/debian squeeze main" | sudo tee -a /etc/apt/sources.list.d/plexmediaserver.list
sudo curl http://shell.ninthgate.se/packages/shell-ninthgate-se-keyring.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install plexmediaserver


Upgrading
sudo apt-get update
sudo apt-get upgrade

commandline

About apt-get 

http://doc.ubuntu-fr.org/apt-get 

http://askubuntu.com/questions/222348/what-does-sudo-apt-get-update-do


About Upgrading

 Upgrading
su
(password)
apt-get update
apt-get dist-upgrade (or apt-get upgrade)
exit 

 About Wget


Wget is an open-source commandline tool for downloading files using HTTP. Wget is licensed under the GPL license. Wget enables you to download any file instantly to your current working directory, all you need to do is provide the URL.
Example:
sudo wget http://downloads.slimdevices.com/nightly/7.8/sc/89c295b/logitechmediaserver_7.8.1~1406278657_all.deb 
sudo dpkg -i logitechmediaserver_7.8.1~1406278657_all.deb

LMS 7.8 on Linux AntiX 13






wget http://downloads.slimdevices.com/LogitechMediaServer_v7.8.0/logitechmediaserver_7.8.0_all.deb
sudo dpkg --install logitechmediaserver_7.8.0_all.deb
 
 
 
https://code.google.com/p/squeezeslave/downloads/detail?name=squeezeplay_7.8.0%7E328_i386.deb&can=2&q= 
 
 
 

Instructions for Ubuntu:

Editing the sources.list and installing the SqueezeCenter package on Ubuntu can also be achieved using the GUI. Go to System / Administration / Synaptic Package Manager (provide your password). In the Manager select Settings / Repositories and click the Third Party Software tab, click +Add and provide one of the "deb xxx" strings mentioned above. In the first tab Ubuntu software make sure that the Universe is selected as well. After clicking Reload the list of packages will show SqueezeCenter as additional package which will be downloaded and installed along with its dependencies.