Unpackerr Unstable Builds
This folder contains unstable builds for Unpackerr.
Windows
Use the exe file below.
macOS
Use the (universal binary) dmg file below.
FreeBSD
Use the FreeBSD binary below. Replace the existing file on disk.
Docker
Use the container tag golift/unpackerr:unstable or ghrc.io/unpackerr/unpackerr:unstable
Linux
Linux builds are available on Packge Cloud. See directions to install the unstable repository follow.
Start by running this command:
curl -sL https://golift.io/repo.sh | sudo bash
Debian / Ubuntu
- Edit
/etc/apt/sources.list.d/golift.listand uncommend the last line. focalis correct for all Debian distros!- Run these commands:
sudo apt update sudo apt remove -y unpackerr sudo apt install -y unpackerr - To update going forward, simply run:
sudo apt update ; sudo apt install unpackerr
RedHat / CentOS
- Edit
/etc/yum.repos.d/golift.repoand uncomment thegolift_unstablesection at the bottom of the file. el/6is correct for all RHEL distros!- Run these commands
sudo yum -q makecache -y --disablerepo='*' --enablerepo='golift_unstable' sudo yum install -y unpackerr - To update going forward, simply run:
sudo yum install unpackerr
Feedback
Please provide feedback on these directions in our Discord Server.