IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 16 hours agoHighlight of my Morninglemmy.blahaj.zoneexternal-linkmessage-square148fedilinkarrow-up1607arrow-down125
arrow-up1582arrow-down1external-linkHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 16 hours agomessage-square148fedilink
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up6·15 hours agoWait what. apt-get is made for scripting, apt is interactive. Both should resolve dependencies. dpkg does not resolve them. But for interactive usage always use apt, guides using apt-get have no idea what they are doing
minus-squareSnot Flickerman@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·14 hours agoYou’re right, I misspoke, it’s that it can’t install new packages, it can only upgrade existing ones. I guess I was thinking the only reason it would need to install new packages was if that was a new dependency.
Wait what.
apt-get
is made for scripting,apt
is interactive. Both should resolve dependencies.dpkg
does not resolve them.But for interactive usage always use apt, guides using apt-get have no idea what they are doing
You’re right, I misspoke, it’s that it can’t install new packages, it can only upgrade existing ones. I guess I was thinking the only reason it would need to install new packages was if that was a new dependency.
Very weird