What is the difference between .deb and .jar?
- Extension
- .deb
- .jar
- Format
- Binary
- Binary
- Category
- Compressed
- Developer
- Developer
- Debian Project
- Oracle
- Description
- A DEB file is a standard Unix archive that contains two bzipped or gzipped archives, one for the installer control information and another for the actual installable data. DEB files are often used for software installation packages.
- A JAR file is a Java archive (JAR) file used by the Java Runtime Environment (JRE), a framework used for executing Java programs. JAR files may serve as program libraries or as standalone programs that run if the JRE is installed on the computer or mobile device.
- MIME Type
- application/x-debian-package
- application/java-archive
- Wikipedia
- .deb on Wikipedia
- .jar on Wikipedia