deathmetal27@lemmy.world to linuxmemes@lemmy.world · 13 days agoSnap badlemmy.worldexternal-linkmessage-square228fedilinkarrow-up1724arrow-down116
arrow-up1708arrow-down1external-linkSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 13 days agomessage-square228fedilink
minus-squareMonstrosity@lemm.eelinkfedilinkEnglisharrow-up1·edit-213 days agodpkg -i <nameofpackage.deb> Which can be read as: (Debpackage) -install <nameofpackage.deb> That’s it! Also, if you haven’t already, install tldr (apt install tldr), then you can ‘tldr deb’ (or any other command) to get a few examples of their most used functions.
dpkg -i <nameofpackage.deb>
Which can be read as: (Debpackage) -install <nameofpackage.deb>
That’s it!
Also, if you haven’t already, install tldr (apt install tldr), then you can ‘tldr deb’ (or any other command) to get a few examples of their most used functions.