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

Last updated: May 18,2024

1. Install "netplan-devel.x86_64" package

This guide covers the steps necessary to install netplan-devel.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install netplan-devel.x86_64

2. Uninstall "netplan-devel.x86_64" package

This is a short guide on how to uninstall netplan-devel.x86_64 on AlmaLinux 8:

$ sudo dnf remove netplan-devel.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:21:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : netplan-devel
Version : 0.105
Release : 1.el8
Architecture : x86_64
Size : 10 k
Source : netplan-0.105-1.el8.src.rpm
Repository : epel
Summary : Network configuration tool using YAML (development files)
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.
:
: This package provides development headers and libraries for building applications using Netplan.