I started from scratch in order to install gromacs in my system (Windows), but my Ubuntu does not install gcc.
Asked
Active
Viewed 1,423 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
- 28,338
- 18
- 105
- 212
gcc
is already installed. So the question doesn't make any sense. Please don't post screenshots of text. – Pilot6 Jul 10 '22 at 12:19gcc
is already installed, but thatsse4.2-support
is not installed. – Artur Meinild Jul 10 '22 at 12:22