You are not logged in.

#1 2010-05-02 04:33:20

noMaster
Member
Registered: 2009-07-05
Posts: 70

How to .DEB to .TAR.GZ

Hello. I need a one program that I cant build from AUR. I have already posted about compilation in other topic
How to create install package using complete Debian package from official site?

Offline

#2 2010-05-02 05:05:44

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,427
Website

Re: How to .DEB to .TAR.GZ

You can convert it to a tar.gz using "deb2targz" (in [community]).  This assumes it actually works on your system...  (toolchain and library differenes)

Offline

#3 2010-05-02 07:46:32

noMaster
Member
Registered: 2009-07-05
Posts: 70

Re: How to .DEB to .TAR.GZ

I got 'sim-qt_0.9.4.99+SVN3131-1_i386.tar.gz' ,  but now how to install this program? It is not complete *.tar.gz install package

Offline

#4 2010-05-02 11:51:00

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How to .DEB to .TAR.GZ

Offline

#5 2010-05-02 17:21:43

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: How to .DEB to .TAR.GZ

Make a PKGBUILD whose build() function detars the tar.gz file into the $pkgdir. Use flags like -p to preserve permissions when detarring. Then you'll have a package which you can use pacman to install.

Or you could just detar the tar.gz file onto your /. However, I like the first approach better because pacman will track/warn you about whether files in the package you're trying to install conflict with any files already existing on your filesystem. Also, you can always do pacman -R if you want to uninstall later.

Offline

Board footer

Powered by FluxBB