Jump to content

hello guys , i am using linux mint for nearly a year and i need a help from you guys.

can someone tell me how to install any application for only one user and not in  the other accounts in linux mint........ this is really weird and i need to solve this , please help me respected forum members.

Link to comment
https://linustechtips.com/topic/1400906-managing-users-in-linux-mint/
Share on other sites

Link to post
Share on other sites

14 hours ago, C2dan88 said:

You cant installed programs are meant to be accessible by all users.

 

One way to restrict access would be setting up user groups for program access

https://askubuntu.com/questions/8149/how-can-i-restrict-program-access-to-other-users

Actually, false. However most package managers don't support user level applications.

You can setup a user application by just simply installing the software I to /home/$USER/.local/ and follow the normal root folder file hierarchy from there.

That said the simplest way to achieve what the OP wants to do is just use AppImages

If you need a desktop menu option just make a .desktop file in ~/.local/share/applications

Link to post
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

×