From owner-freebsd-questions@FreeBSD.ORG Wed Nov 20 15:42:41 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BA28771 for ; Wed, 20 Nov 2013 15:42:41 +0000 (UTC) Received: from queldor.net (unknown [IPv6:2610:80:0:10c::99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56E292406 for ; Wed, 20 Nov 2013 15:42:41 +0000 (UTC) Received: from c-71-192-224-190.hsd1.ma.comcast.net ([71.192.224.190] helo=[10.117.1.202]) by queldor.net with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vj9uN-000OZE-GD for questions@freebsd.org; Wed, 20 Nov 2013 10:41:39 -0500 Message-ID: <528CD869.2030806@queldor.net> Date: Wed, 20 Nov 2013 10:42:33 -0500 From: Michael User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: pkg install phpMyAdmin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 71.192.224.190 X-SA-Exim-Mail-From: freebsd.mtoth@queldor.net X-SA-Exim-Scanned: No (on queldor.net); SAEximRunCond expanded to false X-Trace: U2FsdGVkX19ZHe309EUvuVgLtIx6i2OAyaqr2N4w9hbaUdxQTlJfvr53zdR0rJ2GcLwG0WVXPts= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 15:42:41 -0000 I was under the impression that the pkg repo had everything in it that the ports tree does I am unable to locate phpMyAdmin, was my impression incorrect ? root@template:/usr/local/etc # uname -a FreeBSD template 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 root@template:/usr/local/etc # cat /usr/local/etc/pkg.conf packagesite: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest root@template:/usr/local/etc # pkg update Updating repository catalogue root@template:/usr/local/etc # pkg search phpMyAdmin root@template:/usr/local/etc # root@template:/usr/local/etc # pkg update -f Updating repository catalogue digests.txz 100% 1022KB 510.8KB/s 1.0MB/s 00:02 packagesite.txz 100% 5764KB 640.4KB/s 503.7KB/s 00:09 Incremental update completed, 0 packages processed: 0 packages updated, 0 removed and 0 added. root@template:/usr/local/etc # pkg search phpMyAdmin root@template:/usr/local/etc # Thanks