-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
when running the install script on WSL2 everything goes fine up until it gets to step 3 where it throws an error,
E: Command line option --install-if-missing is not understood in combination with the other options
to try and fix this I grabbed the command from the script and removed the flag and ran it but then i get another couple of errors,
Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'cmdtest' instead of 'yarn'
Package python is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
2to3 python-is-python3
Package python-pytest is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package rust-fd-find
E: Package 'python-pytest' has no installation candidate
E: Unable to locate package rust-grcov
E: Unable to locate package gcc-defaults
E: Unable to locate package monodevelop
E: Package 'python' has no installation candidate
Command 'pip' not found, but can be installed with:
sudo apt install python3-pip
Command 'yarn' not found, but can be installed with:
sudo apt install cmdtest
Command 'cargo' not found, but can be installed with:
sudo snap install rustup # version 1.27.1, or
sudo apt install cargo # version 1.75.0+dfsg0ubuntu1-0ubuntu7.1
sudo apt install rustup # version 1.26.0-3
See 'snap info rustup' for additional versions.
Command 'go' not found, but can be installed with:
sudo snap install go # version 1.23.3, or
sudo apt install golang-go # version 2:1.21~2
sudo apt install gccgo-go # version 2:1.21~2
See 'snap info go' for additional versions.
snap "flutter" is already installed, see 'snap help refresh'
I dont know what to do to fix this
Metadata
Metadata
Assignees
Labels
No labels