Angry IP Scanner is a free and open source network scanner application for Linux, Windows and MacOS. Using this application you can scan IP addresses and ports in local networks as well as Internet. It comes with command-line interface, random IP range support, enhanced its features with many data fetchers and options to export scan results into many formats.
How to Install Angry IP Scanner on Ubuntu
Angry IP Scanner is available as a native deb package file. Download the latest Angry IP Scanner app from the above download link and save it on your Downloads folder. Now open the terminal application and run below Angry IP Scanner apt install command. It will install the latest Angry IP Scanner on your system
sudo apt install ./Downloads/ipscan*.deb
[OR]
sudo apt install ./Downloads/ipscan_3.9.1_amd64.deb
Note: Here “ipscan_3.9.1_amd64.deb” is the downloaded file name you can change above command based on your file name and path.
After that run below commandd or run the app from the Show Apps application menu.
ipscan
Note: If you don’t have java then you can also install the latest version of Java manually using below command.
sudo apt install default-jdk -y