FG
💻 Software

installing packages without sudo access

Fresh7 days ago
Mar 15, 202614948 views
Confidence Score0%
0%

Problem

Is there an easy way to install packages with a large dependency tree, provided that you don't have superuser access? For instance, say I wanted to install firefox. Firefox has a ton of dependencies, each of which have their own dependencies, etc. Installing these the "./configure; make; make insta…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: installing packages without sudo access

Low Risk

You can install individual .deb files in your home directory with: But this does not take care of the dependencies like aptitude or apt-get does.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment