Skip to content
/ papt Public

Personal apt: installs apt packages locally in ~/.local/

License

Notifications You must be signed in to change notification settings

tygoee/papt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

This app is abandoned as it's barely functional and I don't use a debian distro anymore (which means I probably won't update it). Feel free to give it a pull request if you want it to continue.

Papt - Personal apt

Personal apt: installs apt packages locally in ~/.local/, without needing root privileges. This script installs the packages in a temp directory using dpkg -x and moves them to ~/.local/.

IMPORTANT This is still in very early development and could break your ~/.local/ folder. I recommend using this in a virtual machine or other seperated environment.

Installation

First, clone the repository and cd there:

git clone https://github.com/tygoee/papt
cd papt

If you want this to be available as a command, copy it to ~/.local/bin/:

mkdir -p ~/.local/bin/
cp ./papt ~/.local/bin/

Finally, setup papt:

papt --setup

Usage

Command usage: papt [options|args] command

Options:
install: Installs specified packages

Arguments:
--setup: Sets up necessary files for installing and running these packages
--help: Display a help message

Credits

Also see tedrek/papt, I noticed his project after starting with mine, but saw it was pretty abandoned.

If you want a place in this section, feel free to contribute :)


© Tygoee | 2023
This code is licensed under the MIT License.
For more details, see LICENSE.

To view earlier versions, see tygoee/code

About

Personal apt: installs apt packages locally in ~/.local/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages