How to Install and Uninstall libvisual.x86_64 Package on Fedora 34

Last updated: June 29,2024

1. Install "libvisual.x86_64" package

This is a short guide on how to install libvisual.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libvisual.x86_64

2. Uninstall "libvisual.x86_64" package

This guide covers the steps necessary to uninstall libvisual.x86_64 on Fedora 34:

$ sudo dnf remove libvisual.x86_64 $ sudo dnf autoremove

3. Information about the libvisual.x86_64 package on Fedora 34

Last metadata expiration check: 3:15:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libvisual
Epoch : 1
Version : 0.4.0
Release : 32.fc34
Architecture : x86_64
Size : 147 k
Source : libvisual-0.4.0-32.fc34.src.rpm
Repository : fedora
Summary : Abstraction library for audio visualisation plugins
URL : http://libvisual.sf.net
License : LGPLv2+
Description : Libvisual is an abstraction library that comes between applications and
: audio visualisation plugins.
:
: Often when it comes to audio visualisation plugins or programs that create
: visuals they do depend on a player or something else, basically there is no
: general framework that enable application developers to easy access cool
: audio visualisation plugins. Libvisual wants to change this by providing
: an interface towards plugins and applications, through this easy to use
: interface applications can easily access plugins and since the drawing is
: done by the application it also enables the developer to draw the visual
: anywhere he wants.