origami command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
origami: command not found
or when using sudo you get the following error message
sudo: origami: command not found
Solutions to origami: command not found
How To Fix origami: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu origami is provided by origami package.
origami is:
origami allows you to install, monitor, archive or restore Folding @ Home data on your local machine. It also allows for central deployment, monitoring, archiving, restoration and updating the username and team data via the network to ssh-accessible machines. origami supports cron-based scheduling, 32bit or 64bit and network proxy settings.
To fix this problem, we can install more using the command below.
sudo apt-get -y install origami
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install origami.
sudo apt -y install origami
Or if you have aptitude installed you can use the following command.
sudo aptitude install origami
Summary
In this tutorial we learn how to fix origami command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.