scrollz command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
scrollz: command not found
or when using sudo you get the following error message
sudo: scrollz: command not found
Solutions to scrollz: command not found
How To Fix scrollz: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu scrollz is provided by scrollz package.
scrollz is:
ScrollZ is advanced IRC client based on ircII code. It adds features normally found in ircII scripts like Toolz, PhoEniX, GargOyle or Lice.
The main difference between these scripts and ScrollZ is the code. Where ircII scripts take a lot of disk and memory space and run slow, ScrollZ only takes a couple of extra kilobytes compared to stock ircII client yet runs faster than any ircII script. This was accomplished by using C code instead of ircII scripting language. This reduces memory and CPU usage and code tends to run way faster.
To fix this problem, we can install more using the command below.
sudo apt-get -y install scrollz
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install scrollz.
sudo apt -y install scrollz
Or if you have aptitude installed you can use the following command.
sudo aptitude install scrollz
Summary
In this tutorial we learn how to fix scrollz command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.