GPG Public Key:
- Download Public Key
- Fingerprint:
3FF7 3185 3C82 C7C5 BAC2 55BB A8B1 4E48 BA78 1170 - Key ID:
A8B14E48BA781170
Import from keyserver:
gpg --keyserver keys.openpgp.org --recv-keys A8B14E48BA781170
For users upgrading from v1.2 (this one time process adds the Maple APT sources for future upgrdes)
# Step 1: Install the signing key
sudo curl -fsSL https://apt.maplelinux.ca/maple-archive-keyring.gpg \
-o /usr/share/keyrings/maple-archive-keyring.gpg
# Step 2: Add the repository
echo "deb [signed-by=/usr/share/keyrings/maple-archive-keyring.gpg] https://apt.maplelinux.ca southwold main" | \
sudo tee /etc/apt/sources.list.d/maple-linux.list
# Step 3: Update and install
sudo apt update
sudo apt install maple-linux-core
After install - verify with:
apt show maple-linux-core | grep Version
ls /etc/apt/sources.list.d/maple-linux*
sudo apt update
note: for users upgrading from v1.2 ony:
If you see an “Install” icon on your desktop after upgrading from v1.2:
sudo apt purge calamares calamares-settings-debian
#this warning is normal
dpkg: warning: while removing calamares-settings-debian, directory '/etc/calamar
es/modules' not empty so not removed
You will also need to run:
sudo apt full-upgrade
