Author Topic: How To Install .deb Package?  (Read 2382 times)

badog

  • Full Member
  • ***
  • Posts: 248
    • View Profile
How To Install .deb Package?
« on: August 09, 2005, 05:26:53 am »
same title

maxg

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
How To Install .deb Package?
« Reply #1 on: August 09, 2005, 09:01:14 am »
chrooted debian :

dpkg install package.deb

pdaX :

ar -x package.deb
tar czvf package.ipk ./control.tar.gz ./data.tar.gz ./debian-binary
ipkg install package.ipk

Note DEB packages may not work directly under pdaX, you may also need to tweak some files in control.tar.gz
All my reports and testing were made (if no other mention given) on SL-C1000

badog

  • Full Member
  • ***
  • Posts: 248
    • View Profile
How To Install .deb Package?
« Reply #2 on: August 09, 2005, 11:05:47 am »
no ar in padxrom
ar -x ? maybe is ar -p.

maxg

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
How To Install .deb Package?
« Reply #3 on: August 09, 2005, 04:50:17 pm »
It should be in binutils (I guess ...)
And yes, it's ar -x, not ar -p
All my reports and testing were made (if no other mention given) on SL-C1000