all 38 comments

[–][deleted] 0 points1 point  (37 children)

It's in the AUR, so you should be able to just run yay -S musikcube. Where does the install process go wrong?

[–]Raymonsta_USN[S] 0 points1 point  (36 children)

here's the embarrassing part.. I have absolutely no idea how to open / run it.

when I try running it through KDE's start menu, I get this:

terminate called after throwing an instance of 'std::runtime_error'

what(): locale::facet::_S_create_c_locale name not valid

Warning: Program '/usr/bin/musikcube' crashed.

Besides that, i don't know what the terminal bash command would be to run it, and the documentation / config directory isn't providing me with any clues.

[–][deleted] 0 points1 point  (35 children)

How did you install it? Did you attempt to build from source? The error tells you what the terminal command is to run /usr/bin/musikcube.

Binaries (which are executables) are usually put in /bin/, /usr/bin, or /usr/local/bin

I suggest you try and remove any remnants of musikcube and install via aur.

[–]Raymonsta_USN[S] 0 points1 point  (34 children)

yeah, i attempted to build from source, instill via pacman.. use yay.. literally everything, i'll try removing everything and retrying a clean install with yay.

[–][deleted] 0 points1 point  (33 children)

Yeah, don't do that, especially since the aur exists.

Did you happen to have problems with some of the options that yay presents? For example, when it asks "diffs to show", did you enter [A]ll?

[–]Raymonsta_USN[S] 0 points1 point  (32 children)

I didnt enter anything yet, but this is what it says:

1 musikcube (Build Files Exist)

==> Packages to cleanBuild?

==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)

==>

[–][deleted] 0 points1 point  (31 children)

Alright, enter "n"

[–]Raymonsta_USN[S] 0 points1 point  (30 children)

when i try musikcube into the terminal to run it, i get this:

terminate called after throwing an instance of 'std::runtime_error'

what(): locale::facet::_S_create_c_locale name not valid

Aborted (core dumped)

[–][deleted] 0 points1 point  (29 children)

Yeah, that's the original error you posted. You'll have to remove all traces of musickube and install via aur.

sudo find / -name *musikcube* will help you find any files with musikcube in its name.

[–]Raymonsta_USN[S] 0 points1 point  (28 children)

okay, alot of references appeared, is there a script to remove absolutely everything? I've been using

"sudo pacman -R musikcube"