Tibor@pawb.social to Programmer Humor@lemmy.mlEnglish · 1 year agoWhen you have to update the serverpawb.socialimagemessage-square7fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1imageWhen you have to update the serverpawb.socialTibor@pawb.social to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square7fedilink
minus-squarePracticalParrot@discuss.tchncs.delinkfedilinkEnglisharrow-up0·1 year agoIs there a big reason to use apt-get instead of just apt? I don’t think I’ve ever used apt-get in years, always using just apt.
minus-squarejape@infosec.publinkfedilinkEnglisharrow-up0·1 year agoIt’s used for scripting. Apt specifically recommends against using it in scripts.
minus-squareZucca@sopuli.xyzlinkfedilinkEnglisharrow-up0·1 year ago… wait? Used for scripting, but not recommended to be used in scripting?
minus-square__jov@lemmy.mllinkfedilinkEnglisharrow-up2·1 year agoapt-get is used in scripting. apt isnt recommended to be used in scripting.
Is there a big reason to use
apt-get
instead of justapt
? I don’t think I’ve ever used apt-get in years, always using just apt.It’s used for scripting. Apt specifically recommends against using it in scripts.
… wait?
Used for scripting, but not recommended to be used in scripting?
apt-get is used in scripting.
apt isnt recommended to be used in scripting.