How to Install and Uninstall pyroman Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "pyroman" package

In this section, we are going to explain the necessary steps to install pyroman on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyroman

2. Uninstall "pyroman" package

In this section, we are going to explain the necessary steps to uninstall pyroman on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pyroman $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyroman package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pyroman
Priority: optional
Section: universe/admin
Installed-Size: 243
Maintainer: Ubuntu Developers
Original-Maintainer: Erich Schubert
Architecture: all
Version: 0.5.0-1
Depends: iptables, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/pyroman/pyroman_0.5.0-1_all.deb
Size: 36188
MD5sum: 8642e18168e83669b98ae289dcc8bed3
SHA1: 3277ef386a62e2c7c63ed47012133991a67a6ea1
SHA256: 4f20d0b94e1622e19fa542270f1d8972d376e2ab6ef15a11d638888943baaeb9
Description-en: Very fast firewall configuration tool
Pyroman is a firewall tool written in Python for complex networks,
but it can of course also handle simple single-host-single-link setups.
.
Interesting features:
* Fast, due to use of iptables-restore for mass setting of rules
* Rollback to previous firewall configuration on errors
* Safety options to prevent mistakes in configuration (success confirmation
prompt and/or scripted external verification)
* Detailed error reporting
* Lots of verification checks done before execution
* Powerful yet clean configuration files (in Python and/or XML)
* Designed for multiple hosts, firewalls, networks
* Consistent firewalls for IPv4 and IPv6
.
Pyroman is inspired by Shorewall and FireHOL, but tries to improve upon them
with respect to performance and ease of configuration.
.
Pyroman currently only configures iptables/netfilter firewalls, it does
not include configuration utilities for setting up VPN or traffic shaping.
Description-md5: bc82ed8062aad1a84da052741f730400
Homepage: http://pyroman.alioth.debian.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu