I am trying to check if a package is already present in the my Ubuntu distro by using the command
apt-cache search <name>
the resultant output of command for Java package was very long and ran into several pages.
My Question
How to break the output in Ubuntu at a page full and every line?
