Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 410 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 410 Bytes

debget

Install software with non-root privilege, can work on debian-based distribution.

how to

  • Get and install debget

    wget -O debget https://github.com/wxjstz/debget/raw/main/debget
    chmod +x debget
    ./debget
    source ~/.apt/rc
  • Install new software

    debget pkg1 pkg2 ...
  • View the log of debget

    cat ~/.apt/log.txt