Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opencr_update.tar.bz2 is not a bzip2 file #15

Open
kanpapa opened this issue Nov 3, 2022 · 0 comments
Open

opencr_update.tar.bz2 is not a bzip2 file #15

kanpapa opened this issue Nov 3, 2022 · 0 comments

Comments

@kanpapa
Copy link

kanpapa commented Nov 3, 2022

The file name for the following path is .bz2, but it appears to be in tar format.

OpenCR-Binaries/turtlebot3/ROS2/latest/opencr_update.tar.bz2

ubuntu@ubuntu:~$ wget https://github.com/ROBOTIS-GIT/OpenCR-Binaries/raw/master/turtlebot3/ROS2/latest/opencr_update.tar.bz2
ubuntu@ubuntu:~$ tar -xjf ./opencr_update.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
ubuntu@ubuntu:~$ file opencr_update.tar.bz2 
opencr_update.tar.bz2: POSIX tar archive (GNU)
ubuntu@ubuntu:~$ tar -xf ./opencr_update.tar.bz2 
ubuntu@ubuntu:~$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant