You are not logged in.
Pages: 1
I need the 'strings' command, which displays alphanumeric strings in a given file. I am unable to find an arch package for it.
I've tried searching for it with
pacman -Ss strings
(not there).
I've searched the AUR packages for 'strings' http://aur.archlinux.org/packages.php?O … _Search=Go (not there).
I've also googled this to no avail.
Anyone know the answer? Thanks in advance.
Offline
You're looking for binutils.
Offline
I need the 'strings' command, which displays alphanumeric strings in a given file. I am unable to find an arch package for it.
I've tried searching for it with
pacman -Ss strings
(not there).
I've searched the AUR packages for 'strings' http://aur.archlinux.org/packages.php?O … _Search=Go (not there).
I've also googled this to no avail.Anyone know the answer? Thanks in advance.
It's part of binutils, which is in the core -- so you should have it.
You can always check this yourself:
pacman -Qo /usr/bin/strings
-- Thomas Adam
Offline
ThomasAdam: beat you by 1 second!?
Offline
which strings
which: no strings in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core)
pacman -Ql binutils
error: package "binutils" not found
I quickly installed it with
pacman -Sy binutils
Question:
I installed this system a week ago, selecting all packages from core. Upon install, I updated with
pacman -Syu
Any idea why binutils was not installed?
By the way, thanks for the quick responses! I'm just curious why it wasn't loaded, and if anything else I may need is not loaded.
Thanks again.
Offline
I assume that you'll notice it if you need something you haven't got, if you don't, what would you need it for
And if you're worried, check whether the whole base group is installed (pacman -S base).
Offline
I assume that you'll notice it if you need something you haven't got, if you don't, what would you need it for
Good point. Thanks for the help.
Offline
Pages: 1