More > JRiver Media Center 20 for Linux

Apt Repositories

<< < (3/10) > >>

Awesome Donkey:
One suggestion, perhaps you guys should host both mediacenter20.list files on the server. Why? It'd only require 4 Terminal commands to add and install Media Center 20. Something like the following for the latest channel;


--- Code: ---sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
--- End code ---

If this was added, for example in Ubuntu this would add the key, list and install MC20;


--- Code: ---wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
sudo apt-get update
sudo apt-get install mediacenter20
--- End code ---

This should work fine for Debian too.

bob:

--- Quote from: Awesome Donkey on March 05, 2015, 06:48:10 pm ---One suggestion, perhaps you guys should host both mediacenter20.list files on the server. Why? It'd only require 4 Terminal commands to add and install Media Center 20. Something like the following for the latest channel;


--- Code: ---sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
--- End code ---

If this was added, for example in Ubuntu this would add the key, list and install MC20;


--- Code: ---wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
sudo apt-get update
sudo apt-get install mediacenter20
--- End code ---

This should work fine for Debian too.

--- End quote ---
Thanks, that's a good idea.

bob:

--- Quote from: Awesome Donkey on March 05, 2015, 06:48:10 pm ---One suggestion, perhaps you guys should host both mediacenter20.list files on the server. Why? It'd only require 4 Terminal commands to add and install Media Center 20. Something like the following for the latest channel;


--- Code: ---sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
--- End code ---

If this was added, for example in Ubuntu this would add the key, list and install MC20;


--- Code: ---wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
sudo apt-get update
sudo apt-get install mediacenter20
--- End code ---

This should work fine for Debian too.

--- End quote ---
Ok, that's done.
I did list both architectures in the mediacenter20.list. I'm not sure that's the best idea since the amd64 is beta. We'll see...

audiolover:
I am a little bit lost as there have been changes in which code to use in this topic on how to add key and repositories.
Is it an idea to list the definite changes in code for Debian and Ubuntu in 1 "reply"?

Awesome Donkey:
If you want to add the repository and install Media Center 20 (in both Debian and Ubuntu), use the following Terminal commands;


--- Code: ---wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter20.list -O /etc/apt/sources.list.d/mediacenter20.list
sudo apt-get update
sudo apt-get install mediacenter20

--- End code ---

If you already have Media Center 20 manually installed, use the first three commands.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version