0

I started from scratch in order to install gromacs in my system (Windows), but my Ubuntu does not install gcc.

gcc error in Ubuntu

1 Answers1

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.