Memopal Online Backup

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.

Specific repositories are available for:

Only amd64 versions are supported.

# 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

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: libcurl4 (>=7.58.0) but it is not to be installed.

If so, please install the libcurl4 package and try again.