Jeffee102
Jeffee102

Reputation: 153

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.

Upvotes: 2

Views: 5077

Answers (2)

blckCoach
blckCoach

Reputation: 336

You can install it with the Linux kernel etc.
For installing the kernel you use

pacstrap

so just add nano, vim or whatever text-editor you like to use.

For more information: https://wiki.archlinux.org/index.php/Installation_guide

Upvotes: 1

nda_
nda_

Reputation: 66

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

Upvotes: 5

Related Questions