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

a very small Live CD shaped to look and act like Puppy Linux.

Moderator: fredx181

Post Reply
User avatar
fredx181
Posts: 2610
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 284 times
Been thanked: 1016 times
Contact:

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

Post 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 107 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
Post Reply

Return to “DebianDogs”