While installing BitNinja, there is an error message, and the installation fails.
Let’s try the manual installation.
If the one-line installation does not work for some reason, please try the manual installation process.
You can find the instructions here. You just need to follow the instructions that match the distribution of your server. There are also instructions on how to install BitNinja to WHM.
“curl not found”
- install curl on your server: on Debian and Ubuntu use:
sudo apt-get install curl
On CentOs and CloudLinux and Red Hat useyum install curl
- You can remove curl from the server If you would like to as BitNinja does not need it anymore.: on CentOs, CloudLinux and Red Hat use
yum remove curl
and on Debian and Ubuntu usesudo apt-get remove curl
“Error: The ___ package needs to be reinstalled, but I can’t find an archive for i.t”
If you see the above error message
There was a package that’s installation failed before, so the OS won’t let you install packages
There was a package that’s installation failed before, so the OS won’t let you install packages
- Make a backup of the dpkg status file by issuing the following command
cp /var/lib/dpkg/status status.bkp
- Now open the dpkg status file for editing with this command
gedit /var/lib/dpkg/status
- Search for the package name that appears in the error.
Its state is usually something like: “purge reinstreq half-installed” - Delete the section of information related to that package and save the file.
- Now you can install BitNinja without any issue.