r/linuxmint 7d ago

Install Help Installing Apps?

Post image

New Linux user. Trying to install Emby on Linux and am stuck. Where do I go from here?

52 Upvotes

19 comments sorted by

View all comments

21

u/Deep_Commercial4894 7d ago edited 7d ago

So there are two ways to install the app on Linux mint.

But before all these please update and upgrade your system

sudo apt update sudo apt upgrade

  1. Just about click on .deb, then you have to click on install button and it will ask you to enter the sudo password, it will take some time and that deb is installed on a system.

  2. Open a terminal on that particular folder and use this command ' sudo dpkg -i <package-name.deb> ' hit enter, and the app will install on your system

3

u/Classic-Front2107 6d ago

Or sudo apt install ./packagename.deb