curl -1sLf \
'https://dl.cloudsmith.io/public/korbsstudio/penpot-desktop/setup.deb.sh' \
| sudo -E bash
curl -1sLf \
'https://dl.cloudsmith.io/public/korbsstudio/penpot-desktop/setup.rpm.sh' \
| sudo -E bash
sudo apt install penpot-desktop
sudo dnf install penpot-desktop # Yum can be used instead, if you want.
sudo zypper install penpot-desktop
Instructions were provided by Cloudsmith
Or via the command line
flatpak install flathub com.sudovanilla.penpot-desktop
Or via the command line
sudo snap install penpot-desktop
Auto update is not supported, you are required to update manually when a new release is available
Download latest file: https://sudovanilla.com/distribute/applications/penpot-desktop/latest/Penpot-Desktop.pacman
Then, install with the following command:
sudo pacman -U ~/Downloads/Penpot-Desktop.pacman
Auto update is not supported, you are required to update manually when a new release is available
Download latest file: https://sudovanilla.com/distribute/applications/penpot-desktop/latest/Penpot-Desktop.freebsd
I’m not experienced with FreeBSD, therefore I don’t know the proper command line to install the .freebsd file. If you do, feel free to submit a PR.
Distro not supported
For Ubuntu/Debian based distros, use the following:
curl -1sLf 'https://dl.cloudsmith.io/public/korbsstudio/penpot-desktop/setup.deb.sh' | distro=ubuntu version=16.04 codename=xenial sudo -E bash