Angry IP Scanner brings small improvements only.

As you may know, Angry IP Scanner (ipscan) is an open-source, lightweight, cross-platform network scanner allowing the users to easily scan IP addresses and ports.
The software pings all the available IP addresses in the network and resolves its hostname, determines the MAC addresses and scans ports. Also, it provides NetBIOS information: computer name, workgroup name, favorite IP address ranges and is capable to export the output as CSV, TXT, XML or IP-Port list files. The Angry IP Scanner functionality can also be extended via third party plugins and add-ons.
The latest version available is Angry IP Scanner 3.3.3, which has been released a while ago, coming with the below changes:
- Fixed a bug in opener editor when swithing between openers could overwrite them
- Bind comments to MAC addresses if possible, making comments for local hosts persist even for dynamic IPs
Installation instructions:
Angry IP Scanner is not available via any repository or PPA, but we can download the deb packages from GitHub and install them via command-line. I prefer gdebi over dpkg due to the fact that it also handles dependencies.
How to install Angry IP Scanner on 32 bit Ubuntu and Debian systems:
$ sudo apt-get install gdebi
$ wget http://github.com/angryziber/ipscan/releases/download/3.3.3/ipscan_3.3.3_i386.deb
$ sudo gdebi ipscan_3.3.3_i386.deb
How to install Angry IP Scanner on 64 bit Ubuntu and Debian systems:
$ sudo apt-get install gdebi
$ wget http://github.com/angryziber/ipscan/releases/download/3.3.3/ipscan_3.3.3_amd64.deb
$ sudo gdebi ipscan_3.3.3_amd64.deb
Optional, to remove ipscan, do:
$ sudo apt-get remove ipscan
The installation instructions work on Ubuntu, Debian and derivative systems like Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite, Robolinux, Sparkylinux etc.