I often come across packages that don't offer a download of a .deb but instead simply give instructions for apt-get.
Which is fine if you have apt-get but of course these days puppy uses pkg, and while pkg is clever and powerful, it isn't apt-get.
So my latest frustration is protonmail's VPN, with these instructions:
Code: Select all
1. Get the ProtonVPN repo setup DEB package
Download the ProtonVPN DEB package
2. Install the ProtonVPN repository
Open a terminal and run the following:
sudo apt-get install {/path/to/}protonvpn-stable-release_1.0.1-1_all.deb
3. Update the apt-get package list
Enter the command:
sudo apt-get update
4. Install the ProtonVPN Linux CLI
Last step! Type this command:
sudo apt-get install protonvpn-cli
(that they allow you to download one .deb but then force you to use apt-get for the next is intensely annoying but not a puppy problem!)
This is in bionic64 btw
It would be helpful to have a wrapper for pkg that made it work seamlessly with apt-get commands.
anyway.