How to Install and Uninstall beets Package on openSUSE Leap

Last updated: April 29,2024

1. Install "beets" package

In this section, we are going to explain the necessary steps to install beets on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install beets

2. Uninstall "beets" package

Please follow the steps below to uninstall beets on openSUSE Leap:

$ sudo zypper remove beets

3. Information about the beets package on openSUSE Leap

Information for package beets:
------------------------------
Repository : Main Repository
Name : beets
Version : 1.4.9-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : beets-1.4.9-bp155.2.9.src
Upstream URL : http://beets.io/
Summary : Music tagger and library organizer
Description :
Beets is a media library management system for obsessive-compulsive music
geeks.
The purpose of beets is to get a music collection right once and for all.
It catalogs the collection, automatically improving its metadata as it goes.
It then provides a bouquet of tools for manipulating and accessing the music.
beets is designed as a library, has a number of plugins which
support these actions:
- Fetch or calculate all the metadata that could possibly be needed:
album art, lyrics, genres, tempos, ReplayGain levels, or acoustic
fingerprints.
- Get metadata from MusicBrainz, Discogs, and Beatport, or guess
metadata using songs' filenames or their acoustic fingerprints.
- Transcode audio to any format.
- Check your library for duplicate tracks and albums or for albums that
are missing tracks.
- Clean up crufty tags left behind by other tools.
- Embed and extract album art from files' metadata.
- Browse the music library graphically through a Web browser and play it in any
browser that supports HTML5 Audio.
- Analyze music files' metadata from the command line.
- Listen to your library with a music player that speaks the MPD protocol
and works with a variety of interfaces.
Writing additional plugins for beets is possible using Python.