arqiver command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
arqiver: command not found
or when using sudo you get the following error message
sudo: arqiver: command not found
Solutions to arqiver: command not found
How To Fix arqiver: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu arqiver is provided by arqiver package.
arqiver is:
Arqiver can extract, create and edit archives that are supported by its back-ends. It can open archives by drag-and-drop. With 7z, it also supports password protection.
To fix this problem, we can install more using the command below.
sudo apt-get -y install arqiver
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install arqiver.
sudo apt -y install arqiver
Or if you have aptitude installed you can use the following command.
sudo aptitude install arqiver
Summary
In this tutorial we learn how to fix arqiver command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.