Spack is an open-source package manager that simplifies installation and management of software packages, libraries and dependencies. Here's how to install Spack on Manjaro:
sudo pacman -S git libarchive gcc
git clone https://github.com/spack/spack.git
cd spack/
echo 'export PATH="$HOME/spack/bin:$PATH"' >> ~/.bashrc
echo 'export SPACK_ROOT="$HOME/spack"' >> ~/.bashrc
source ~/.bashrc
spack compiler find
spack repo add https://github.com/spack/spack.git
spack repo add https://github.com/spack/spack-packages.git
spack find
spack install <package_name>
Now that you've installed Spack on your Manjaro machine, you can explore Spack's functionality to manage your software dependencies with ease.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!