How to Install and Uninstall ifupdown2 Package on Kali Linux

Last updated: May 20,2024

1. Install "ifupdown2" package

Please follow the guidance below to install ifupdown2 on Kali Linux

$ sudo apt update $ sudo apt install ifupdown2

2. Uninstall "ifupdown2" package

This is a short guide on how to uninstall ifupdown2 on Kali Linux:

$ sudo apt remove ifupdown2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the ifupdown2 package on Kali Linux

Package: ifupdown2
Version: 3.0.0-1.1
Installed-Size: 1573
Maintainer: Julien Fortin
Architecture: all
Replaces: ifupdown
Provides: ifupdown
Depends: python3:any, iproute2
Suggests: isc-dhcp-client, bridge-utils, ethtool, python3-gvgen, python3-mako
Conflicts: ifupdown
Size: 226328
SHA256: d3f7c8cc9116b7124161447a8ae2ad9f604852dda4399fd3d11c8dc6174a22b6
SHA1: aa8b501c310327af27a70f09eb55ae2abadc49f3
MD5sum: b949e45edaf1a90da1a387cf77a045c6
Description: Network Interface Management tool similar to ifupdown
ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides
the same user interface as ifupdown for network interface configuration.
Like ifupdown, ifupdown2 is a high level tool to configure (or, respectively
deconfigure) network interfaces based on interface definitions in
/etc/network/interfaces. It is capable of detecting network interface
dependencies and comes with several new features which are available as
new command options to ifup/ifdown/ifquery commands. It also comes with a new
command ifreload to reload interface configuration with minimum
disruption. Most commands are also capable of input and output in JSON format.
It is backward compatible with ifupdown /etc/network/interfaces format and
supports newer simplified format. It also supports interface templates with
python-mako for large scale interface deployments. See
/usr/share/doc/ifupdown2/README.rst for details about ifupdown2. Examples
are available under /usr/share/doc/ifupdown2/examples.
Description-md5:
Homepage: https://github.com/cumulusnetworks/ifupdown2
Section: admin
Priority: optional
Filename: pool/main/i/ifupdown2/ifupdown2_3.0.0-1.1_all.deb