Untitled

 avatar
unknown
plain_text
8 days ago
807 B
2
Indexable
option 2.) 
pacman -Ss spotify ##searches the database for packages that match spotify

##output
 pacman -Ss spotify
extra/gst-plugin-spotify 0.13.4-1
    Multimedia graph framework - spotify plugin
extra/ncspot 1.2.1-1
    Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the
    likes.
extra/playerctl 2.4.1-4 [installed]
    mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and
    others.
extra/spotify-launcher 0.6.3-1
    Client for spotify's apt repository in Rust for Arch Linux
extra/spotify-player 0.20.4-2
    A command driven spotify player
extra/spotifyd 0.4.0-1
    Lightweight spotify streaming daemon with spotify connect support

## Then we decide which package to launch.  probably spotify-player
## Then

pacman -S spotify-player
Editor is loading...
Leave a Comment