gbonds command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gbonds: command not found
or when using sudo you get the following error message
sudo: gbonds: command not found
Solutions to gbonds: command not found
How To Fix gbonds: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gbonds is provided by gbonds package.
gbonds is:
GBonds is a U.S. Savings Bond inventory program for the GNOME desktop environment. It allows you to track the current redemption value and performance of your U.S. Savings Bonds and keep a valuable record of the bonds you own.
Features:
- Tracks savings notes and series E, EE, and I savings bonds.
- Uses U.S. Treasury Department redemption files without modification.
- Imports inventories created with Savings Bond Wizard.
- Tracks current value of both individual bonds and an entire inventory.
- Prints inventories. It is important to keep a permanent record of your bonds in a separate location in case you ever need to replace them.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gbonds
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gbonds.
sudo apt -y install gbonds
Or if you have aptitude installed you can use the following command.
sudo aptitude install gbonds
Summary
In this tutorial we learn how to fix gbonds command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.