Re: Best way to install Debian (.deb) packages?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le samedi 17 avril 2010 à 10:57 -0400, Mark C. Allman a écrit :
> I've dug around and found a few threads and tools, e.g., alien (converts
> to .rpms).  The Palm Pre SDK packages are all .deb files.  Any
> suggestions on the best/easiest way to convert or install these on a
> Fedora 12 system?
> 
> -- Mark C. Allman, PMP, CSM
> -- Allman Professional Consulting, Inc.
> -- www.allmanpc.com, 617-947-4263
> -- Twitter: allmanpc
> 
> 
> 

Hi,

if the SDK is really only available as .deb files, you can anyway
install them without alien (since it is not yet available in Fedora):
for each .deb file you have:
   ar vx /path/to/your/file.deb data.tar.gz
   tar xzf data.tar.gz -C /
   rm data.tar.gz

Anyway there is absolutely no guarantee that the binaries provided by
these .deb are compatible with Fedora: missing libraries or versions not
provided by Fedora can be expected. You can parse the installed binaries
with ldd to check it... There is also chances that these binairies are
32-bit only by the way (even if it is not a problem under x86_64, in
this last case install 32-bit dependencies with yum : yum install
package.i686).

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux