#!/linuxSucks/Install Musikcube in Linux
Dec 27, 2021Musikcube is a terminal-based audio player with nice interface.
Install Musikcube
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
- cmake
- boost
- libogg
- vorbis
- ffmpeg
- ncurses
- zlib
- asound
- pulse
- libcurl
- libmicrohttpd
- libmp3lame
- libev4
- taglib
- libopenmpt
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