Jump to content

How to install via terminal on Ubuntu server?


williamdosa

Recommended Posts

williamdosa

How do I install emby media server via terminal on Ubuntu server? I found a tutorial online but the repo it said to pull from, was from opensuse.org and that doesn't have 18.04.

Do I just add the emby media server github as a repo and download it from from that github repo?

If this is the case, how would I add the emby media server github as a repo, download emby from that new repo, and install emby media server from that downloaded file?inro.in/showbox/ inro.in/mobdro/ inro.in/tutuapp/

 
 
Edited by williamdosa
Link to comment
Share on other sites

mastrmind11

 

How do I install emby media server via terminal on Ubuntu server? I found a tutorial online but the repo it said to pull from, was from opensuse.org and that doesn't have 18.04.

Do I just add the emby media server github as a repo and download it from from that github repo?

If this is the case, how would I add the emby media server github as a repo, download emby from that new repo, and install emby media server from that downloaded file?

 

 

https://emby.media/linux-server.html

 

and since you're headless, just wget the download link from the CLI

Link to comment
Share on other sites

EODCrafter

https://emby.media/linux-server.html

 

and since you're headless, just wget the download link from the CLI

Laymen example.....

wget "https://github.com/MediaBrowser/Emby.Releases/releases/download/3.5.3.0/emby-server-deb_3.5.3.0_amd64.deb"

sudo dpkg -i emby-server-deb_3.5.3.0_amd64.deb
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...