我正在尝试使用FreeBSD中的tar实用程序创建xar存档。
tar -c -f test --format xar index.html我得到以下错误
Can't use format xar: Xar not supported on this platform如何为我的FreeBSD机器启用xar支持?
发布于 2015-08-24 09:59:47
FreeBSD的tar不支持xar格式,但再次需要端口-- archivers/xar似乎是您想要的!
https://unix.stackexchange.com/questions/224883
复制相似问题