---
title: "Instalar software en hellosystem desde la terminal"
description: "Para instalar software desde la terminal o consola en el sistema operativo libe basado en FreeBSD (y que su estética se parece a la de un Apple de los 90) hellosystem, simplemente escribe: sudo pkg..."
url: https://indaga.net/instalar-software-en-hellosystem-desde-la-terminal/
date: 2021-02-23
modified: 2021-02-23
author: "Directorio Indaga"
categories: ["GNU Linux"]
tags: ["freebsd", "gnu", "hellosystem", "instalar programas en hellosystem", "pkg"]
type: post
lang: es
---

# Instalar software en hellosystem desde la terminal

Para instalar software desde la terminal o consola en el sistema operativo libe basado en **FreeBSD** (y que su estética se parece a la de un Apple de los 90) **hellosystem**, simplemente escribe:

`sudo pkg install NOMBRE PROGRAMA`

Adjunto captura de pantalla del proceso en un hellosystem virtualizado bajo Ubuntu 20.04.2:

[![instalar software en hellosystem](https://indaga.net/wp-content/uploads/2021/02/instalar-software-en-hellosystem.jpg)](https://indaga.net/wp-content/uploads/2021/02/instalar-software-en-hellosystem.jpg)

+ info sobre hellosystem: [https://github.com/helloSystem/hello](https://github.com/helloSystem/hello)

Documentación de hellosystem: [https://hellosystem.github.io/docs/](https://hellosystem.github.io/docs/)
