View Single Post
  #9   (View Single Post)  
Old 1st November 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

No. Use:

# pkg_add -r -F update fedora_base

or

# pkg_add -ir fedora_base

or, update -all- of your packages, with either:

# pkg_add -u -F update -F updatedepends

or

# pkg_add -iu


-Read- the pkg_add(8) man page. FAQ 15 is also of value.
Reply With Quote