Applicazioni
Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.
Haiku packages (.hpkg)
The simplest way is to use HaikuDepot to find, download and automatically install and uninstall a package. If you have downloaded a package from somewhere else — maybe because it's not (yet) in a public repository — just double-click it to open in HaikuDepot and install from there.
You'll find the newly installed application in /system/apps/ or, in case of a commandline application, in /system/bin/. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.
Topics Deskbar or LaunchBox describe how to add shortcuts to your newly installed application.
If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.
Uninstalling is just as easy: Simply find the package in HaikuDepot and click
.If you're working in the Terminal or want to do un/installing of packages in a script, you should have a look at the command pkgman --help.
Old BeOS archives (.zip and .pkg)
BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens Expander or the old PackageInstaller) anywhere in /boot/home/ and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.
This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder /system/non-packaged/ allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this online article on how to use the non-packaged hierarchy.
Applicazioni fornite da Haiku
Haiku comes with a set of mostly small but essential applications. You'll find all of them at /boot/system/apps/. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the menu of the Deskbar.
ActivityMonitor | Strumento per tenere sotto controllo risorse come CPU ed uso della memoria. | ||
BootManager | Uno strumento per installare un menu di boot nel Master Boot Record (MBR) di un drive. | ||
CharacterMap | Applicazione che mostra la mappa di caratteri Unicode. | ||
CodyCam | Strumento per caricare regolarmente immagini da una webcam ad un server. | ||
Debugger | A graphical debugger. | ||
DeskCalc | Calcolatrice. | ||
DiskProbe | Editor esadecimale per file e dispositivi. | ||
DiskUsage | Strumento per visualizzare l'utilizzo dei dischi. | ||
DriveSetup | Utility per il partizionamento del disco rigido. | ||
Expander | Strumento per estrarre gli archivi più diffusi. | ||
HaikuDepot | A tool to find, download, install, update and uninstall (application) packages | ||
Icon-O-Matic | Programma per creare le icone vettoriali di Haiku. | ||
Installer | Strumento per installare Haiku su una partizione. | ||
Magnify | Offre una visione ingrandita della zona intorno al puntatore del mouse. | ||
An email client. | |||
MediaPlayer | Riproduttore per tutti i formati audio/video supportati. | ||
MidiPlayer | Player per file MIDI. | ||
LegacyPackageInstaller | Installer for BeOS packages in PKG format. | ||
People | Gestore dei contatti. | ||
PoorMan | Semplice server web. | ||
Screenshot | Strumento per fare screenshot. | ||
ShowImage | Semplice visualizzatore di immagini. | ||
SoftwareUpdater | A tool to update software packages and Haiku itself. | ||
SoundRecorder | Strumento per registrare audio dalla line-in o dal microfono. [mancante] | ||
StyledEdit | Semplice editor di testi. | ||
Terminal | Permette di usare la shell bash. | ||
TextSearch | Strumento di ricerca per file di testo. | ||
TV | Visualizzatore per la TV analogica. [mancante] | ||
WebPositive | Un browser web nativo. |
Applicazioni da riga di comando
Oltre ai normali strumenti da riga di comando presenti nella bash o a quelli necessari per essere compatibili con lo standard POSIX, è giusto parlare di alcune applicazioni da riga di comando specifiche di Haiku. Questi comandi sono spesso utili per creare script, è consigliabile comunque leggere il capitolo Bash e Scripting.
Elenco di tutte le applicazioni da riga di comando | ||
Applicazioni da riga di comando specifiche di Haiku |
Applicazioni incluse
Oltre ai programmi elencati qui sopra, tutti mantenuti dal progetto Haiku, ci sono alcune applicazioni essenziali incluse di default in un sistema Haiku. Per queste applicazioni eventuali bug e richieste di feature devono essere inoltrate al loro mantainer.
BePDF | Un visualizzatore di file PDF. | ||
Pe | Editor di testo avanzato, con colorazione della sintassi e molto altro. | ||
Vision | Un client IRC. | ||
WonderBrush | Un programma di grafica della YellowBite. |