Hi ther I'm a new user to this forumalbeit not new to linux , used to be an unix admin prior to having a stroke I'm trying to install gawk on my Raspberry pi 4B+ (OSis raspbian stretch) and I do the following steps:
-sudo apt-get update
- sudo apt -get upgrade
and finally:
-sudo apt install gawk with the following result:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gawk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gawk' has no installation candidate
I have managed to find and down load the following"package":
gawk_4.1.4+dfsg-1_armhf.deb
and have tried:
$sudo dpkg -i ./gawk_4.1.4+dfsg-1_armhf.deb with the following result:
regarding ./gawk_4.1.4+dfsg-1_armhf.deb containing gawk, pre-dependency problem:
gawk pre-depends on libsigsegv2 (>= 2.9)
libsigsegv2 is not installed.
dpkg: error processing archive ./gawk_4.1.4+dfsg-1_armhf.deb (--install):
pre-dependency problem - not installing gawk
Errors were encountered while processing:
./gawk_4.1.4+dfsg-1_armhf.deb
and it seems that apt cannot find the libsigsegv2 either, so I am at a complete loss here, all help will be greatly appreciated