[Unzip the rar folder] Unzip the rar folder in the AutoDL server

When I was using AutoDL recently, I found that when I decompressed a file in rar format on the command line, it could not be decompressed. After many attempts, I found a way to decompress, which will be introduced in detail below.

  • Enter the command in the terminal to decompress the compressed package. tar -xzpvf rarlinux-x64-621.tar.gz

  • Use the cd command to enter the extracted rar folder, and execute the command make.

 

        Note: If you are not under the root account, the make command will fail and access is denied.

  • Use the cd command to enter the folder containing the files to be decompressed, and enter the command rar x filename.rar

At this point, the rar file can be decompressed normally

In fact, rigid standards cannot limit us with infinite possibilities, so ah! Come on guys!

Guess you like

Origin blog.csdn.net/qq_48764574/article/details/132342755