williamdosa 5 Posted October 28, 2018 Posted October 28, 2018 (edited) 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 October 28, 2018 by williamdosa
mastrmind11 722 Posted October 28, 2018 Posted October 28, 2018 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
EODCrafter 181 Posted October 28, 2018 Posted October 28, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now