netrik command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
netrik: command not found
or when using sudo you get the following error message
sudo: netrik: command not found
Solutions to netrik: command not found
How To Fix netrik: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu netrik is provided by netrik package.
netrik is:
Netrik is an advanced text mode WWW browser. Its purpose is to give access to as much of the Web as possible in text mode, without forsaking any comfort. The user interface is looking roughly like a combination of gVim and PINE.
Some of the core ideas (not all implemented yet):
- Context-(URL-)sensitive setup
- Partially loaded pages
- Half-graphical mode
- Efficient navigation
- Key mapping and macros (similar to vi and mutt)
- Command prompt, menus and online help
netrik does neither support HTTPS nor IPv6 yet.
To fix this problem, we can install more using the command below.
sudo apt-get -y install netrik
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install netrik.
sudo apt -y install netrik
Or if you have aptitude installed you can use the following command.
sudo aptitude install netrik
Summary
In this tutorial we learn how to fix netrik command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.