You are not logged in.

#1 2009-12-29 04:57:13

offray
Member
Registered: 2009-06-19
Posts: 5

Finding the ArchLinux equivalents for Debian/Ubuntu packages

Hi all,

I have two packages that I want to install. The first one, Lurch, ask for this packages:

    sudo apt-get install libfreetype6-dev
    sudo apt-get install libavahi-gobject-dev
    sudo apt-get install libSM-dev
    sudo apt-get install libXrender-dev
    sudo apt-get install libfontconfig1-dev
    sudo apt-get install libXext-dev

I have tried to find their equivs in ArchLinux. Googling is not making things easier. There is any recommendation on this?

I would like also to find the ones for installing cyn.in.  Here are the Ubuntu 9.10 packages:

sudo apt-get install build-essential libssl-dev libjpeg62-dev libreadline5-dev wv  libxml2-dev libxslt1-dev libsasl2-dev poppler-utils libdb-dev libldap2-dev python2.4-dev

I just need the general procedure to start with, after that I can find the packages by myself.

Thanks a lot for such great distro and community.

Cheers

Offline

#2 2009-12-29 05:06:59

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

Arch doesn't split the headers out from it's packages, so if you have libsm installed, you have Debian's -dev equivalent already.

Offline

#3 2009-12-29 06:33:48

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

This is how to search for packages in pacman:

pacman -Ss <term>

Offline

#4 2009-12-29 06:41:48

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

To add to what skottish said, if you know the contents of a Debian package, you can use pkgfile from pkgtools to find which Arch package a file is from.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#5 2009-12-29 06:42:48

10wattmindtrip
Member
Registered: 2009-06-18
Posts: 28

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

A great resource for learning about pacman is the wiki. Very, very helpful.

http://wiki.archlinux.org/index.php/Pacman


which would you choose: A god that never answers you or a society that embraces you?

Offline

#6 2009-12-29 12:23:25

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

fsckd wrote:

To add to what skottish said, if you know the contents of a Debian package, you can use pkgfile from pkgtools to find which Arch package a file is from.

+1 for pkgfile.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2009-12-29 12:46:14

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

And finally, you should know that ABS and AUR exist. You probably don't have to reinvent the wheel and figure out how to build something that already exists in the AUR.


English is not my native language .

Offline

#8 2009-12-29 13:37:00

danielrmt
Member
Registered: 2009-12-03
Posts: 34

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

linkmaster03 wrote:

This is how to search for packages in pacman:

pacman -Ss <term>

this and also http://www.archlinux.org/packages/

Offline

#9 2010-01-02 01:57:23

offray
Member
Registered: 2009-06-19
Posts: 5

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

Hi,

Nezmer wrote:

And finally, you should know that ABS and AUR exist. You probably don't have to reinvent the wheel and figure out how to build something that already exists in the AUR.

I'm using yaourt at this moment. The problem is that neither Lurch nor cynin are in the community repositories. Seems that pkgfile is the proper way as said in this thread and also here:

http://bbs.archlinux.org/viewtopic.php?pid=645122

I will test and keep all of you posted.

Cheers

Offline

#10 2010-01-02 02:09:06

offray
Member
Registered: 2009-06-19
Posts: 5

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

Hi,

skottish wrote:

Arch doesn't split the headers out from it's packages, so if you have libsm installed, you have Debian's -dev equivalent already.

So I ave LibSM and LibXrender installed. But I can't find Arch packages for the rest of packages. I will try with the cyn.in packages.

Offline

#11 2010-01-02 03:45:19

JuseBox
Member
Registered: 2009-11-27
Posts: 260

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

How about using AUR?


Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD

Offline

#12 2010-01-02 08:37:11

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: Finding the ArchLinux equivalents for Debian/Ubuntu packages

offray wrote:

Hi all,

I have two packages that I want to install. The first one, Lurch, ask for this packages:

    sudo apt-get install libfreetype6-dev
    sudo apt-get install libavahi-gobject-dev
    sudo apt-get install libSM-dev
    sudo apt-get install libXrender-dev
    sudo apt-get install libfontconfig1-dev
    sudo apt-get install libXext-dev

I have tried to find their equivs in ArchLinux. Googling is not making things easier. There is any recommendation on this?

sudo apt-get install libfreetype6-dev -> sudo pacman -S freetype2
sudo apt-get install libavahi-gobject-dev -> sudo pacman -S avahi
sudo apt-get install libSM-dev -> sudo pacman -S libsm
sudo apt-get install libXrender-dev -> sudo pacman -S libxrender
sudo apt-get install libfontconfig1-dev -> sudo pacman -S fontconfig
sudo apt-get install libXext-dev -> sudo pacman -S libxext

Simples...and no Googling necessary.  Search for the debian dev package at http://www.debian.org/distrib/packages, search for the 'core' of the package name, e.g. freetype or avahi, in the Arch repos, and then compare the results.

Offline

Board footer

Powered by FluxBB