File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ Other changes:
118118- Refactored library.py file by splitting it into multiple modules within the
119119 beets/library directory.
120120- Added a test to check that all plugins can be imported without errors.
121+ - :doc: `/guides/main `: Add instructions to install beets on Void Linux.
121122
1221232.3.1 (May 14, 2025)
123124--------------------
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ You will need Python. Beets works on Python 3.8 or later.
2626 which will probably set your computer on fire.)
2727- On **Alpine Linux **, `beets is in the community repository <alpine package _>`_
2828 and can be installed with ``apk add beets ``.
29+ - On **Void Linux **, `beets is in the official repository <void package _>`_ and
30+ can be installed with ``xbps-install -S beets ``.
2931- For **Gentoo Linux **, beets is in Portage as ``media-sound/beets ``. Just run
3032 ``emerge beets `` to install. There are several USE flags available for
3133 optional plugin dependencies.
@@ -61,6 +63,8 @@ You will need Python. Beets works on Python 3.8 or later.
6163
6264.. _ubuntu details : https://launchpad.net/ubuntu/+source/beets
6365
66+ .. _void package : https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
67+
6468If you have pip _, just say ``pip install beets `` (or ``pip install --user
6569beets `` if you run into permissions problems).
6670
You can’t perform that action at this time.
0 commit comments