deathmetal27@lemmy.world to linuxmemes@lemmy.world · 4 days agoSnap badlemmy.worldimagemessage-square238linkfedilinkarrow-up11.09Karrow-down125
arrow-up11.06Karrow-down1imageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 4 days agomessage-square238linkfedilink
minus-squareMonstrosity@lemm.eelinkfedilinkEnglisharrow-up7·edit-24 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.