deathmetal27@lemmy.world to linuxmemes@lemmy.world · 1 day agoSnap badlemmy.worldimagemessage-square173fedilinkarrow-up1864arrow-down121
arrow-up1843arrow-down1imageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 1 day agomessage-square173fedilink
minus-squareMonstrosity@lemm.eelinkfedilinkEnglisharrow-up7·edit-222 hours 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.