Open Helge543 opened 11 months ago
So... I should not have run any apt
installations as a root (probably the gcc
and g++
broke everything), after restarting it turns out I borked my Ubuntu partition. Rookie mistake... I will have to reinstall the ubuntu partition now oops
@erzakiev If you accidentally run installs as root in the future, you can change the directories and files ownership via the chown command. from the directory below the one you need to adjust run:
chown -R erzakiev:erzakiev ./
If I don't
sudo
it's throwing thePermission denied
errorIf I
sudo
, then it throwssudo: apfs-fuse: command not found
. Isudo su
and repeating the installation process as a superuser but it still doesn't put any executables in the path... Am i missing something?UPD: the
ccmake
was missing on the system (and i didn't notice the error message) and it halted themake
ing downstream in the chain of commands. But even whenmake
d it DID produce the executables, but it didn't symlinked it into the PATH. But when navigating to the directory of the driver where the building just happened the executables are actually there and they are working if you use./apfs-fuse
.Thanks for the great tool!!