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/Ubuntu/Linux Mint

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.

Specific repositories are available for Debian (trixie, bookworm, bullseye, buster), Ubuntu (focal, bionic) and Linux Mint (ulyana, tara, debbie).

# Update and install the prerequisite packages:
sudo apt-get update
sudo apt-get install curl net-tools 
            
# Add the memopal apt repository PGP keys:
curl -s https://packages.memopal.com/deb/release-key.txt | sudo apt-key add -

# 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 http://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

CentOS

Memopal client release version is available in a few different rpm packages. There is a specific yum repository for each package so any redhat based distribution can find the closest possible match.

Specific repositories are available for CentOS 7 and CentOS 6.

# Add Memopal yum repository config file to yum:
sudo wget -O /etc/yum.repos.d/Memopal.repo https://packages.memopal.com/rpm/Memopal.repo

# Install memopal:
sudo yum 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.