ericchiang / pup

Parsing HTML at the command line
MIT License
8.12k stars 256 forks source link

apt-get install pup #129

Open fracz opened 4 years ago

fracz commented 4 years ago

Do you consider adding an apt repository? ;-)

SuperSandro2000 commented 4 years ago

You mean a ppa or something like reprepro?

fracz commented 4 years ago

Yes, something more convenient than downloading and putting it into /usr/bin manually.

SuperSandro2000 commented 4 years ago

You should put it in /usr/local/bin. BTW you can redirect curl to put a binary directly into place.

fracz commented 4 years ago

I know, but it's more difficult for not-programmer-end-user :-(

merwok commented 3 years ago

pup is now in Debian testing!

janwerkhoven commented 3 years ago

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).

merwok commented 3 years ago

It’s in testing (bullseye)!

jxu commented 3 years ago

It's not in ubuntu packages https://launchpad.net/ubuntu/+source/pup

gsamansharma commented 2 years ago

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

meleu commented 2 years ago

An interesting alternative is to create a pup plugin for asdf-vm.

dubrowgn commented 2 years ago

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?

jxu commented 2 years ago

Someone to submit it to ubuntu repos and be a package maintainer