Open Pipboyguy opened 1 month ago
I was with this same error here on ubuntu 24.04.
But I installed some packages and it worked. Here's my solution.
Find your architecture. In my case, it's "amd64". Save this for the next step.
dpkg --print-architecture
Access debian website and search for the following packages. Download all of them, according with your architecture.
Next, install all.
dpkg -i <package_name>.deb
After these steps, try run it again.
@Robert-Araujo1 This is definitely an option, but ideally one should bump the dependencies to their latest.
I don't think this warning should be taken lately from the debian website:
Installing on ubuntu 24.04:
Can't find this package in apt repositories. Any suggestions?