Web application developer, I write and share my understanding of how systems work.
Getting started with Manjaro
Discover Manjaro OS
-
The KDE Plasma edition is the most customizable. If you're looking for a system that's both visually elegant and high-performance, KDE Plasma is an excellent choice. This stable desktop environment is ideal for users who want total control and a tailored experience.
-
For machines with more limited resources, the Xfce edition is the ideal solution. Its Interface is lightweight and intuitive, guaranteeing smooth operation even on older computers. What's more, its layout is reminiscent of Windows, making the transition to Linux easier for new users.
-
Finally, the GNOME edition offers a totally different approach. Its streamlined design emphasizes productivity and organization through virtual workspaces. This activity-focused workflow is particularly appealing to users already familiar with Linux and looking for a minimalist, highly efficient environment.
Other Manjaro editions
Technical requirements
- A 64-bit (x86_64) processor
- 4 GB RAM recommended (minimum 2 GB) (see below)
- 30 GB of disk space (more if you create a dedicated
/homepartition)
Manjaro installation
Startup screen
Disk partitioning
- The first, and simplest, is to erase the entire disk and install Manjaro on it.
- The second allows manual partitioning.
- A first partition of 516 MB (primary) for the boot.
- A second 2 GB (logical) partition for swap.
- A third partition for your personal data.
Creating a user account
Choose the right office suite
- LibreOffice is more complete, with a wider range of software and advanced features.
- FreeOffice, on the other hand, is lighter and includes only the essentials: TextMaker, PlanMaker and Presentations.
Configuration summary
End of installation
First steps with Manjaro
Update the system
sudo pacman -Syu
Configuring a development environment
sudo pacman -S nodejs npm git yarn
Installing a Bitcoin wallet
sudo pacman -S electrum # Install Electrum
Securing your Manjaro system
Firewall configuration
# Installation if not present sudo pacman -S ufw # Firewall activation sudo systemctl enable ufw.enable sudo ufw enable # Allow SSH connections (optional) sudo ufw allow ssh # Check the status sudo ufw status verbose
Managing user permissions
- Create a non-privileged user
sudo useradd -m username sudo passwd username
- Sudoers file configuration
sudo EDITOR=nano visudo
Author
This tutorial has been written by Olaniran
You can say thanks by tipping the professor.
Credits
This tutorial has not been proofread yet
The original content has been translated by AI, but human review is necessary to ensure its accuracy.
2 468 sats1 234 sats617 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.


