diff --git a/articles/en/install-and-manage-applications.md b/articles/en/install-and-manage-applications.md index fa022d4..7013ac7 100644 --- a/articles/en/install-and-manage-applications.md +++ b/articles/en/install-and-manage-applications.md @@ -6,6 +6,7 @@ Listed: true Authors: - kbdharun - MonsterObserver + - mirkobrombin --- ## Introduction diff --git a/articles/en/install-distrobox.md b/articles/en/install-distrobox.md index a8797a2..fcdf7db 100644 --- a/articles/en/install-distrobox.md +++ b/articles/en/install-distrobox.md @@ -7,8 +7,6 @@ Authors: - mirkobrombin --- -> This guide is for Kinetic (22.10), not Orchid. The documentation for Orchid is still being written. - ## What is Distrobox? [**Distrobox**](https://github.com/89luca89/distrobox) is a utility that allows you to run multiple Linux distributions in your system without the need to dual boot or install them in a virtual machine. It enables backward and forward compatibility with software and provides freedom to use whatever distribution you need. @@ -17,6 +15,8 @@ It uses Podman or Docker to create containers using the Linux distribution of yo ## Install Distrobox +**_Note_**: We are going to install Distrobox in your `home` directory to avoid altering the root file system. + The recommended way to install Distrobox is via the official script. To do so, open a terminal and run the following command: ```bash @@ -25,7 +25,7 @@ curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh - In this way, Distrobox will be installed in the `~/.local` directory, which is already in the PATH variable for Vanilla OS. -**_Note_**: We are going to install Distrobox in your `home` directory to avoid altering the root file system. +Now you can run Distrobox by typing `host-shell distrobox` in the terminal. ## Uninstall Distrobox