-2

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?

Melebius
  • 11,431
  • 9
  • 52
  • 78

1 Answers1

3

If you only have user access (and not root access) to an Ubuntu system you would basically have two options to install software:

  • compile the programs yourself with all paths set to userspace (ie. within your home directory)
  • use portable versions of the programs you use (programs that function from within their own directory)

Portable applications are available in repositories such as AppImageHub (for AppImage apps) or if the system has Wine installed sites like PortableApps.