Step-by-step instructions for installing Dermi Atlas Manager on Ubuntu and Debian-based Linux distributions using the .deb package format.
These distributions share a minimum glibc version of 2.35. Other Debian-based distributions meeting this requirement may also be compatible but have not been tested.
Before installing the .deb package, update the system package index to ensure dependency resolution succeeds.
sudo apt update.deb installer from the Dermi Portal Overview tab. The file is named in the format dermi-atlas-manager-{version}-linux-x64.deb.sudo dpkg -i dermi-atlas-manager-*-linux-x64.debsudo apt install --fix-broken -yThis command downloads and installs any missing runtime libraries (such as libwebkit2gtk-4.1-0) required by the application. On a fresh system, this step is typically required.
dermi-atlas-managerThe application can also be launched from the desktop applications menu.
To remove Dermi Atlas Manager:
sudo apt remove dermi-atlas-managerTo also remove configuration files:
sudo apt purge dermi-atlas-managerIf your system uses UFW (Uncomplicated Firewall), allow the following ports:
sudo ufw allow 15015/tcp
sudo ufw allow 15045/tcp
sudo ufw allow 15815/tcp
sudo ufw allow 15845/tcpNote: Actual ports may differ if conflict resolution occurred. Check Dermi Atlas Manager for the specific ports in use.
Symptom: dpkg reports unmet dependencies when installing the .deb package.
Solution:
sudo apt install --fix-broken -yIf packages are unavailable, run sudo apt update first, then retry the installation.
Symptom: Application fails to launch with an error referencing libwebkit2gtk-4.1 or a similar shared library.
Solution:
sudo apt install -y libwebkit2gtk-4.1-0Note: This library is normally installed automatically as a dependency.
Symptom: dpkg -i fails with a permission error.
Solution: The command must be run with sudo. If the current user does not have sudo privileges, an administrator account is required.
For additional troubleshooting, see Troubleshooting Dermi Atlas Manager Installation Issues.
Your feedback helps us improve our documentation
Contact our support team for personalized help