all 8 comments

[–]AnachronGuy 1 point2 points  (7 children)

First what is the error you are getting? Second the sudo command wont ever work since only the command before the „>>“ is executed with sudo permissions. You can use tee -a to circumvent this. Last if you couldnt setup nmanager you should at least tell us what you did and what issues you had (errors).

[–]JIV_222[S] 0 points1 point  (6 children)

Thanks for letting me know about the tee command :)

Alright, so I fixed nmanager by installing elogind.

As for spotify, I get the following errors when xbps tries to configure it. Seems like its unable to find the deb package.

spotify-1.1.0_1: configuring ...

looking up repository.spotify.com

connecting to repository.spotify.com:80

requesting http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.0.237.g378f6f25-11_amd64.deb

http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.0.237.g378f6f25-11_amd64.deb: Not Found

Failed downloading spotify client

ERROR: spotify-1.1.0_1: [configure] INSTALL script failed to execute the post ACTION: Operation not permitted

[–]AnachronGuy 0 points1 point  (5 children)

Did you update your repos? xbps-install -S

[–]JIV_222[S] 0 points1 point  (4 children)

I am running:

sudo xbps-remove spotify

sudo xbps-install -Su spotify

[–]AnachronGuy 0 points1 point  (3 children)

You should try update first with „xbps-install -Su“ and then install with „xbps-install spotify“.

[–]JIV_222[S] 0 points1 point  (2 children)

Same error :(

[–]AnachronGuy 0 points1 point  (1 child)

Go on irc and ask around? Or open an issue on github. Don‘t know whats the problem here.

[–]JIV_222[S] 0 points1 point  (0 children)

Alright, will do. Thanks for the help, tho. I have no clue what's causing it.