2023-12-04 10:02:23 +00:00
---
obj: meta/collection
---
# File Formats
| Extension | Content |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2024-01-17 08:00:45 +00:00
| `.7z` | [7z ](../applications/cli/compression/p7zip.md ) Archive |
2023-12-04 10:02:23 +00:00
| `.apk` | - [Android ](../systems/Android.md ) package< br > - Package format of the [Alpine Linux ](../linux/Alpine%20Linux.md ) distribution |
| `.exe` | [Windows ](../windows/Windows.md ) Application |
| `.html` | [HTML ](../internet/HTML.md ) File |
2024-01-17 08:00:45 +00:00
| `.png` | [PNG ](media/image/PNG.md ) File |
2023-12-04 10:02:23 +00:00
| `.webp` | WebP Image |
2024-01-17 08:00:45 +00:00
| `.py` | [Python ](../dev/programming/languages/Python.md ) Code |
2023-12-04 10:02:23 +00:00
| `.rar` | RAR Archive |
2024-01-17 08:00:45 +00:00
| `.tar` | [TAR ](../applications/cli/compression/tar.md ) Archive |
2023-12-04 10:02:23 +00:00
| `.zip` | [ZIP ](ZIP.md ) Archive |
| `.iso` | DVD Image Format |
| `.img` | Raw Disk Image |
2024-01-17 08:00:45 +00:00
| `.db` < br > `.sqlite` | [SQLite ](../dev/programming/SQLite.md ) |
| `.sql` | [SQL ](../dev/programming/languages/SQL.md ) Queries |
2023-12-04 10:02:23 +00:00
| `.pdf` | [PDF ](PDF.md ) File |
| `.psd` | Adobe Photoshop |
| `.xcf` | XCF File ([Gimp](../applications/media/images/GIMP.md)) |
| `.asc` | [ASCII ](ASCII.md ) Text |
| `.docx` | Office Open [XML ](XML.md ) document |
| `.log` | Log File |
| `.md` | [Markdown ](Markdown.md ) File |
| `.txt` | Text File |
| `.xml` | [XML ](XML.md ) File |
| `.otf` | OpenType Font |
| `.ttf` | TrueType Font |
| `.woff` | Web Open Font Format |
| `.svg` | Scalable Vector Graphics |
| `.blend` | [Blender ](../applications/3d/Blender.md ) File |
| `.obj` | Wavefront .obj file |
| `.desktop` | Linux [Desktop Entry ](Desktop%20Entry.md ) |
2024-01-17 08:00:45 +00:00
| `.rs` | [Rust ](../dev/programming/languages/Rust.md ) Code |
2023-12-04 10:02:23 +00:00
| `.kdbx` | [KeePass ](../applications/utilities/KeePassXC.md ) Database |
2024-01-17 08:00:45 +00:00
| `.wav` | [Wav ](media/audio/WAV.md ) File |
| `.flac` | [FLAC ](media/audio/FLAC.md ) Audio |
2023-12-04 10:02:23 +00:00
| `.xspf` | XML Shareable Playlist Format |
| `.m3u` | Playlist File |
| `.csv` | [Comma-seperated values ](CSV.md ) |
2024-01-17 08:00:45 +00:00
| `.mkv` < br > `.mka` | [Matroska ](media/Matroska.md ) |
2023-12-04 10:02:23 +00:00
| `.qcow2` | [QEMU ](../linux/qemu.md ) copy-on-write – version 2 Qcow |
| `.json` | [JSON ](JSON.md ) File |
| `.yaml` < br > `.yml` | [YAML ](YAML.md ) File |
| `.diff` | text file differences created by [diff ](../applications/cli/diff.md ) and applied as updates by [patch ](../applications/cli/patch.md ) |
| `.part` | Partial File |
2024-01-17 08:00:45 +00:00
| `.torrent` | [Torrent ](../internet/BitTorrent.md ) File |
2023-12-04 10:02:23 +00:00
| `.lrc` | LRC (Lyrics) File |
| `.nfo` | Information Files |
| `.epub` | eBook Format |
| `.srt` | SubRip Subtitle |
| `.ass` | ASS (Advanced SubStation Alpha) Subtitle |
| `.cbz` | [Comic Book Archive ](Comic%20Book%20Archive.md ). A compressed archive format containing a collection of images or pages that make up a comic book or graphic novel. |
| `.eml` | [Email ](../internet/eMail.md ) Message File |
| `.toml` | [TOML ](TOML.md ) |