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

Last updated: March 10,2025

1. Install "blueprint-compiler.noarch" package

Please follow the steps below to install blueprint-compiler.noarch on Fedora 39

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

2. Uninstall "blueprint-compiler.noarch" package

Here is a brief guide to show you how to uninstall blueprint-compiler.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:14:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : blueprint-compiler
Version : 0.10.0
Release : 1.fc39
Architecture : noarch
Size : 226 k
Source : blueprint-compiler-0.10.0-1.fc39.src.rpm
Repository : fedora
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.