How to Install and Uninstall cobbler.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "cobbler.noarch" package

This tutorial shows how to install cobbler.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cobbler.noarch

2. Uninstall "cobbler.noarch" package

This tutorial shows how to uninstall cobbler.noarch on Oracle Linux 9:

$ sudo dnf remove cobbler.noarch $ sudo dnf autoremove

3. Information about the cobbler.noarch package on Oracle Linux 9

Last metadata expiration check: 1:11:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cobbler
Version : 3.3.3
Release : 1.el9
Architecture : noarch
Size : 598 k
Source : cobbler-3.3.3-1.el9.src.rpm
Repository : epel
Summary : Boot server configurator
URL : https://cobbler.github.io/
License : GPLv2+
Description : Cobbler is a network install server. Cobbler supports PXE, ISO
: virtualized installs, and re-installing existing Linux machines. The
: last two modes use a helper tool, 'koan', that integrates with cobbler.
: Cobbler's advanced features include importing distributions from DVDs
: and rsync mirrors, kickstart templating, integrated yum mirroring, and
: built-in DHCP/DNS Management. Cobbler has a XML-RPC API for integration
: with other applications.