Gentoo Archives: gentoo-user

From: Michael Mair-Keimberger <m.mairkeimberger@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] virtual problem : how can I unmerge Nano ?
Date: Mon, 28 Apr 2014 19:38:56
Message-Id: 20140428193918.GA2914@asterix
In Reply to: [gentoo-user] virtual problem : how can I unmerge Nano ? by Philip Webb
1 On Mon, Apr 28, 2014 at 10:32:22AM -0400, Philip Webb wrote:
2 > I never use Nano -- Vim or Ed are available in a raw terminal --
3 > & would like to unmerge it, but Portage tells me
4 > that virtual/editor requires it & that @system requires virtual/editor .
5 >
6 > How can I tell Portage that Vim or Ed satisfy virtual/editor ?
7 >
8 > --
9 > ========================,,============================================
10 > SUPPORT ___________//___, Philip Webb
11 > ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
12 > TRANSIT `-O----------O---' purslowatchassdotutorontodotca
13 >
14 >
15
16 You can set your editor of choice with eselect:
17
18 eselect editor list
19 eselect editor set $(editor_of_choice)
20
21 Usually nano can be removed with emerge --deplcean, but it might be
22 included in your world file.
23 emerge --deselect nano should remove it from your world file too :)
24
25 --
26 greetings
27 Michael Mair-Keimberger

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] virtual problem : how can I unmerge Nano ? Philip Webb <purslow@××××××××.net>