-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Unable to locate package' erorr while trying to install #149
Comments
@Aayush9029 thank you for your comment! I ran all of the commands, but now when I run the install line in the original instructions, I get the following error:
And when I try to install anyway, I get an error on the last
|
Same problem here, I've installed @Aayush9029 method but:
|
Same problem |
I have exactly the same problem. get the message:
|
same problem |
Instead of gcc-c++ I could install clang in Debian 11
Now I have this alerts:
|
On Ubuntu 22.04, I was able to compile everything after replacing |
Hi @devgregw! Thanks! |
@lucasgabmoreno my full installation command was |
@devgregw Thanks!!! This works on Linux Mint Debian Edition 5 !!! Your fix:
Same:
Same:
My fix:
|
On Linux Mint 22 Cinnamon, I had to further modify the dependency installation command to get things to work. Specifically, I had to replace Here's the final command:
Apparently my distro has fuse support integrated already, so when apt tries to install fuse, it wants to remove a bunch of important packages including the desktop manager Here's what apt was trying to do when I told it to install
Final tip: for the directory to be visible to my user account, I needed to use the
...and I'm good to go! |
When I try to install this on my Linux OS, I get the following error:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: