# emerge
/usr/lib64/portage/pym/portage/package/ebuild/config.py:353: UserWarning:
'cache.metadata_overlay.database' is deprecated: /etc/portage/modules
(user_auxdbmodule, modules_file))
emerge: the other white meat (command-line interface to the Portage system)
Usage:
emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [
... ]
emerge [ options ] [ action ] < system | world >
emerge < --sync | --metadata | --info >
emerge --resume [ --pretend | --ask | --skipfirst ]
emerge --help [ --verbose ]
Options: -[abBcCdDefgGhjkKlnNoOpPqrsStuvV]
[ --color < y | n > ] [ --columns ]
[ --complete-graph ] [ --deep ]
[ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD
]
[ --newuse ] [ --noconfmem ] [ --nospinner ]
[ --oneshot ] [ --onlydeps ] [ --quiet-build [ y | n ]
]
[ --reinstall changed-use ] [ --with-bdeps < y | n >
]
Actions: [ --depclean | --list-sets | --search | --sync | --version
]
For more help consult the man page.
and manual page looks like mess. Few lines from man emerge is given below.
ESC[1mNAMEESC[0m
emerge - Command-line interface to the Portage system
ESC[1mSYNOPSISESC[0m
ESC[1memerge ESC[22m[ESC[4moptionsESC[24m] [ESC[4mactionESC[24m]
[ESC[4mebuildESC[24m | ESC[4mtbz2file
ESC[24m | ESC[4mfileESC[24m | ESC[4m@setESC[24m | ESC[4matomESC[24m] ...
ESC[1memerge --sync ESC[22m| ESC[1m--versionESC[0m
----
Linux Blog: http://xtreme-linux.blogspot.com/
Fedora Blog: http://xtreme-fedora.blogspot.com/
My Blog: http://sharedonweb.blogspot.com/
On Sat, Dec 24, 2011 at 12:05 PM, Florian Philipp <[email protected]>wrote:
> Am 24.12.2011 12:53, schrieb Vishnupradeep:
> > man emerge
> > sh: /usr/bin/less: No such file or directory
> > Error executing formatting or display command.
> > System command (cd "/usr/share/man" && (echo ".ll 9.9i"; echo ".nr LL
> > 9.9i"; echo ".pl 1100i"; /bin/bzip2 -c -d
> > '/usr/share/man/man1/emerge.1.bz2'; echo ".\\\""; echo ".pl \n(nlu+10")
> > | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less) exited with
> > status 127.
> > No manual entry for emerge
> >
> > What should i do ??
> >
>
> emerge -av sys-apps/less
>
> You unmerged less. emerge --depclean warned you.
>
> Hope this helps,
> Florian Philipp
>
>
>