-
-
Notifications
You must be signed in to change notification settings - Fork 1
Linux File Managers
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to file managers on Linux, covering Arch Linux, CachyOS, and other distributions including Nautilus, Dolphin, Thunar, ranger, and file manager configuration.
Install Nautilus:
# Arch/CachyOS
sudo pacman -S nautilus
# Launch
nautilusInstall Dolphin:
# Arch/CachyOS
sudo pacman -S dolphin
# Launch
dolphinInstall Thunar:
# Arch/CachyOS
sudo pacman -S thunar
# Launch
thunarInstall PCManFM:
# Arch/CachyOS
sudo pacman -S pcmanfm
# Launch
pcmanfmInstall ranger:
# Arch/CachyOS
sudo pacman -S ranger
# Launch
rangerInstall nnn:
# Arch/CachyOS
sudo pacman -S nnn
# Launch
nnnInstall vifm:
# Arch/CachyOS
sudo pacman -S vifm
# Launch
vifmConfigure:
# Edit preferences
# Edit > Preferences
# Or use gsettings
gsettings set org.gnome.nautilus.preferences default-folder-viewer 'list-view'Configure:
# Edit preferences
# Settings > Configure DolphinCheck installation:
# Check packages
pacman -Q | grep nautilus
# Reinstall
sudo pacman -S nautilusThis guide covered file managers for Arch Linux, CachyOS, and other distributions, including GUI and terminal file managers.
- Desktop Environments - Desktop setup
- Text Editors - Text editors
- ArchWiki File Managers: https://wiki.archlinux.org/title/List_of_applications/Utilities#File_managers
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.