Wrapper written in Go designed for package managers to unify software management commands between distros
Go to file
Arsen Musayelyan cdece4f0ad Remove extraneous error file and add go.sum 2021-05-23 03:37:35 -07: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
.gitm.toml Add AdvMakefile and .gitm.toml 2021-05-22 17:25:36 -07:00
AdvMakefile Add AdvMakefile and .gitm.toml 2021-05-22 17:25:36 -07:00
LICENSE Rewrite in Go 2020-02-17 21:02:14 -08:00
Makefile Add AdvMakefile and .gitm.toml 2021-05-22 17:25:36 -07:00
README.md Update README.md 2020-10-20 02:34:04 -07:00
config.go Clean up code and switch to zerolog [skip ci] 2021-01-04 02:33:29 -08:00
distance.go 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 Sanitize shell input 2021-05-05 14:00:44 -07:00
go.sum Remove extraneous error file and add go.sum 2021-05-23 03:37:35 -07:00
main.go Clean up code 2021-05-06 10:50:27 -07:00
pak.toml Add AdvMakefile and .gitm.toml 2021-05-22 17:25:36 -07:00
usage.go Clean up code 2021-05-06 10:50:27 -07: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