コーディングに興味がある場合、またはGithub(Github)からパッケージをダウンロードするだけの場合は、TAR.GZファイル拡張子に出くわす可能性があります。Linuxユーザーに人気のあるTAR.GZ形式(TGZ )は(TGZ)、ファイルのコレクションを単一のダウンロード可能なファイルにパッケージ化する(package collections of files into a single downloadable)ためによく使用されます。
しかし、問題は、 TGZ(TGZ)ファイルをどの程度正確に開くかということです。特別なソフトウェアが必要ですか?または、PC上の既存のツールで十分ですか?確認してみましょう。
TAR.GZファイル形式(TAR.GZ File Format)の概要
TAR.GZファイルは、2つの異なるパッケージングアルゴリズムの組み合わせです。(TAR.GZ)1つ目はtarで、テープアーカイブの略です。これは古いユーティリティであり、主に独自のファイルシステムを持たないデバイスへの正確なデータ転送のために発明されました。tarファイル(またはtarball)には、ディレクトリ構造やその他の技術パラメータに関するメタデータとともに、シーケンシャル形式のファイルが含まれています。
tarは問題のファイルを圧縮せず、パッケージ化するだけであることに注意してください。実際、結果として得られるtarballは、パディングのためにサイズが大きくなる場合があります。
そこでGzipが登場します。Gzip(.gzファイル拡張子で示される)は、データをアーカイブしてより小さなスペースを占めるために使用される圧縮ファイル形式です。Gzipは、より一般的に知られているzipと同じ圧縮アルゴリズム(same compression algorithm)を使用しますが、単一のファイルでのみ使用できます。つまり、Gzipはすべての個々のファイルを圧縮し、tarはそれらを単一のアーカイブにパッケージ化します。
したがって、tar.gzファイルはgzipを使用して圧縮されたtarballです。このようなパッケージを開くには、gzipを解凍し、結果のtarballを抽出する必要があります。一部のユーティリティは1つのステップでTGZファイルを開くことができ、他のユーティリティは2つのステップで開くことができます。
(Extract TAR.GZ Using)Windowsで7-Zipを使用してTAR.GZを抽出する
Windowsはtar.gzファイルをネイティブにサポートしていないため、それらを開くにはサードパーティのツールが必要です。7-ZipやWinZip(7-Zip or WinZip)などのほとんどのファイル抽出アプリケーションで作業が完了します。
- 7-Zipをまだダウンロードしていない場合は、ダウンロードしてインストールすることから始めます。
- 次に、tar.gzファイルを含むフォルダーに移動します。
- (Right-click)ファイルを右クリックし、[ 7-Zip ]オプションにカーソルを合わせて、[ここに抽出(Extract Here)]を選択します。これにより、別のファイルが作成されますが、今回はTAR拡張子のみが含まれます。
- もう一度、この新しいファイルを右クリックして、7-Zipを使用してファイルを抽出します。これにより、最終的に実際のディレクトリとファイルが提供されます。
Linuxで(Linux)ターミナル(Terminal)を使用してTGZファイル(TGZ Files)を開く
LinuxおよびUnixベースのシステムでは、tar.gzファイルを抽出(または作成)するコマンドが組み込まれています。ターミナルで次のコマンドを入力するだけです。(Simply)
tar -xvf filename.tar
ここで、ファイル名を問題のファイルの実際の名前に置き換える必要があります。また、Linuxのほとんどのターミナルコマンド(terminal commands in Linux)と同様に、tar.gzファイルを含むディレクトリにいる必要があります。
Macユーザーは、このコマンドを使用してtar.gzファイルを抽出することもできますが、次のセクションで説明するGUIベースの方法にもアクセスできます。
(Extract TAR.GZ Files)MacのUnarchiverでTAR.GZファイルを抽出する
Macでtar.gzファイルを開くには複数の方法があります。Linuxで使用されるターミナルコマンドは、ターミナルコマンドに慣れている場合は、ここで問題なく機能します。
Macのネイティブアーカイブユーティリティはファイル形式もサポートしています。つまり、問題のtar.gzファイルをダブルクリックするだけでファイルを抽出できます。もちろん、それが機能しない場合(またはGUIツールを好む場合)は、いつでもUnarchiverをダウンロードして、gzip圧縮されたtarballを含むあらゆる種類のアーカイブファイルを抽出するために使用できます。
オンラインツールを使用してTGZファイルを開く
特定のアプリケーションをコンピューターにダウンロードしたり、その組み込み機能を利用したりする代わりに、オンラインアプリを使用してtar.gzアーカイブを抽出できます。多くのWebサイトでは、 ZIP(ZIP)ファイルやTARファイルを含むあらゆる種類の圧縮ファイルを抽出できます。
- このガイドでは、Archive Extractorを使用しますが、他のオンラインツールを使用することもできます。開始するには、Webサイトにアクセスしてください。
- [ファイルの選択]を選択(Choose file)し、開きたいtar.gzファイルをアップロードします。ユーティリティはアーカイブを抽出し、コンテンツを正しいフォルダ構造で表示します。
この方法の利点は、ネイティブサポートを気にすることなく、WindowsまたはMacを問わずすべてのオペレーティングシステムで使用できることです。(Mac)
TAR.GZファイル(TAR.GZ Files)を開くための最良の方法は何ですか?
tar.gzファイルに含まれているデータにアクセスすることはそれほど難しくありません。その時代と人気のおかげで、システム固有のツールと外部ツールの両方で、このファイル形式を抽出するためのいくつかの方法が存在します。
ほとんどのプラットフォームでは、 TGZ(TGZ)ファイルを抽出して開くための適切なアプリケーションをすでに所有している可能性があります。もちろん、 Linux(Linux)はこれらのファイルをネイティブに開くことができますが、ほとんどのMacおよびWindowsコンピューターには、Unarchiverや7-Zipなどのソフトウェアがインストールされています。
すべてのプラットフォームで最も簡単な方法は、オンライン抽出ツールを使用することです。このようなユーティリティは、どこのプラットフォームでも機能するため、tar.gzファイルを抽出する正しい方法を見つける手間が省けます。
What Is a TAR.GZ File and How to Open It
If you are into cоding or just downloading a package from Github, you may come across the TAR.GZ file extensіon. Popular with Linux uѕers, the TAR.GZ format (TGZ) is often uѕed to package collections of files into a single downloadable.
But the question is, how exactly do you open TGZ files? Do you need any special software? Or are existing tools on your PC enough? Let’s find out.
Introduction to the TAR.GZ File Format
A TAR.GZ file is a combination of two different packaging algorithms. The first is tar, short for tape archive. It’s an old utility, invented mainly for accurate data transfer to devices without their own file systems. A tar file (or tarball) contains files in a sequential format, along with metadata about the directory structure and other technical parameters.
It is useful to note that tar doesn’t compress the files in question, only packages them. Indeed, sometimes the resulting tarball can be of greater size due to padding.
So that’s where Gzip comes in. Gzip (denoted by a .gz file extension) is a compressed file format used to archive data to take up smaller space. Gzip uses the same compression algorithm as the more commonly known zip but can only be used on a single file. In short, Gzip compresses all the individual files and tar packages them in a single archive.
So, a tar.gz file is a tarball compressed using gzip. To open such a package, you need to decompress the gzip and extract the resulting tarball. Some utilities can open TGZ files in one step, others in two.
Extract TAR.GZ Using 7-Zip in Windows
Since Windows doesn’t natively support tar.gz files, you need a third-party tool to open them for you. Most file extraction applications like 7-Zip or WinZip will get the job done.
- Begin by downloading and installing 7-Zip on your computer if you don’t already have it.
- Now, navigate to the folder containing your tar.gz file.
- Right-click on the file, hover over the 7-Zip option, and then select Extract Here. This will result in another file, this time with just a TAR extension.
- Once again, right-click on this new file to extract it using 7-Zip. This will finally give you the actual directories and files.
Open TGZ Files Using the Terminal in Linux
In Linux and Unix-based systems, the command to extract (or create) a tar.gz file is built-in. Simply enter the following command in the terminal:
tar -xvf filename.tar
Here you should replace the filename with the actual name of the file in question. You also need to be in the directory containing the tar.gz file, like with most terminal commands in Linux.
Mac users can also use this command to extract their tar.gz files, though they also have access to a GUI-based method we will discuss in the next section.
Extract TAR.GZ Files With the Unarchiver in Mac
You have multiple ways to open tar.gz files in Mac. The terminal command used in Linux works here just fine if you are comfortable with terminal commands.
Mac’s native archive utility supports the file format as well, which means you can just double-click on the tar.gz file in question to extract it. Of course, if that doesn’t work (or you just prefer a GUI tool), you can always download Unarchiver and use it to extract any type of archive files, including gzipped tarballs.
Open TGZ Files Using an Online Tool
Instead of downloading a specific application to your computer or leveraging its built-in abilities, you can extract your tar.gz archive using an online app. Many websites allow you to extract all kinds of compressed files, including ZIP and TAR files.
- For this guide, we will be using Archive Extractor, though you can use any other online tool. Head to the website to get started.
- Select Choose file and upload the tar.gz file you want to open. The utility will now extract the archive and then display the contents in the correct folder structure.
An advantage of this method is that it can be used on any operating system, whether Windows or Mac, without worrying about native support.
What Is the Best Method to Open TAR.GZ Files?
It is not that difficult to access the data contained in a tar.gz file. Thanks to its age and popularity, several methods exist to extract this file format, both system-specific and external tools.
In most platforms, the chances are that you already possess the right application to extract and open TGZ files. Linux, of course, can open these files natively, while most Mac and Windows computers have software like the Unarchiver or 7-Zip installed on them.
The easiest method on all platforms would be to use an online extraction tool. Such a utility works across platforms anywhere, saving you the hassle of figuring out the right way to extract a tar.gz file.