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

Last updated: January 11,2025

1. Install "blueprint-compiler.noarch" package

This guide let you learn how to install blueprint-compiler.noarch on Fedora 35

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

2. Uninstall "blueprint-compiler.noarch" package

In this section, we are going to explain the necessary steps to uninstall blueprint-compiler.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:22:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : blueprint-compiler
Version : 0.2.0
Release : 1.fc35
Architecture : noarch
Size : 110 k
Source : blueprint-compiler-0.2.0-1.fc35.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.