Wrapper written in Go designed for package managers to unify software management commands between distros
Go to file
Elara c9d3b583f4 Remove bad code from 13-year-old me 2020-11-25 20:18:52 -08:00
.acorn Add desc to acorn meta 2020-09-27 21:51:47 -07:00
plugins Add zypper support and fix acorn 2020-09-27 21:50:25 -07:00
.gitignore Add aarch64 2020-08-26 14:43:48 -07:00
LICENSE Rewrite in Go 2020-02-17 21:02:14 -08:00
Makefile Make all goals phony [skip ci] 2020-10-26 01:12:37 -07:00
README.md Update README.md 2020-10-20 02:34:04 -07:00
distance.go Remove bad code from 13-year-old me 2020-11-25 20:18:52 -08:00
main.go Remove bad code from 13-year-old me 2020-11-25 20:18:52 -08:00
pak.cfg Rewrite in Go 2020-02-17 21:02:14 -08:00
slices.go Remove bad code from 13-year-old me 2020-11-25 20:18:52 -08:00
usage.go Remove bad code from 13-year-old me 2020-11-25 20:18:52 -08:00

README.md

Pak

Wrapper written in Go designed for package managers to unify software management commands between distros

Build status Download Binary


Installation

APT Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make aptinstall
Brew Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make snapinstall
Snap Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make snapinstall
Pacman Installation
  • Install AUR package "pak" and choose pak-config-pacman when prompted
Yay Installation
  • Install AUR package "pak" and choose pak-config-yay when prompted
Aptitude Installation
  • Install package "go" (You may remove after installation)
  • Clone or download this repository
  • Inside the repository, run:
make
sudo make aptitude