T TheCoder May 31, 2011 #1 Hi, I want to extract a rar file on FreeBSD 8.1. If it's not possible how can I create a file .gz or .tgz on windows 7?
Hi, I want to extract a rar file on FreeBSD 8.1. If it's not possible how can I create a file .gz or .tgz on windows 7?
B Beastie May 31, 2011 #2 Both are possible. Install archivers/unrar. You use it like this: % unrar e rar_file.rar If you want a graphic frontend, you can use archivers/xarchiver (GTK+-based). I'm sure there are others. As for Windows, I believe 7-Zip is capable of creating gzipped/tared-gzipped files (Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM).
Both are possible. Install archivers/unrar. You use it like this: % unrar e rar_file.rar If you want a graphic frontend, you can use archivers/xarchiver (GTK+-based). I'm sure there are others. As for Windows, I believe 7-Zip is capable of creating gzipped/tared-gzipped files (Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM).