A simple source based package manager. (DEPRECATED)
Go to file Use this template
2022-03-17 13:17:20 +00:00
glacier-help.sh release 0.1rc 2022-03-09 22:01:26 +00:00
glacier-install.sh Update glacier-install.sh 2022-03-16 23:22:21 +00:00
glacier-query.sh Update glacier-query.sh 2022-03-10 17:29:47 +00:00
glacier-remove.sh Update glacier-remove.sh 2022-03-10 17:27:51 +00:00
glacier-update.sh Update glacier-update.sh 2022-03-10 17:29:06 +00:00
INSTALL-GLACIER.sh Update INSTALL-GLACIER.sh 2022-03-09 22:41:54 +00:00
LICENSE Initial commit 2022-02-18 16:17:15 +00:00
README.md Update README.md 2022-03-17 13:17:20 +00:00
UNINSTALL-GLACIER.sh Update UNINSTALL-GLACIER.sh 2022-03-10 17:09:10 +00:00
UPDATE-GLACIER.sh Update UPDATE-GLACIER.sh 2022-03-09 22:42:35 +00:00

Glacier

Glacier is the package manager developed for Everest Linux. It fetches packages from https://github.com/everest-linux/glacier-pkgs

For Glacier to work properly, it needs the following directories to be made:

/etc/glacier/pkginfo

Latest News

3/16/22 > Vim has been added to Glacier's package collection as a source package. Additionally, a couple of bugs have been ironed out. To install vim, you must be on the latest version of Glacier. This can be done by cloning this repository, marking UPDATE-GLACIER.sh as executable, and running it as root. I plan on porting more vital system software to the repositories before I release another Everest tarball. Current version: (0.3rc)

3/10/22 > Proper error handling has finally been added! If an operation fails, the package manager will quit, instead of continuing with the operation. Current version: (0.2rc)