answersLogoWhite

0

You can use WinRAR from http://www.rarlab.com

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

The tar format for retrieving drivers is used in what windows 2000 windows xp unix netware?

tar extension can more or less be compared to zip: a tarball (this is the name of a "tar extension'ed file") is used to group file (and eventually folders of files). Although tarballs are mostly used in Unix flavors, programs such as WinRar for Windows can extract files from them. In short, such drivers may work for both Windows and/or Unix flavors.


How do you open targz files?

In linux command line : tar -zxvf /path_to_your_file/filename.tar.gz


How do you open tar and jar files on a cell phone?

Use Lcg X-Plore,or any type of zipmanager.


How do you tar to a floppy disk on a Windows computer?

Try Tar98


Describe the difference between tar and cpio?

Tar and cpio are both archive utilities used on Unix-like systems. Tar creates archives by sequentially appending files together, while cpio archives files by copying them into a single archive. Tar is more widely used and supports more compression options, while cpio is typically faster and more efficient in handling system backups.


How do you uninstall tar file?

The tar utility is not an install/uninstall utility. Typically files downloaded as a tar archive can be extracted, using the tar command, to a specified directory. Then further instructions contained in the extracted files can be followed to complete the installation. Then uninstallation, if desired, would be the reverse of the installation process. Often installation involves use of the make command in conjunction with a makefile contained in the archive. The makefile may include a target suggestively named "clean", for example, for uninstalling the installed files.


Are there cheats for TAR mod?

They are the same as the normal onesyou can find them here:http://www.cheatchannel.com/files/madnessint.htm


What mode do you ftp tar files in?

Transfer tar files in binary mode.WARNING: some ftp clients go back to ascii mode when you enter an ls or dir command. To be safe, always use the binary command before getting a binary file.


How do you use tar command of UNIX in vi editor?

You don't. The 'tar' command has nothing to do with the 'vi' editor; it creates an archive files and the vi editor modifies the content of a file.


Is pine tar safe to put directly on open wounds?

Yes!


How do you convert tar to apk?

You probably have an apk file compressed into a tar file. To get the apk file you must use a program or app to decompress the tar file. You can find programs that will do this for Windows or Mac. You can find them for download online with a search engine. Older ones may be free to download. You can also go to the website wobzip.org and their website will do it for you. You just pick the file from your computer, then it can be uploaded decompressed and downloaded back to you. There are also three Android apps that I know of that will decompress tar files. Their names are AndroZip File Manager, ArchiDroid, and ZArchiver.


What are compression and archiving commands in Linux?

tar cvf archive.tar *.txt will create an archive called archive.tar with all the .txt files in the current directory. tar cvzf archive.tar.gz *.txt will create a compressed archive called archive.tar.gz