Important: Be sure to also read the platform notes for Linux.
If you’ve already installed Plucky, see how to update.
If you want to uninstall, see how to uninstall.
In Chrome:
-
Click the big “installer” button.
-
Save the file, noting where you save it (usually the Downloads folder) and the file name (e.g., pluckeye-linux-1.0.63.tar.gz).
-
In the terminal:
cd /tmp rm -f ./pluck*install* for tarball in $HOME/Downloads/pluck*.tar*; do echo $tarball; done tar xf $tarball sudo ./plucky-install
If you’re on a Debian-based distribution and you see the message, “Plucky failed to download”, then try running the following:
sudo apt-get install libcurl4 sudo ./plucky-install
Here is an example terminal session in which Jon installs Plucky-1.10 on his Ubuntu computer named theodore:
jon@theodore:~$ cd /tmp
jon@theodore:/tmp$ rm -f ./pluck*.install*
jon@theodore:/tmp$ for tarball in $HOME/Downloads/pluck*.tar*; do echo $tarball; done
/home/jon/Downloads/plucky-install.tar.gz
jon@theodore:/tmp$ tar xf $tarball
jon@theodore:/tmp$ sudo ./plucky-install
[sudo] password for jon:
jon@theodore:/tmp$
Last updated: 2024-06-21