How to Install and Uninstall plantuml.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "plantuml.noarch" package

In this section, we are going to explain the necessary steps to install plantuml.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install plantuml.noarch

2. Uninstall "plantuml.noarch" package

Here is a brief guide to show you how to uninstall plantuml.noarch on AlmaLinux 9:

$ sudo dnf remove plantuml.noarch $ sudo dnf autoremove

3. Information about the plantuml.noarch package on AlmaLinux 9

Last metadata expiration check: 1:39:22 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : plantuml
Epoch : 1
Version : 1.2024.3
Release : 2.el9
Architecture : noarch
Size : 10 M
Source : plantuml-1.2024.3-2.el9.src.rpm
Repository : epel
Summary : Program to generate UML diagram from a text description
URL : http://plantuml.com/
License : LGPL-3.0-or-later
Description : PlantUML is a program allowing to draw UML diagrams, using a simple
: and human readable text description. It is extremely useful for code
: documenting, sketching project architecture during team conversations
: and so on.
:
: PlantUML supports the following diagram types
: - sequence diagram
: - use case diagram
: - class diagram
: - activity diagram
: - component diagram
: - state diagram