How to Install and Uninstall plantuml.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "plantuml.noarch" package

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

$ 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 Fedora 34:

$ sudo dnf remove plantuml.noarch $ sudo dnf autoremove

3. Information about the plantuml.noarch package on Fedora 34

Last metadata expiration check: 3:21:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : plantuml
Epoch : 1
Version : 1.2021.0
Release : 2.fc34
Architecture : noarch
Size : 7.2 M
Source : plantuml-1.2021.0-2.fc34.src.rpm
Repository : fedora
Summary : Program to generate UML diagram from a text description
URL : http://plantuml.com/
License : LGPLv3+
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