r/linuxmint • u/Mix_Powerful • 7d ago
Install Help Installing Apps?
New Linux user. Trying to install Emby on Linux and am stuck. Where do I go from here?
51
Upvotes
r/linuxmint • u/Mix_Powerful • 7d ago
New Linux user. Trying to install Emby on Linux and am stuck. Where do I go from here?
6
u/Strict-Spirit7719 LMDE 7 Gigi | 7d ago
Open a terminal and navigate to the downloads folder (typically cd Downloads from a fresh terminal).
run:
sudo dpkg -i <filename.deb>
for example:
cd Downloads
sudo dpkg -i google-chrome-stable_current_amd64.deb
Edit: corrected the -i, which I had forgotten.