|
From: David M. <dav...@gm...> - 2017-03-15 09:05:39
|
On 10. 3. 2017 17:49, Steve Lorimer wrote: > msys is up to date Try also `pacman -Syyu`, just to be sure it's not some timestamp issue. > Why is there no tar command? > How do I install tar? How do you know it's not there? What do the following commands say? tar which tar pacman -Qs ^tar$ pacman -Ss ^tar$ -- David Macek |