You are not logged in.

#1 2010-12-13 23:57:27

Archie_Enthusiasm
Member
Registered: 2010-10-23
Posts: 99

[SOLVED]How to install .deb application (debian binary)

Hello guys,

I want to install the Adobe Connect 8 Add-in which can be found under the following link.

http://www.adobe.com/support/connect/updaters.html (Link to the adobe website)

http://www.adobe.com/go/adobeconnect_8_addin_lin (Links to the debian file)

As adobe stated on their website, this .deb file is for linux. Therefore I hope that this includes archlinux, too. So the question is how can I install binary package with the format .deb?

Please tell me that it is possible. I would really appreciate if someone can tell me how I can install this properly.

Thanks.

Last edited by Archie_Enthusiasm (2010-12-14 19:50:48)

Offline

#2 2010-12-14 00:33:04

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: [SOLVED]How to install .deb application (debian binary)

You can do something with community/deb2targz, I'm not sure of the exact steps though.  Ideally, you (or a generous bystander) should make a PKGBUILD.

Offline

#3 2010-12-14 01:57:44

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED]How to install .deb application (debian binary)

There are lots of examples in aur of PKGBUILDs that converts deb to pkg.tar.gz


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2010-12-14 09:48:32

Archie_Enthusiasm
Member
Registered: 2010-10-23
Posts: 99

Re: [SOLVED]How to install .deb application (debian binary)

I do not have any experience with building aur pkg. Can someone please make the pkg build for this add-in? It is very important for me because I need to share my desktop screen with this add-in.

Thanks I am waiting for any kind of responses.

Offline

#5 2010-12-14 12:41:07

Awebb
Member
Registered: 2010-05-06
Posts: 6,272

Re: [SOLVED]How to install .deb application (debian binary)

Have you tried making a PKGBUILD? Try it, at least once.

Online

#6 2010-12-14 13:42:35

Archie_Enthusiasm
Member
Registered: 2010-10-23
Posts: 99

Re: [SOLVED]How to install .deb application (debian binary)

Hi guys,

thanks for the responses. but the problem is that I am relatively new to arch linux. Since I had one serious problem with my nvidia driver because of an unsupported binary, I only use official arch linux repos for installing the application. I really (please understand this) do not want to take risk doing stuff on my own for this. My lap should be working tomorrow. Otherwise I will miss my presentation with adobe connect which would be very pity for me.

I am still looking for your responses.

Thanks in advance


EDIT: I found this from the community forum


"You can also install dpkg, which is in the aur. With dpkg, you can install any .deb packages without converting them. It works for me. I installed ubuntu sound theme and the installation went perfectly fine."


Is this correct?

Last edited by Archie_Enthusiasm (2010-12-14 13:49:11)

Offline

#7 2010-12-14 14:13:31

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: [SOLVED]How to install .deb application (debian binary)

Archie_Enthusiasm wrote:

thanks for the responses. but the problem is that I am relatively new to arch linux. Since I had one serious problem with my nvidia driver because of an unsupported binary, I only use official arch linux repos for installing the application. I really (please understand this) do not want to take risk doing stuff on my own for this. My lap should be working tomorrow. Otherwise I will miss my presentation with adobe connect which would be very pity for me.

If its crucial it works within a certain time, run Debian or Ubuntu and install the program. Whichever way you look at it, unpackaging a .deb on an Arch system involves at least a bit of 'hackery' which does not involve Arch's repos.

The better solution is to actually try things out, and learn while doing so. Nobody is going to just give you the right answer, that's not how the distro works. In the case of what you're trying to do, YMMV, so even more there'll be no 'right answer' to point you to.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#8 2010-12-14 21:04:50

pablokal
Member
From: Nijmegen, Holland
Registered: 2010-03-07
Posts: 96
Website

Re: [SOLVED]How to install .deb application (debian binary)

First you will have to install dpkg
I read on the arch forum that I can install a deb package with dpkg.
After installing dpkg and doing sudo dpkg -i filename.deb in this case:
sudo dpkg -i adeskbar.0.2.0-all.deb

If you get this error message:
dpkg: `update-rc.d' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.

Move your deb to tmp and

cp /bin/false /tmp
cd /tmp
ln -s false update-rc.d
export PATH=$PATH:/tmp

and do again:
sudo dpkg -i adeskbar.0.2.0-all.deb

taken from my memo-blog


GNu/Linux: Nu nog schoner: http://linuxnogschoner.blogspot.com/

Offline

#9 2016-01-19 04:38:20

duanev
Member
Registered: 2012-02-26
Posts: 14

Re: [SOLVED]How to install .deb application (debian binary)

It is undoubtedly a bad idea to actually *install* a deb package on an arch system, but dissecting one is clearly an honorable endeavor...   .deb files can be split open using the ar file archive tool.

Offline

#10 2016-01-19 04:54:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED]How to install .deb application (debian binary)

duanev, this is why dead theads should be left dead. The info here is out of date, so why bump it?

BTW, bsdtar/libarchive will do it, too, and it's already used by makepkg/pacman.

Online

#11 2016-01-19 05:00:27

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]How to install .deb application (debian binary)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#12 2016-01-19 07:18:56

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED]How to install .deb application (debian binary)

@ewaller, I think you forgot to actually close it.

Closing.

Offline

Board footer

Powered by FluxBB