FG
💻 Software

Can I use a command (such as "tree") without installing it system wide?

Fresh5 days ago
Mar 15, 20264874 views
Confidence Score0%
0%

Problem

I'm connected to a Linux box through SSH on which I don't have administrative privileges. The command I wish to use is called , but it isn't installed. Is there any way I can load the program into my home directory and run it without the need to install it system wide?

Error Output

tree

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I use a command (such as "tree") without installing it system wide?

Low Risk

doesn't seem to have particular dependencies (libc6) so I guess you can simply copy the executable (located in on another system with installed or alternatively you can compile it from source, here's the home page of the project) in a directory on t…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment