Re: Uninstalling kde3 meta-port

2008-12-03 Thread Leslie Jensen
Leslie Jensen skrev: Mel skrev: On Tuesday 02 December 2008 08:38:02 Leslie Jensen wrote: How would you guys uninstall a meta-port? I'm considering a move to kde4 but I want a clean install, so I want to remove the kde3 meta-port first. cd /usr/ports/x11/kde3 for dep in `make -V RUN_DEP

Re: Uninstalling kde3 meta-port

2008-12-03 Thread Leslie Jensen
Mel skrev: On Tuesday 02 December 2008 08:38:02 Leslie Jensen wrote: How would you guys uninstall a meta-port? I'm considering a move to kde4 but I want a clean install, so I want to remove the kde3 meta-port first. cd /usr/ports/x11/kde3 for dep in `make -V RUN_DEPENDS`; do origin=${dep

Re: Uninstalling kde3 meta-port

2008-12-02 Thread RW
On Tue, 2 Dec 2008 13:35:40 +0100 Mel <[EMAIL PROTECTED]> wrote: > On Tuesday 02 December 2008 08:38:02 Leslie Jensen wrote: > > > How would you guys uninstall a meta-port? > > > > I'm considering a move to kde4 but I want a clean install, so I > > want to remove the kde3 meta-port first. > > cd

Re: Uninstalling kde3 meta-port

2008-12-02 Thread andrew clarke
On Tue 2008-12-02 19:26:40 UTC+0530, Masoom Shaikh ([EMAIL PROTECTED]) wrote: > > How would you guys uninstall a meta-port? > > can try `pkg_delete -a` No Masoom, this is wrong advice. pkg_delete(1) manpage: -a, --all Unconditionally delete all currently installed packages. (

Re: Uninstalling kde3 meta-port

2008-12-02 Thread Masoom Shaikh
can try `pkg_delete -a` On Tue, Dec 2, 2008 at 1:08 PM, Leslie Jensen <[EMAIL PROTECTED]> wrote: > Hi > > How would you guys uninstall a meta-port? > > I'm considering a move to kde4 but I want a clean install, so I want to > remove the kde3 meta-port first. > > Thanks > > /Leslie > > > _

Re: Uninstalling kde3 meta-port

2008-12-02 Thread Leslie Jensen
Jerry skrev: On Tue, 02 Dec 2008 08:38:02 +0100 Leslie Jensen <[EMAIL PROTECTED]> wrote: How would you guys uninstall a meta-port? I'm considering a move to kde4 but I want a clean install, so I want to remove the kde3 meta-port first. Well, you might try navigating to the kde3 port and ru

Re: Uninstalling kde3 meta-port

2008-12-02 Thread Mel
On Tuesday 02 December 2008 08:38:02 Leslie Jensen wrote: > How would you guys uninstall a meta-port? > > I'm considering a move to kde4 but I want a clean install, so I want to > remove the kde3 meta-port first. cd /usr/ports/x11/kde3 for dep in `make -V RUN_DEPENDS`; do origin=${dep##*

Re: Uninstalling kde3 meta-port

2008-12-02 Thread Jerry
On Tue, 02 Dec 2008 08:38:02 +0100 Leslie Jensen <[EMAIL PROTECTED]> wrote: >How would you guys uninstall a meta-port? > >I'm considering a move to kde4 but I want a clean install, so I want >to remove the kde3 meta-port first. Well, you might try navigating to the kde3 port and running: make de

Re: Uninstalling a port

2008-02-11 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darryl Hoar wrote: > Greetings, > I have Freebsd 6.3-release installed on my server. I used ports > to install mysql 4.0 on this machine. Turns out, I really need > mysql 4.1. What is the proper technique to remove the mysql 4 > and then install

Re: Uninstalling a port

2008-02-11 Thread Lowell Gilbert
"Darryl Hoar" <[EMAIL PROTECTED]> writes: > I have Freebsd 6.3-release installed on my server. I used ports > to install mysql 4.0 on this machine. Turns out, I really need > mysql 4.1. What is the proper technique to remove the mysql 4 > and then install mysql 4.1 ? > > I tried make deinstall

Re: Uninstalling a port

2008-02-11 Thread David Alanis
Darryl: You can use pkg_delete and it might complain that it cannot remove it thus it is needed by other packages. In this case you make need to remove that package and reinstall it. I have this in my make.conf DEFAULT_PHP_VER=5 DEFAULT_MYSQL_VER=50 << so just change this to VER=4_1

Re: Uninstalling a port

2008-02-11 Thread Albert Shih
Le 11/02/2008 à 10:31:53-0600, Darryl Hoar a écrit Hi > I have Freebsd 6.3-release installed on my server. I used ports > to install mysql 4.0 on this machine. Turns out, I really need > mysql 4.1. What is the proper technique to remove the mysql 4 > and then install mysql 4.1 ? Backup you d

Re: Uninstalling Ports Question

2007-04-10 Thread Placid Publishing, LLC
Thanks Bill. I use the port upgrade suit for all of my port management needs. I guess what I can do is just pkg_info the pkg I am going to delete then see if I need the deps or not and un-install them as well. Bill Moran wrote: In response to "Placid Publishing, LLC" <[EMAIL PROTECTED]>: S

Re: Uninstalling Ports Question

2007-04-10 Thread Bill Moran
In response to "Placid Publishing, LLC" <[EMAIL PROTECTED]>: > Say I have a new system with nothing installed on it yet from the ports > collection. Lets say I install Apache and lets say it requires php, > python, perl, and ruby. Now lets say I uninstall Apache with "pkg_delete > Apache". Will

Re: uninstalling packages...

2005-11-21 Thread Kris Kennaway
On Mon, Nov 21, 2005 at 03:07:40PM +, Alex Zbyslaw wrote: > Javier Matos wrote: > > >Hello, I want information about uninstallation of packages. I know how to > >perform that kind of actions but I really want to know if something like > >pkg_add "a_package" and then pkg_delete "a_package" re

Re: uninstalling packages...

2005-11-21 Thread Alex Zbyslaw
Javier Matos wrote: Hello, I want information about uninstallation of packages. I know how to perform that kind of actions but I really want to know if something like pkg_add "a_package" and then pkg_delete "a_package" really delete ALL FILES installed with pkg_add command. In short, yes.

Re: uninstalling packages...

2005-11-21 Thread Lowell Gilbert
"Javier Matos" <[EMAIL PROTECTED]> writes: > Hello, I want information about uninstallation of packages. I know how to > perform that kind of actions but I really want to know if something like > pkg_add "a_package" and then pkg_delete "a_package" really delete ALL FILES > installed with pkg_ad

Re: Uninstalling software compiled from source

2005-05-25 Thread Alex Zbyslaw
Kris Kennaway wrote: On Tue, May 24, 2005 at 05:17:00PM -0700, Mark Jayson Alvarez wrote: Hi, Is there a way to remove all the components of a software that was installed from its source? Make uninstall doesn't work unlike when using the ports tree. Not really..that's one of the rea

Re: Uninstalling software compiled from source

2005-05-24 Thread Kris Kennaway
On Tue, May 24, 2005 at 05:17:00PM -0700, Mark Jayson Alvarez wrote: > Hi, >Is there a way to remove all the components of a > software that was installed from its source? Make > uninstall doesn't work unlike when using the ports > tree. Not really..that's one of the reasons why the ports coll

Re: Uninstalling FreeBSD

2004-12-06 Thread Konrad Heuer
On Mon, 6 Dec 2004, Danny Browne wrote: > Im in a rush to get this done, but i dont really know how. > > My laptop dual boots winXP and FreeBSD. > > However i now need to install Red Hat for a project im doing in college. > so i want to get rid of my BSD installation to free up some space. and >

Re: uninstalling base packages

2004-05-12 Thread platanthera
On Wednesday 12 May 2004 17:04, Chris Ochs wrote: > I want to uninstall the heimdal kerberos that comes in the base freebsd > install. How do you delete software packages that are in the base install > and that I didn't install manually with the package system? > > Chris > You could adjust /etc/

Re: Uninstalling Port installed applications

2003-10-16 Thread Lowell Gilbert
"Michael Lee" <[EMAIL PROTECTED]> writes: > What I want to know is that if I do not use portupgrade, can 'make > deinstall' do what I expected ? If the port hasn't been modified (e.g., by cvsup'ing ports) since it was installed, yes. Otherwise, you will need to do a pkg_delete(1). _

Re: Uninstalling Port installed applications

2003-10-16 Thread parv
in message <[EMAIL PROTECTED]>, wrote Michael Lee thusly... > > Say, there are 5 applications -- A, B, C, D, E > > Installing A depends on B,C,D, and E. ... > Supposed that E was also required by another application F which > was already installed in the system, I wonder if I type 'make > deinstal

Re: Uninstalling Port installed applications

2003-10-16 Thread Michael Lee
t;[EMAIL PROTECTED]> To: "Michael Lee" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 7:48 PM Subject: Re: Uninstalling Port installed applications > You are looking for the 'sysutils/portupgrade' port. It installs a tool > called pk

Re: Uninstalling Port installed applications

2003-10-16 Thread Q
You are looking for the 'sysutils/portupgrade' port. It installs a tool called pkg_deinstall. So to achieve what you described, you would run 'pkg_deinstall -R A' and it would deinstall 'A' and any of its "orphaned" dependencies, ie. B, C, D but not E. Seeya...Q On Thu, 2003-10-16 at 21:41, Mi

Re: Uninstalling dependencies

2003-04-05 Thread Konrad Scorciapino
On Saturday 05 April 2003 20:08, you wrote: > In <[EMAIL PROTECTED]>, Konrad Scorciapino <[EMAIL PROTECTED]> typed: ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PR

Re: Uninstalling dependencies

2003-04-05 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Konrad Scorciapino <[EMAIL PROTECTED]> typed: > How can I uninstall all dependencies of a port? Install the portupgrade port, and use "pkg_deinstall -r". Alternatively, # pkg_delete -f $(pkg_info -R | sed 1,/Required/d) should do the trick. But this doesn't hand

Re: UnInstalling

2003-01-31 Thread Voicu Liviu
-BEGIN PGP MESSAGE- Version: GnuPG v1.2.1 (GNU/Linux) hQEOA+YHX0v84JUpEAP+IidtY3TdWMz5Fhp4z64RJRpNzzQjKPnC6EaJoeZGFxIv c9LjtnadHHKzqZuGT6KBzBs5vpwoHycEr5LXRti/hiF2FR6FrcLQRB2QnMAxytYn WAD8sN7y637DgjcdKTVMkHq4njBZ9pNIGGHIyKHD7Pq3R9DtdpaUdqfEmemwOBcE AMEVrzkICWH2jwl0OXt1VsQutwzgc6UDusVtbUnAs

Re: UnInstalling

2003-01-31 Thread Bill Moran
Cain Saint wrote: Hi. I would like to find out if it is possible to uninstall FreeDSB. If so, how do I do it. THanks Just install over top of it. There's no need to "uninstall" FreeBSD before installing another OS. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubsc

Re: UnInstalling

2003-01-31 Thread Voicu Liviu
-BEGIN PGP MESSAGE- Version: GnuPG v1.2.1 (GNU/Linux) hQEOA+YHX0v84JUpEAQAwi0cIEIUAOGNVsBmb9iGHAIVUW+daQVX4V9IU9KrgbjJ I7mjwPDzowDcZerh1ZH167BEeqg3NQRmn1+fGZiiDzWf4XgpQ0B/HIRrWzLuLcqc esiiWPIC0VizOHUwXd/3TOeBrQ62/UqtPwPLu3Aug7d/Dx+e8l/jJGU9Z2PzIv8E AK2tWSwBKOpYYhVC6N2ChMB5CYns9hiD0Gdp1RCnR

RE: UnInstalling

2003-01-31 Thread JoeB
You do not uninstall FBSD, you just delete the FBSD partition on the hard drive -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cain Saint Sent: Friday, January 31, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: UnInstalling Hi. I would like to find out if