Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

The-Krew/pactkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pactkg

Cross-distro, user-space package manager for CLI tools by The Krew Group. Installs apps to ~/.local/bin—no root required.

Build dependency

Installation

curl -sSL https://raw.githubusercontent.com/KopyTKG/pactkg/refs/heads/Live/scripts/install.sh | sudo bash

From source

ninja is recommended for building, but you can use make if you prefer.

git clone https://github.com/KopyTKG/pactkg

cd pactkg
mkdir build && cd build

cmake ../ -G Ninja

ninja

mv pactkg ~/.local/bin/pactkg
sudo chmod +x ~/.local/bin/pactkg

Usage

# Display help
packtkg 
packtkg help

# List all available packages
packtkg list

# Search for a package (finds names that include the search term)
packtkg search <package_name>

# Install a package
packtkg install <package_name>

# Uninstall a package
packtkg uninstall <package_name>

# Update
# Updates all installed packages to their latest versions
packtkg update

# Update a specific package
packtkg update <package_name>

# Licenses
packtkg licenses

About

Cross-distro, user-space package manager for CLI tools by The Krew Group. Installs apps to ~/.local/bin—no root required.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors