Haiku Applications: Difference between revisions

From BeOS & Haiku Fans Wiki
Michel (talk | contribs)
initial commit
 
Michel (talk | contribs)
No edit summary
Line 1: Line 1:
An operating system is not really interesting without applications, and the days when Haiku was short of those are definitely over.
An operating system is not really interesting without applications, and the days when Haiku was short of those are definitely over.


=== How to install applications ===
Haiku uses a novel approach to package management. The HPKG file format at first doen't look very different from DEB or RPM files in Linux, but an application can be installed just by dropping the package in the right directory, and uninstalled just by deleting the package.
Haiku uses a novel approach to package management. The HPKG file format at first doen't look very different from DEB or RPM files in Linux, but an application can be installed just by dropping the package in the right directory, and uninstalled just by deleting the package.
If the package was not in a repository, but just downloaded from a website, just double-click on it. This will open the package in HaikuDepot and install it with any other dependencies.
There are two ways to install applications from Haiku repositories. The ''HaikuDepot'' application presents a familiar "app store" appearance. Alternatively, you can install application in Terminal using the <code>pkgman</code> command.
=== Application categories ===
* [[Applications: Audio|Audio]]
* [[Applications: Business|Business]]
* [[Applications: Development|Development]]
* [[Applications: Education|Education]]
* [[Applications: Games|Games]]
* [[Applications: Graphics|Graphics]]
* [[Applications: Internet and Network|Internet and Network]]
* [[Applications: Productivity|Productivity]]
* [[Applications: Science and Mathematics|Science and Mathematics]]
* [[Applications: System and Utilities|System and Utilities]]
* [[Applications: Video|Video]]

Revision as of 16:49, 2 April 2025

An operating system is not really interesting without applications, and the days when Haiku was short of those are definitely over.

Haiku uses a novel approach to package management. The HPKG file format at first doen't look very different from DEB or RPM files in Linux, but an application can be installed just by dropping the package in the right directory, and uninstalled just by deleting the package.