I use the following bash script to update or install apps: #!/bin/bash
( nohup emerge --deep --newuse --update --fetchonly $1 & ) && \ emerge --deep --newuse --verbose --update --tree --ask $1 && \ revdep-rebuild dispatch-conf enotice Then 'update system', 'update world' or 'update package' will automatically take care of most problems. -- Alan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
