Open fracz opened 4 years ago
You mean a ppa or something like reprepro?
Yes, something more convenient than downloading and putting it into /usr/bin
manually.
You should put it in /usr/local/bin
.
BTW you can redirect curl to put a binary directly into place.
I know, but it's more difficult for not-programmer-end-user :-(
pup is now in Debian testing!
Currently on Debian GNU/Linux 10 (buster):
sudo apt-get update
sudo apt-get install pup
E: Unable to locate package pup
Keen to use pup
on Debian and Ubuntu servers!
Does anyone know how to install pup
in the meanwhile without apt-get
? I'm not getting far with the go
command... (noob).
It’s in testing (bullseye)!
It's not in ubuntu packages https://launchpad.net/ubuntu/+source/pup
Paste this command in your terminal to install it
sudo wget https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip | sudo unzip pup_v0.4.0_linux_amd64.zip -d /usr/local/bin
As @merwok points out, this is already in the upstream debian repos, but it would be super handy to have it in the Ubuntu repos as well (and by extension derivative distros like Linux Mint). Any idea what that would take?
Someone to submit it to ubuntu repos and be a package maintainer
Do you consider adding an apt repository? ;-)