How to Install and Uninstall netplan.x86_64 Package on AlmaLinux 8

Last updated: June 16,2024

1. Install "netplan.x86_64" package

Please follow the guidance below to install netplan.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install netplan.x86_64

2. Uninstall "netplan.x86_64" package

Here is a brief guide to show you how to uninstall netplan.x86_64 on AlmaLinux 8:

$ sudo dnf remove netplan.x86_64 $ sudo dnf autoremove

3. Information about the netplan.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:04:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : netplan
Version : 0.105
Release : 1.el8
Architecture : x86_64
Size : 123 k
Source : netplan-0.105-1.el8.src.rpm
Repository : epel
Summary : Network configuration tool using YAML
URL : http://netplan.io/
License : GPLv3
Description : netplan reads network configuration from /etc/netplan/*.yaml which are written by administrators,
: installers, cloud image instantiations, or other OS deployments. During early boot, it generates
: backend specific configuration files in /run to hand off control of devices to a particular
: networking daemon.
:
: Currently supported backends are NetworkManager and systemd-networkd.