I am trying to install fbi on Debian 7.8 by using apt-get install fbi, but I get an error message containing the following:
libgcc1 : Depends: gcc-5-base (= 5.5.1-14) but it is not installable.
Actually I get this message whenever I try to do anything related to installations using apt-get.
what could be the reason behind this error message?
Thanks in advance, Anas
I found that I had to install and configure some missing libraries, like
gcc-5-base_5.3.1-6andlibgcc1_4.7.2-5through the commands:then I had to correct the dependencies through:
Then the problem was solved :)