rnetclient command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rnetclient: command not found
or when using sudo you get the following error message
sudo: rnetclient: command not found
Solutions to rnetclient: command not found
How To Fix rnetclient: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rnetclient is provided by rnetclient package.
rnetclient is:
rnetclient is a Free Software that can be used to submit the Brazilian Income Tax Report to the Brazilian Tax Authority (Receita Federal). It is the outcome of reverse-engineering ReceitaNet, the official and proprietary software that Receita Federal distributes.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rnetclient
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rnetclient.
sudo apt -y install rnetclient
Or if you have aptitude installed you can use the following command.
sudo aptitude install rnetclient
Summary
In this tutorial we learn how to fix rnetclient command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.