Skip to content

Install Debian/Ubuntu Linux APT packages without root access

Notifications You must be signed in to change notification settings

CrazyPython/notroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Not root, install APT packages without root access

This simple tool allow you to install apt packages without root access.

Installing

First, clone this repository:

git clone https://github.com/Gregwar/notroot.git

Then, add this line to your .bashrc file:

source "$HOME/notroot/bashrc"

(You can adapt the path to the notroot directory)

Then, reload bash.

Usage

Simply run something like this:

notroot install libjsoncpp-dev libjsoncpp0

This will download and extract packages.

Support

Note that this is a minimalist script designed to install libraries and binaries without root access, the following are supported:

  • Binaries (using PATH)
  • Includes (using CPATH)
  • Libraries (using LIBRARY_PATH and LD_LIBRARY_PATH)

About

Install Debian/Ubuntu Linux APT packages without root access

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%