Wrapper written in Go designed for package managers to unify software management commands between distros
Go to file
Elara 93c80f01b8 Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
.acorn Add desc to acorn meta 2020-09-27 21:51:47 -07:00
.gitignore Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
LICENSE Rewrite in Go 2020-02-17 21:02:14 -08:00
Makefile Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
README.md Update README.md 2020-10-20 02:34:04 -07:00
config.go Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
distance.go Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
error Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
extra.go Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
go.mod Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
go.sum Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
install-config.sh Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
main.go Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
pak.toml Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -08:00
usage.go Revamp config, Gofmt project, and clean up unneeded code 2021-01-03 19:41:26 -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