|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
if i pkg_add twice will it overwrite
i am having some trouble with emacs. if pkg_add emacs, a command i have already executed once, will it overwrite the old?
|
|
#2
|
||||
|
||||
|
Nope. You'll have to pkg_delete it first.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
|||
|
|||
|
bobotoes
first you paint your car red then you paint the car white what do you expect ? a rosa car ? i don't know what bsd's pkg_add does, at least i expect a warning >>> do you really want overwrite xxxxxx ? |
|
#4
|
|||
|
|||
|
You need to pkg_delete:
Code:
$pkg_delete -rf packagename $pkg_add packagename The -rf tag forceably and recurseivly removes any dependencys. Adding packages: For FreeBSD, you might be better off using the sysinstall command. For openBSD you would be better off using Code:
$pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/pacakge locaton This will effectively install all the dependencys that your package will need. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > if i pkg_add twice will it overwrite |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|