Page 1 of 1

mklive: how install single .deb package(s) in the build

Posted: Sun May 12, 2024 8:02 am
by fredx181

*** How to install single .deb package(s) (that not exist in repo) in the build ***

  • choose (at "Settings") to run xterm at the end of installing packages
    2024-05-12_09-54-06.png
    2024-05-12_09-54-06.png (98.08 KiB) Viewed 319 times
  • while running (e.g at debootstrap process or just after, the chroot folder should have been created already), place .deb packages in chroot folder (directly at the root)
  • type in xterm when it appears: dpkg -i *.deb (will install all packages that exist in chroot)
  • still in xterm: remove the deb package(s) after install is done: rm -f *.deb
  • close xterm