1
tar에서“xz : exec를 실행할 수 없음 : 해당 파일이나 디렉토리가 없습니다”라는 .tar.xz 파일을 압축 해제 할 수 없습니다.
당 어떻게 사용이 .xz하는 타르볼의 압축을 해제합니까? , 나는 시도 tar xf php-5.6.0RC4.tar.xz하고 tar -xJf php-5.6.0RC4.tar.xz두 경우 모두 다음을 얻습니다. tar (child): xz: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now …
55
linux
ubuntu
compression
tar
xz