You are not logged in.

#1 2021-09-29 19:36:37

bmike1
Member
Registered: 2021-09-08
Posts: 45

trying to edit locale.gen <solvwe

but none of the editors that the installation guide says to use (mcedit, nano, or vim) are on the system. what can I do?

Last edited by bmike1 (2021-09-30 15:17:07)

Offline

#2 2021-09-29 19:39:20

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,497
Website

Re: trying to edit locale.gen <solvwe

Then install one.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Online

#3 2021-09-29 19:46:21

bmike1
Member
Registered: 2021-09-08
Posts: 45

Re: trying to edit locale.gen <solvwe

okay.  done. thanks.

Offline

#4 2021-09-29 22:35:12

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: trying to edit locale.gen <solvwe

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

#5 2021-09-30 00:08:56

TJM
Member
Registered: 2016-09-18
Posts: 118

Re: trying to edit locale.gen <solvwe

If you don't like ncurses based editors, you could try sed :-)
For example:

# sed -i 's/^#en_US/en_US/' /etc/locale.gen

Offline

Board footer

Powered by FluxBB