How to Install and Uninstall blueprint-compiler.noarch Package on Fedora 36

Last updated: July 02,2024

1. Install "blueprint-compiler.noarch" package

This is a short guide on how to install blueprint-compiler.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install blueprint-compiler.noarch

2. Uninstall "blueprint-compiler.noarch" package

Please follow the step by step instructions below to uninstall blueprint-compiler.noarch on Fedora 36:

$ sudo dnf remove blueprint-compiler.noarch $ sudo dnf autoremove

3. Information about the blueprint-compiler.noarch package on Fedora 36

Last metadata expiration check: 4:15:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : blueprint-compiler
Version : 0.2.0
Release : 1.fc36
Architecture : noarch
Size : 110 k
Source : blueprint-compiler-0.2.0-1.fc36.src.rpm
Repository : updates
Summary : A markup language for GTK user interfaces
URL : https://gitlab.gnome.org/jwestman/blueprint-compiler
License : LGPL-3.0-or-later
Description : GtkBuilder XML format is quite verbose, and many app developers don't like
: using WYSIWYG editors for creating UIs. Blueprint files are intended to be a
: concise, easy-to-read format that makes it easier to create and edit GTK UIs.
: Internally, it compiles to GtkBuilder XML as part of an app's build system. It
: adds no new features, just makes the features that exist more accessible.
: Another goal is to have excellent developer tooling--including a language
: server--so that less knowledge of the format is required. Hopefully this will
: increase adoption of cool advanced features like GtkExpression.