You are not logged in.

#1 2011-03-11 11:53:21

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Installing .deb package

I'd like to try out this new turn-based fantasy game called Age of Fear: The Undead King but they only provide a .deb file. How do I install this on Arch? If you tell me, I promise to make an AUR package for it!

Offline

#2 2011-03-11 13:44:10

stephane
Forum Fellow
Registered: 2009-10-18
Posts: 25

Re: Installing .deb package

Debian packages are "ar" archives, which contain three files:

debian-binary
control.tar.gz
data.tar.gz

Unpacking a .deb file is a two-step process.

First, extract the three tarballs from the .deb file :

# ar vx package.deb

Then extract the contents of data.tar.gz using tar:

# tar xzvf data.tar.gz

Last edited by stephane (2011-03-11 13:45:30)

Offline

#3 2011-03-11 13:49:00

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: Installing .deb package

Ahh, cool. So the only files of interest to me in arch are the ones found in data.tar.gz. Looking at the .deb that seems to be true.

Are there any example PKGBUILDs in AUR that install .deb files? Always prefer to modify a working example

Offline

#4 2011-03-11 16:25:59

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Offline

#5 2011-04-20 16:50:14

joeelmex
Member
Registered: 2011-03-10
Posts: 8

Re: Installing .deb package

I conveter the game and got it to work without problem.  Not sure if I will buy it.  Seems fun but needed more work in the graphics department.

Offline

#6 2011-04-20 16:56:21

Korrode
Member
From: Australia
Registered: 2009-11-02
Posts: 110

Re: Installing .deb package

joeelmex wrote:

I conveter the game and got it to work without problem.  Not sure if I will buy it.  Seems fun but needed more work in the graphics department.

On the chance you're unaware of it's existence, if you like turn-based strategy and you haven't tried Battle for Wesnoth, give it a look. ^^


xfce | compiz | gmrun | urxvt | chromium | geany | aqualung | vlc | geeqie

Offline

#7 2011-04-21 13:26:44

joeelmex
Member
Registered: 2011-03-10
Posts: 8

Re: Installing .deb package

Korrode wrote:
joeelmex wrote:

I conveter the game and got it to work without problem.  Not sure if I will buy it.  Seems fun but needed more work in the graphics department.

On the chance you're unaware of it's existence, if you like turn-based strategy and you haven't tried Battle for Wesnoth, give it a look. ^^


Thanks for the tip, and its in our repos!  Im loving arch, downloading now to try it out.

Offline

#8 2011-04-21 13:29:24

yasar11732
Member
Registered: 2010-11-29
Posts: 127

Re: Installing .deb package

joeelmex wrote:

Thanks for the tip, and its in our repos!  Im loving arch, downloading now to try it out.

Since you are a beginner too, maybe we can play against each other? I also started couple of days ago smile


Yo Dawg, I heard you likes patches, so I have created a patch for your patch, so you can patch your patches before you patch.

Offline

Board footer

Powered by FluxBB