swift 05/10/09 16:09:36 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-finalise.xml Log: #108199 - Due to kde versus kde-meta and inter-architecture-dependentness (what a (fictuous) word) changed example to GNOME and give instructions on how to find out what packages are emergeable
Revision Changes Path 1.3 +15 -6 xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: hb-install-finalise.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-finalise.xml 8 Aug 2005 13:24:46 -0000 1.2 +++ hb-install-finalise.xml 9 Oct 2005 16:09:36 -0000 1.3 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.3 2005/10/09 16:09:36 swift Exp $ --> <sections> -<version>5.0</version> -<date>2005-08-08</date> +<version>5.1</version> +<date>2005-10-09</date> <section> <title>User Administration</title> @@ -136,11 +136,20 @@ <p> Now install the packages you want. The Packages CD contains several prebuilt -binaries, for instance KDE (not available for HPPA though): +binaries, for instance KDE and GNOME. </p> -<pre caption="Installing KDE"> -# <i>emerge --usepkg kde</i> +<pre caption="Installing GNOME"> +# <i>emerge --usepkg gnome</i> +</pre> + +<p> +To find out what prebuilt packages, do a quick listing of all the files in +<path>/mnt/cdrom/All</path>. For instance, to find out if KDE is emergeable: +</p> + +<pre caption="Finding out if KDE is installable"> +# <i>ls /mnt/cdrom/All/kde*</i> </pre> <p> -- [email protected] mailing list
