Results 1 to 4 of 4
I am still in the middle of installing gentoo, and am stuck in the CLI. after using emerge, I get that message.
* GNU info directory index is up to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-29-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 28
help updating system files
I am still in the middle of installing gentoo, and am stuck in the CLI. after using emerge, I get that message.
when I type that, it only shows me the last pageful of words, which are not that helpful. would anybody care to help me out by posting what it says after they type that, or atleast just what to do without having to type that?* GNU info directory index is up to date.
* IMPORTANT: 3 config files in /etc need updating.
* Type emerge --help config to learn how to update config files.
- 05-29-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 766
Try:
This will page the output to the screen one page at a time. Use your enter key to scroll to the next page.Code:emerge --help config | less
Registered Linux user #384279
Vector Linux SOHO 7
- 05-29-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
You are higly reccomanded to read the info the way retired1af explaint, but if you just want to get going without reading, just type this as root:
Make sure to watch the list carefully, so you won't overwrite importent files like for example /etc/fstab.Code:etc-update
- 06-04-2005 #4Just Joined!
- Join Date
- Jun 2005
- Posts
- 13
Go with what retired said. You can always append " | less" to the end of any command you type at console and it'll scroll it page by page and let you actually read the whole thing. Although I do believe that less removes color coding, which is a bit of a drag at times, but it's a small price to pay for actually being able to read what you want to


Reply With Quote
