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

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212

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.

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212