# Supported Archive Formats

| Format Name | File Extension   | Description                                                                                                                                                    |
| ----------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 7z          | .7z              |                                                                                                                                                                |
| zip         | .zip             | ZIP file                                                                                                                                                       |
| bztar       | .tar.bz2 / .tbz2 | bzip2'ed tar-file                                                                                                                                              |
| gztar       | .tar.gz / .tgz   | gzip'ed tar-file                                                                                                                                               |
| tar         | .tar             | uncompressed tar file                                                                                                                                          |
| xztar       | .tar.xz / .txz   | xz'ed tar-file                                                                                                                                                 |
| rar         | .rar             | <p>RAR file<br><br>Requires <a href="https://www.rarlab.com/rar_add.htm">unrar</a> to be installed and available on the server running Repository Manager.</p> |
