As @muru said
...
you can download the util-linux package from Arch Linux and extract
column from it.
...
Download the latest version here and extract the archive in a temporary folder.
tar xf util-linux-2.26.1-3-x86_64.pkg.tar.xz -C /tmp/util-linux-2.26.1
And copy the content of /tmp/util-linux-2.26.1/usr/
into /usr/local
cp -R /tmp/util-linux-2.26.1/usr/* /usr/local
Test with, eg.:
% column --version
column von util-linux 2.26.1
I had a problem with that, but the error can be ignored.
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
bsdmainutils
forcolumn
or any other programs which get shifted would need to be changed as well. Since nobody's complaining, there's no point to taking on a what could be potentially a massive undertaking.coreutils
is a separate package, I see no evidence that it is outdated. – muru May 12 '15 at 20:47util-linux
package from Arch Linux and extractcolumn
from it. Removingbsdmainutils
will causeman-db
to be removed - whether that's a bad thing depends on how often you use man pages. – muru May 12 '15 at 21:34man
yourself too. – muru May 12 '15 at 21:40