Wrapper written in Go designed for package managers to unify software management commands between distros
Go to file
Elara 677809a735 Add support for acorn 2020-09-26 23:55:50 -07:00
.acorn Add support for acorn 2020-09-26 23:55:50 -07:00
plugins Chnage pacman and yay configs to reflect changes in aptman and aptyay [skip ci] 2020-08-27 09:16:06 -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 Allow for using gccgo in makefile using GOBUILD env variable 2020-06-15 16:37:28 -07:00
README.md Fix README.md 2020-02-17 21:15:04 -08:00
pak.cfg Rewrite in Go 2020-02-17 21:02:14 -08:00
pak.go Fix extra whitespace in help screen due to go's automatic concatenation of arguments in fmt.Println() 2020-08-25 08:38:17 -07:00

README.md

Pak

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


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