/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Platforms/gentoo/gentoo.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Maitaining the system:
2
2
    - Update all world packages with dependencies and packages with chnged use flags:
3
3
        emerge  --update --deep --with-bdeps=y --newuse @world
 
4
    - Exclude big packages for the beginning
 
5
        emerge  --update --deep --with-bdeps=y --newuse --exclude chromium @world
 
6
    - Retain colors in less
 
7
        emerge .. --color y | less -R
4
8
    - Update perl
5
9
         emerge -u -1 -O perl dev-perl/extutils-pkgconfig $(eix '-I#' virtual/perl-*)
6
10
         emerge -u -1 perl $(eix '-I#' virtual/perl-*)
7
11
         perl-cleaner --all
8
 
    - Clean orphaned packages, ask for confirmation
 
12
    - Clean orphaned packages, ask for confirmation or check that will be removed
9
13
        emerge --depclean -a
 
14
        emerge --depclean --pretend 
10
15
    - Just add the package to the world file, keeping currently installed version
11
16
        emerge -n package_to_add_to_world
12
17