skrooge command not found

In this troubleshooting guide we learn how to fix skrooge command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

skrooge: command not found

or when using sudo you get the following error message

sudo: skrooge: command not found

Solutions to skrooge: command not found

How To Fix skrooge: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu skrooge is provided by skrooge package.

skrooge is:

Skrooge allows you to manage your personal finances. It is intended to be used by individuals who want to keep track of their incomes, expenses and investments. Its philosophy is to stay simple and intuitive.

Here is the list of Skrooge main features:

  • QIF, CSV, KMyMoney, Skrooge, import/export
  • OFX, QFX, GnuCash, Grisbi, HomeBank import
  • Advanced Graphical Reports
  • Several tabs to help you organize your work
  • Infinite undo/redo
  • Instant filtering on operations and reports
  • Infinite categories levels
  • Mass update of operations
  • Scheduled operations
  • Track refund of your expenses
  • Automatically process operations based on search conditions
  • Multi currencies
  • Dashboard

To fix this problem, we can install more using the command below.

sudo apt-get -y install skrooge

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install skrooge.

sudo apt -y install skrooge

Or if you have aptitude installed you can use the following command.

sudo aptitude install skrooge

Summary

In this tutorial we learn how to fix skrooge command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.