How to Install Void on Manjaro
Step 1: Install Required Dependencies
Before you begin the installation process, you must install some dependencies. Open the terminal and run the following command:
sudo pacman -S base-devel multilib-devel git
This command will install the necessary development tools and Git on your system.
Step 2: Clone Void Repository
Now, you need to clone the Void repository to your local system. To do that, execute the following command:
git clone https://github.com/AlphaNecron/Void.git
Step 3: Build and Install Void
After cloning the repository, go to the Void directory using the following command:
cd Void
Once you are inside the Void directory, execute the building script using the following command:
makepkg -si
This command will build and install Void on your system.
Step 4: Enable Void
After installing Void, you need to enable it for use. To do that, run the following command:
sudo modprobe -a void
Step 5: Test Void
Finally, you can test Void by running the following command:
void -h
This command will display the help menu of Void. If you see the help menu, it means that you have successfully installed and enabled Void on your Manjaro system.