Re: upgrade a port
From: Robert Huff (roberthuff_at_rcn.com)
Date: 04/23/04
- Previous message: Charles Swiger: "Re: Items missing from the handbook and/or FAQs."
- In reply to: Chiang Seng Chang: "Re: upgrade a port"
- Next in thread: Lowell Gilbert: "Re: upgrade a port"
- Reply: Lowell Gilbert: "Re: upgrade a port"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 23 Apr 2004 17:14:25 -0400 To: questions@freebsd.org
Chiang Seng Chang writes:
> portupgrade wont work because ver 22 was not installed in the
> first place.
>
> pkg_deinstall ver 21 wont work because there are dependencies.
>
> portinstall ver 22 wont work because ver 21 is there.
>
> how do i get out of this catch-22 ?
pkg_delete -f <old pkg>
pkgdb -F # just to be sure
portinstall <new pkg>
(Crude, but effective.)
Robert Huff
_______________________________________________
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"
- Previous message: Charles Swiger: "Re: Items missing from the handbook and/or FAQs."
- In reply to: Chiang Seng Chang: "Re: upgrade a port"
- Next in thread: Lowell Gilbert: "Re: upgrade a port"
- Reply: Lowell Gilbert: "Re: upgrade a port"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|