Search code examples
archlinux

problems with Arch linux installation commands


It's my first time trying to install and using Arch linux, I was trying to install it in VirtualBox in Mac Os mojave, when i did arch-chroot /mnt(after all the configuration), then tried to nano /etc/locale.conf it just printed command not found.

I've already tried with vim or other commands like sudo or apt to install a plain text editor but it's always the same and I also tried twice but nothing changes.

PLEEAAASE, I need help.


Solution

  • In Archlinux you should use pacman -S to install packages try this : "pacman -S nano"

    you can see more information here: https://wiki.archlinux.org/index.php/pacman#Installing_packages