I started from scratch in order to install gromacs in my system (Windows), but my Ubuntu does not install gcc.
Asked
Active
Viewed 1,807 times
1 Answers
0
The error message says that gcc is already installed, but another package has missing dependencies.
Run sudo apt --fix-broken install to fix the issue, as the terminal output suggests.
Archisman Panigrahi
- 38,814
