From c7d85042d2f0d674b6f10bc3cb3f519ee64bea4a Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Thu, 12 Mar 2026 23:52:53 -0500 Subject: [PATCH] added placeholders for Distrobox and flatpak --- README.md | 2 ++ Software/Postgresql.md | 2 +- Software/VirtualMachineManager.md | 2 +- Tools/Distrobox.md | 4 ++++ Tools/Flatpak.md | 4 ++++ 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Tools/Distrobox.md create mode 100644 Tools/Flatpak.md diff --git a/README.md b/README.md index a3ec28c..fd8fd12 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ 6. [VMWare Workstation](Software/VMWareWorkstation.md) 7. [Wireshark](Software/Wireshark.md) 3. Tools + - [DistroBox](Tools/DistroBox.md) + - [Flatpak](Tools/Flatpak.md) ## Preamble diff --git a/Software/Postgresql.md b/Software/Postgresql.md index 45a122f..a1276b4 100644 --- a/Software/Postgresql.md +++ b/Software/Postgresql.md @@ -86,7 +86,7 @@ pgAdmin is a graphical interface to configure and query postgresql. Most linux distributions don't include pgAdmin from their default repositories, but we can either use pgAdmin's official repositories, or it is available as a flatpak: ### Flatpak (universal) -If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](Flatpak.md) for details if not. +If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](../Tools/Flatpak.md) for details if not. If you have a graphical software manager/store it should be available there, to install via command-line: ```sh diff --git a/Software/VirtualMachineManager.md b/Software/VirtualMachineManager.md index 398eed0..790f880 100644 --- a/Software/VirtualMachineManager.md +++ b/Software/VirtualMachineManager.md @@ -9,7 +9,7 @@ If your distribution has a Graphical software manager/store, you can likely sear If not, or you wish to install it via command-line, see below: ### Flatpak (universal) -If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](Flatpak.md) for details if not. +If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](../Tools/Flatpak.md) for details if not. ```sh flatpak install flathub org.virt_manager.virt-manager ``` diff --git a/Tools/Distrobox.md b/Tools/Distrobox.md new file mode 100644 index 0000000..2daf8a9 --- /dev/null +++ b/Tools/Distrobox.md @@ -0,0 +1,4 @@ +# Distrobox +Allows the installation of software available on other distributions + +**Content to be added** diff --git a/Tools/Flatpak.md b/Tools/Flatpak.md new file mode 100644 index 0000000..e159b09 --- /dev/null +++ b/Tools/Flatpak.md @@ -0,0 +1,4 @@ +# Flatpak +Software packaging system that is available on all linux distributions and runs the software in a restricted environment. + +**Content to be added**