emerge
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| emerge [2012/02/05 23:41] – paulsmith | emerge [2013/07/09 16:10] (current) – paulsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Emerge ====== | ||
| + | |||
| + | ===== Emerge Packages Manually ===== | ||
| + | |||
| + | '' | ||
| + | |||
| + | ebuild / | ||
| + | .. do the changes .. | ||
| + | ebuild / | ||
| + | |||
| + | ===== Remove older versions ===== | ||
| + | emerge -P gentoo-sources | ||
| + | |||
| + | ===== Rebuild digest files ===== | ||
| + | ebuild / | ||
| + | ebuild / | ||
| + | |||
| + | ===== Check world file ===== | ||
| + | emerge -vpe world | ||
| + | |||
| + | ===== Rebuild xorg drivers ===== | ||
| + | qlist -I -C x11-drivers | ||
| + | |||
| + | ===== Rebuild xorg drivers ===== | ||
| + | eix -I --only-names xf86-input | xargs emerge -1 | ||
| + | |||
| + | |||
| + | ===== Rebuild modules and xorg drivers ===== | ||
| + | qlist -I -C x11-drivers | ||
| + | module-rebuild rebuild | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Quick patch method ===== | ||
| + | mkdir -p / | ||
| + | wget https:// | ||
| + | emerge nvidia-drivers | ||
