I have been struggling for over a day to get Zenmap install in Manjaro. I have attempted to install via pacman and directly from the nmap site as well. All documentation I have found so far states that Zenmap is installed with nmap. However, every time I install nmap and attempt to open Zenmap it states it can not be found. Any one run into this before?
I'm trying to install Zenmap after installing Nmap however it's not quite working. I tried just the regular terminal command dnf install zenmap however it tells me that they're unable to find a match.
download and install zenmap
Download File
https://t.co/f41jMdGZzU
I then went to the official website to download the RPM file and tried using the command 'rpm -i filename.rpm' which told me I needed to download PyGTK which I did and it worked. However, now when I try to run zenmap, it shows me
When I try launching zenmap from the search, it shows Zenmap GUI port Scanner but when I try clicking on it, there's a brief flash on my screen and then it's gone. I tried looking for solutions but there's only 2 when I search and neither of them has an answer to it.
If I look at the source code zenmap relies on /usr/bin/env python, which on your system would normally default to Python 3 instead of Python 2 and that's probably why you are having that syntax error. Either edit the launchers or explicitly call Zenmap with python2 eg: python2 /path/to/zenmap.
35fe9a5643