I tried to install software on a user computer at my university, but I couldn't. Every time I try to install it, it says that I don't have authorisation.
So is there any other way to do it?
I tried to install software on a user computer at my university, but I couldn't. Every time I try to install it, it says that I don't have authorisation.
So is there any other way to do it?
If you only have user access (and not root access) to an Ubuntu system you would basically have two options to install software:
Portable applications are available in repositories such as AppImageHub (for AppImage apps) or if the system has Wine installed sites like PortableApps.
npm
,pip
, orcpan
, that are often already available. Some is easy to build from source code. I recommend you [edit] with details of what you wan to install. – Eliah Kagan Oct 08 '19 at 09:55