How to Install and Uninstall vlan Package on Kali Linux

Last updated: May 02,2024

1. Install "vlan" package

Please follow the guidance below to install vlan on Kali Linux

$ sudo apt update $ sudo apt install vlan

2. Uninstall "vlan" package

This tutorial shows how to uninstall vlan on Kali Linux:

$ sudo apt remove vlan $ sudo apt autoclean && sudo apt autoremove

3. Information about the vlan package on Kali Linux

Package: vlan
Version: 2.0.5
Installed-Size: 41
Maintainer: Willem van den Akker
Architecture: all
Depends: iproute2
Size: 11668
SHA256: 7c3f5f360274eb2c0c5f4570efe43dfcfbb677dbf7c8d53406ef6504ca80a271
SHA1: 9b557b14620c56861e3c75b6a31a4b1cf922ba0d
MD5sum: 5ce2c2679bd657639c892c3e15f8c6c5
Description: ifupdown integration for vlan configuration
This package contains integration scripts for configuring vlan
interfaces via ifupdown (/etc/network/interfaces).
For further details see vlan-interfaces(5) man page in this package.
.
Please note that these integration scripts only supports a limited
set of interface naming schemes, which means you might be better
off with writing your own ifupdown hooks using ip(route2)
directly in /etc/network/interfaces rather than using this package.
.
It currently also ships a wrapper script for backwards compatibility
called vconfig, that replaces the old deprecated vconfig program
with translations to ip(route2) commands.
This compatibility shim might be dropped in future releases, please
use ip(route2) commands directly.
.
Your kernel needs vlan support for this to work, see "modinfo 8021q".
Description-md5:
Multi-Arch: foreign
Tag: interface::commandline, network::configuration, role::program,
scope::utility
Section: misc
Priority: optional
Filename: pool/main/v/vlan/vlan_2.0.5_all.deb