How to Install and Uninstall netplan-devel.x86_64 Package on Rocky Linux 9

Last updated: October 08,2024

1. Install "netplan-devel.x86_64" package

Please follow the step by step instructions below to install netplan-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "netplan-devel.x86_64" package

This guide let you learn how to uninstall netplan-devel.x86_64 on Rocky Linux 9:

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

3. Information about the netplan-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:33:55 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : netplan-devel
Version : 0.105
Release : 3.el9
Architecture : x86_64
Size : 10 k
Source : netplan-0.105-3.el9.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.