Skip to Content

Install packages using deb file

Learn how to install packages using deb file

karchunt

Kar Chun Tan

Creator

Metadata

Wed Mar 26 2025

1 min read

18 words

Learn how to install packages using deb file

  1. Navigate to your deb file location

  2. Install a .deb file

    sudo dpkg -i <file-name>.deb
Last updated on