Installing AFT! on Linux
Installing AFT! on Linux using your operating system's package manager comes with a great advantage: once AFT! is installed for the first time, your operating system's package manager will notify you of all updates/upgrades, and even manage them for you according to your rules. Find the procedure for your Linux distribution here below.
DEB package (Debian, Ubuntu, Mint, ...)
Supported architectures: amd64, i386, arm64, armhf
# Import Syncplify’s repo GPG key
curl -fsSL https://repo.syncplify.com/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/syncplify-archive-keyring.gpg
# Create a source list file
CODENAME=`lsb_release -c -s`
echo "deb https://repo.syncplify.com/apt ${CODENAME} non-free" | sudo tee /etc/apt/sources.list.d/syncplify.list
# Update your apt repos
sudo apt update -y
# Install Syncplify.me AFT!
sudo apt install syncplify-me-aft
RPM package (RHEL, Fedora, CentOS, ...)
Supported architectures: x86_64, i386, aarch64, arm
# Import Syncplify’s repo GPG key
sudo rpm --import https://repo.syncplify.com/yum/gpg.key
# Add Syncplify’s repo to your system’s known repos (auto-detect architecture)
curl https://repo.syncplify.com/yum/$(arch)/syncplify.repo | sudo tee /etc/yum.repos.d/syncplify.repo
# Update your yum repos
sudo yum update -y
# Install Syncplify.me AFT!
sudo yum install syncplify-me-aft