💾 Archived View for darknesscode.xyz › linux › musikcube.gmi captured on 2023-11-04 at 11:22:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Install Musikcube in Linux

Musikcube is a terminal-based audio player with nice interface.

Install Musikcube

Musikcube [img]

Archi Linux

Musikcube is in the AUR, install it with any AUR helper

yay -S musikcube

Void Linux

Musikcube is in Void Linux repositories (easy)

sudo xbps-install -S musikcube

Install Musikcube from source

Here a list of dependencies you need to install

After of install all dependencies, build Musikcube

git clone https://github.com/clangen/musikcube.git --recursive
cd musikcube
cmake -G "Unix Makefiles" .
make
sudo make install
musikcube

After the installation is done without any problems, run in your terminal

musikcube

Or do a keybinding to lunch Musikcube

----------

Home

Linux

Notes

MicroLog

----------

© DarknessCode