Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Guayadeque Music Player - Install on RHEL/CentOS/Fedora
Guayadeque Music Player is a free and open-source audio player that offers extensive features for music enthusiasts seeking more than basic playback functionality. Developed by Anselmo Herrera using C++ and the wxWidgets GUI toolkit, it supports Linux, Windows, and macOS operating systems.
Prerequisites
Before installing Guayadeque Music Player on RHEL/CentOS/Fedora, ensure these software packages are available on your system for smooth operation:
GTK+ 2.12or higherlibsqlite3(SQLite libraries)libtag(TagLib libraries)libcurl(Curl library)gstreamerandgstreamer-plugins-base(GStreamer Core Libraries)
Installation Methods
Method 1: Install from EPEL Repository
The simplest method is installing from the EPEL repository. First, update your system and enable EPEL:
sudo yum update sudo yum install epel-release
Install Guayadeque Music Player:
sudo yum install guayadeque
For newer versions of CentOS/RHEL (8+) or Fedora, use dnf:
sudo dnf install epel-release sudo dnf install guayadeque
Method 2: Download from Official Website
Alternatively, download the appropriate RPM package from the official website:
Visit https://guayadeque.org/
Navigate to the "Download" section
Select the RPM package suitable for your distribution
Install the downloaded package using:
sudo rpm -ivh guayadeque-*.rpm
Launching the Application
After installation, launch Guayadeque Music Player using:
guayadeque
You can also find it in the applications menu under "Sound & Video" or create a desktop shortcut for easier access.
Basic Configuration
Access configuration options through Preferences in the top menu bar. Key configuration areas include:
Audio Settings
Output Plugin ? Select appropriate audio output for your system
Equalizer ? Adjust frequency levels with built-in presets (Rock, Jazz, Classical) or custom settings
Crossfade ? Configure seamless transitions between tracks
Visual Settings
Appearance ? Customize UI themes and layout preferences
Visualizations ? Enable visual effects with customizable speed and color options
Key Features
| Feature | Description |
|---|---|
| Library Management | Drag-and-drop music files or import entire directories |
| Smart Playlists | Auto-generate playlists based on genre, album, year, or custom criteria |
| Crossfading | Seamless track transitions without gaps or pauses |
| Built-in Equalizer | Multiple presets and manual frequency adjustment |
| Search Function | Quick track location using the integrated search bar |
| Multiple Formats | Supports MP3, FLAC, OGG, MP4, and other common audio formats |
Basic Usage
To add music, use the "Add Folder" function or drag-and-drop files directly into the interface. Create playlists by selecting tracks from your library or utilizing Smart Playlists that automatically filter songs based on specified criteria.
Standard playback controls include play/pause, skip forward/backward, volume control, and repeat/shuffle modes. The search functionality allows quick access to specific tracks within your collection.
Conclusion
Guayadeque Music Player provides a comprehensive audio experience for RHEL/CentOS/Fedora users with its rich feature set including crossfading, equalizer settings, and visualizations. Its intuitive interface combined with powerful library management makes it an excellent choice for serious music enthusiasts seeking advanced functionality beyond basic playback.
