Dear Customer,We hereby inform you that this product will be withdrawn from the market on July 1, 2025, and the related services will no longer be available.Nevertheless, you retain the right to use the product until 12:00 a.m. on June 30, 2025. We recommend that you promptly begin downloading any data stored on MEMOPAL, ensuring that all such operations are completed no later than 12:00 a.m. on June 30, 2025. Additionally, we advise against uploading any additional data into the cloud service.
A Web Interface is built into Memopal for Linux, open a web browser and direct it to: http://localhost:5876/.
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 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
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.