From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EOdkL-00058r-9c for garchives@archives.gentoo.org; Sun, 09 Oct 2005 16:09:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j99G0iD2020093; Sun, 9 Oct 2005 16:00:44 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j99G0eRs024126 for ; Sun, 9 Oct 2005 16:00:41 GMT Message-Id: <200510091600.j99G0eRs024126@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1EOdkD-00057H-KV for gentoo-doc-cvs@lists.gentoo.org; Sun, 09 Oct 2005 16:09:49 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sun, 9 Oct 2005 16:09:36 +0000 From: "swift" Date: Sun, 9 Oct 2005 16:09:36 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 7354a747-f5c7-4eee-a9d6-7f45711df3ea X-Archives-Hash: fa4a4ce542cd3ac5f301da444eaf0dcf 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 @@ - + -5.0 -2005-08-08 +5.1 +2005-10-09
User Administration @@ -136,11 +136,20 @@

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.

-
-# emerge --usepkg kde
+
+# emerge --usepkg gnome
+
+ +

+To find out what prebuilt packages, do a quick listing of all the files in +/mnt/cdrom/All. For instance, to find out if KDE is emergeable: +

+ +
+# ls /mnt/cdrom/All/kde*
 

-- gentoo-doc-cvs@gentoo.org mailing list