Date: Mon, 31 Jan 2005 16:08:52 -0800 From: "Michael C. Shultz" <reso3w83@verizon.net> To: freebsd-questions@freebsd.org Subject: Re: removing phpMyAdmin Message-ID: <200501311608.52316.reso3w83@verizon.net> In-Reply-To: <272c4032827f51a841a6f834a17d1565@gmail.com> References: <272c4032827f51a841a6f834a17d1565@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 31 January 2005 04:00 pm, Curtis Vaughan wrote: > Well, I wanted to remove phpMyAdmin from my 5.3 server. Usually I > would just go to the port location under /usr/ports/ and type make > deinstall. However, phpMyAdmin apparently isn't here anymore. I don't > even know exactly where it should be be but judging by freebsd's > website, it should be under /usr/ports/www/ but it's not. In fact a > locate and find for phpMyAdmin turns up nothing in the /usr/ports/ > directory, except under /usr/ports/distfiles which is, of course, not > what I need. > > Has phpMyAdmin been removed or has an update of ports gone astray? > > Curtis > Look at the bottom of /usr/ports/MOVED. To remove a port after it's directory has disappeared just ls /var/db/pkg, look for a directory with the name of the port you want to remove then run: pkg_delete -f /var/db/pkg/{portNameToBeRemoved} -Mike > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501311608.52316.reso3w83>