Author Topic: Any safe way to install .deb files?  (Read 4183 times)

evervigilant

  • Guest
Any safe way to install .deb files?
« on: January 07, 2010, 04:06:54 PM »
I'm thinking about using alien or possibly installing dpkg via Synaptic in order to do this.  Normally, I would just check Synaptic or seek out an RPM.  However, in this case what I'm interested in installing is the Palm WebOS SDK, which Palm has only put out as a .deb.

Alternatively, anyone have recommendations on the best way I can carefully put the actual files from the .deb into the right places around the system after extracting the .deb with Ark?

Many thanks,
Greg

Offline Linuzoid

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1406
    • LinuzoidArt Studio
Re: Any safe way to install .deb files?
« Reply #1 on: January 07, 2010, 04:15:57 PM »
You can put in a package request in the Package Suggest category, I would think that would be your best bet. Outside packages can render your system unstable and even unbootable. :)
Be very, very kind to your neighbors, but don't take the fence down!

evervigilant

  • Guest
Re: Any safe way to install .deb files?
« Reply #2 on: January 07, 2010, 04:39:51 PM »
I'll try to put in a request as you suggest, but since the source isn't available, I'm not sure whether they'll be able to build an RPM.  I think there may also be a licensing issue, as I believe everyone who downloads/installs the SDK is supposed to register.

I'm certainly aware of the possibility of borking one's system by working with non-repository apps, but looking over the files suggests that they're not overwriting anything, but only making additions.  Mostly everything appears to belong in /opt, with just a few symlinks to those programs that are dropped into /usr/local/bin (and a couple docs in /usr/share).  Post install script appears to add a couple harmless entries for "qemu" and "device" into /etc/hosts/ - nothing I'm seeing that should break anything significant.

Anyone have experience with this sort of thing?

[edit]Okay, it also installs a couple Python libraries that can probably be installed via Synaptic in the normal fashion if I don't already have them.[/edit]
« Last Edit: January 07, 2010, 05:04:02 PM by greg.frank aka evervigilant »

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6394
  • I'm going South
Re: Any safe way to install .deb files?
« Reply #3 on: January 07, 2010, 05:00:00 PM »
I think this thread belongs in the Advanced Users Section, partly because that would increase the OP's chances of getting an answer, and partly because there it wouldn't tempt new users to try installing .deb packages in PCLinuxOS.
« Last Edit: January 07, 2010, 05:02:01 PM by blackbird »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

evervigilant

  • Guest
Re: Any safe way to install .deb files?
« Reply #4 on: January 07, 2010, 05:05:44 PM »
Good point, blackbird.  If a mod sees this and happens to have a chance to move it to Advanced, I'd appreciate it.  Sorry for putting it here in the first place.

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4001
Re: Any safe way to install .deb files?
« Reply #5 on: January 07, 2010, 06:02:55 PM »
I would use a virtual machine if I wanted to do something like that. Then if it goes wrong or can't be upgraded it doesn't matter so much.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Any safe way to install .deb files?
« Reply #6 on: January 07, 2010, 06:34:42 PM »
Seems like a job for alien and a test install to see what happens afterwards.
Alien is in the repository.

regards.

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6254
Re: Any safe way to install .deb files?
« Reply #7 on: January 07, 2010, 07:43:57 PM »
do you have a link to the debian package? somebody can look at it and see what it might or might not do to your system and may advise accordingly
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

evervigilant

  • Guest
Re: Any safe way to install .deb files?
« Reply #8 on: January 08, 2010, 01:38:02 AM »
Thanks for the recommendations.  I'm thinking alien with a test install might be a good idea.

The .deb package is here if anyone wants to take a look at it:  http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1585&Itemid=55 under #5.

Offline Dadster

  • Full Member
  • ***
  • Posts: 211
  • PCLinux forum since Aug. 05 2006
    • My Deviant Art
Re: Any safe way to install .deb files?
« Reply #9 on: January 29, 2010, 07:33:56 PM »
  Won't kpackage handle debs?

Offline cidtux

  • Jr. Member
  • **
  • Posts: 13
    • Cidtux's Blog
Re: Any safe way to install .deb files?
« Reply #10 on: February 09, 2010, 05:10:48 PM »
i install alien, dpkg & rpmbuild.
install debian package.. btanks-data_0.7.5800-1_all.deb. (btanks.sourceforge.com)
convert to rpm with alien.. & work on pclinuxos  ;D

you can install kernel debian packages too, but very unstable & some dkms cannot work...


now, deb packages 9.10 using lzma compression, so cannot be converted with alien. ???

 ;D

headlite

  • Guest
Re: Any safe way to install .deb files?
« Reply #11 on: February 16, 2010, 12:37:03 PM »
No. You're better off getting the source and compiling, then installing to /usr/local or /opt