pius-party-worksheet command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pius-party-worksheet: command not found
or when using sudo you get the following error message
sudo: pius-party-worksheet: command not found
Solutions to pius-party-worksheet: command not found
How To Fix pius-party-worksheet: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pius-party-worksheet is provided by pius package.
pius is:
After a key-signing party, pius (the PGP Individual UID Signer) signs each uid on a GPG key individually. Each signature is encrypted and mailed to the email address associated with that particular uid. As a result of this process, the recipient can choose which signatures to import. Also, signatures of inactive uids are not delivered. This tool greatly reduces time and error when signing keys.
Other tools herein are useful for organizers: pius-keyring-mgr builds a party keyring from a CSV file or by scanning mailboxes, and pius-party-worksheet generates a worksheet as a hand out. If someone has not signed your key, pius-report can analyze a party keyring and remind them.
This version supports GPGv2 and uses it by default.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pius
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pius.
sudo apt -y install pius
Or if you have aptitude installed you can use the following command.
sudo aptitude install pius
Summary
In this tutorial we learn how to fix pius-party-worksheet command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.