Ok, I just discovered there is no "uninstall" option.
With some luck netpanzer from svn is installed in the /usr/local tree, what i cannot make sure is if you are running the svn version or the version installed by ubuntu. Let's try the uninstallataion process:
in the netpanzer folder (the one of svn) run following command:
# jam -da -n install | grep '^Install'
You should see many lines, the important ones should looke like (dot '.' are other lines similar):
Install1 /usr/local/bin/netpanzer
Install1 /usr/local/share/applications/netpanzer.desktop
Install1 /usr/local/share/netpanzer/pics/particles/puff/dirt/pak/dirtPuff0004.pak
.
Install1 /usr/local/share/pixmaps/netpanzer.png
Install1 /usr/local/share/pixmaps/netpanzer.xpm
.
Install1 /usr/local/share/doc/netpanzer-svn/ChangeLog
Install1 /usr/local/share/doc/netpanzer-svn/README
.
If what you get is similar then you need to delete the following files:
# files to delete
/usr/local/bin/netpanzer
/usr/local/share/applications/netpanzer.desktop
/usr/local/share/pixmaps/netpanzer.png
/usr/local/share/pixmaps/netpanzer.xpm
# folders to delete
/usr/local/share/netpanzer
/usr/local/share/doc/netpanzer-svn
You must be root to delete them (sudo -i), i'll put a sample on how to delete them.
------- WARNING: RUN THIS AT YOUR OWN RISK
# rm -f /usr/local/{bin/netpanzer,share/{applications/netpanzer.desktop,pixmaps/netpanzer.{png,xpm}}}
# rm -rf /usr/local/share/{netpanzer,doc/netpanzer-svn}
Then you should uninstall and reinstall the netpanzer version of ubuntu, just in case something is bad with that one.