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

Last updated: July 08,2024

1. Install "plantuml.noarch" package

This guide covers the steps necessary to install plantuml.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install plantuml.noarch

2. Uninstall "plantuml.noarch" package

Please follow the instructions below to uninstall plantuml.noarch on Fedora 36:

$ sudo dnf remove plantuml.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:13:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : plantuml
Epoch : 1
Version : 1.2022.5
Release : 1.fc36
Architecture : noarch
Size : 8.3 M
Source : plantuml-1.2022.5-1.fc36.src.rpm
Repository : updates
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