How to Install wantguns-bin on Elementary OS Latest
wantguns-bin is a binary distribution of the wantguns project, which allows you to check if your guns have ever been stolen or used in a crime. In order to use wantguns, you will need to install wantguns-bin on your system. This tutorial will guide you through the steps to install wantguns-bin on Elementary OS Latest.
Prerequisites
Before we start, you will need the following:
- A computer running Elementary OS Latest
- A terminal emulator
Steps
Open the terminal emulator by pressing
Ctrl+Alt+Tor by clicking on the terminal icon in the Applications menu.Update your system's package list by running the following command:
sudo apt updateInstall the required dependencies by running the following command:
sudo apt install libssl-dev libcurl4-openssl-devClone the
wantguns-binrepository by running the following command:git clone https://github.com/wantguns/bin.gitNavigate to the
wantguns-bindirectory by running the following command:cd binMake the
wantgunsbinary executable by running the following command:chmod +x wantgunsMove the
wantgunsbinary tousr/bin/directory by running the following command:sudo mv wantguns /usr/bin/Verify that
wantgunshas been installed correctly by running the following command:wantguns --helpYou should see output displaying the help menu for
wantguns.
Congratulations! You have successfully installed wantguns-bin on your Elementary OS Latest system. You can now use the wantguns command to check your guns against the wantguns database.