Download for Linux
Register an account
Get a free Memopal account now! Do you have an activation code? Use it!
A Web Interface is built into Memopal for Linux, open a web browser and direct it to: http://localhost:5876/.
Debian and derivates
Memopal client release version is available in many different deb packages. There is a specific apt repository for each package so any debian based distribution can find the closest possible match.
- Debian (sid, trixie, bookworm, bullseye)
- Ubuntu (noble, jammy, focal)
- Linux Mint (vanessa, ulyana, faye).
- MX Linux users should use the Debian (bookworm) version.
- Pop!_OS users should use the Ubuntu (jammy) version.
Only amd64
versions are supported.
# Update and install the prerequisite packages: sudo apt-get update sudo apt-get install curl net-tools # Add the release PGP keys: sudo mkdir -p /etc/apt/keyrings sudo curl -L -o /etc/apt/keyrings/memopal-archive-keyring.gpg https://packages.memopal.com/deb/release-key.gpg # If you are not running one of the releases listed above, you must choose your best fit codename and replace $(lsb_release -cs) with it: echo "deb [signed-by=/etc/apt/keyrings/memopal-archive-keyring.gpg] https://packages.memopal.com/deb $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/memopal.list # Update and install memopal: sudo apt-get update sudo apt-get install memopal
Troubleshooting
Depending on your distribution, you may see several errors:
E: curl command not found.
If so, please install the curl
package and try again.
E: The method driver /usr/lib/apt/methods/https could not be found. N: Is the package apt-transport-https installed? E: Failed to fetch https://packages.memopal.com/deb/$(lsb_release -cs)/
If so, please install the apt-transport-https
package and try again.
E: memopal: Depends: libcurl3 (>=7.47.0) but it is not to be installed.
If so, please install the libcurl3
package and try again.
E: memopal: Depends: libcurl4 (>=7.58.0) but it is not to be installed.
If so, please install the libcurl4
package and try again.