grep -i '\([0-9A-F]\{2\}[:-]\)\{5\}\([0-9A-F]\{2\}\)' file.txt
Or less
less file
/([0-9A-F]{2}[:-]){5}([0-9A-F]{2})
yum
to easily determine the package and install it.error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
provides
option in yum
.yum provides libssl.so.6
then copy and paste the resulting package name into yum install _____
.