LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-10-2019, 04:13 AM   #1
Janus84
Member
 
Registered: Sep 2019
Location: New Zealand
Distribution: Debian, Mint
Posts: 61

Rep: Reputation: Disabled
Manjaro: how to install .deb package?


I have piece of software (vms) that I need to install on Manjaro. Found some info on debtap but unsure if that's what I need.
 
Old 09-10-2019, 09:19 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by Janus84 View Post
I have piece of software (vms) that I need to install on Manjaro. Found some info on debtap but unsure if that's what I need.
From what I can see, what you seem to be suggesting seems like one option (I can't say I've ever done that myself, so I don't know how well it would work).

I think it would really help if you told us exactly what you're trying to do. Like why you need to install this software? As, we might be able to suggest some better options, if we knew more about exactly what you're trying to achieve.
 
Old 09-10-2019, 10:23 AM   #3
Janus84
Member
 
Registered: Sep 2019
Location: New Zealand
Distribution: Debian, Mint
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
From what I can see, what you seem to be suggesting seems like one option (I can't say I've ever done that myself, so I don't know how well it would work).

I think it would really help if you told us exactly what you're trying to do. Like why you need to install this software? As, we might be able to suggest some better options, if we knew more about exactly what you're trying to achieve.
I am trying to phase out Windows on my work PC. I guess I will need to switch to Debian flavour instead.
Because of my Linux ignorance, I thought these things would be pretty common and that packages can be rebuild somehow.
 
Old 09-10-2019, 10:27 AM   #4
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
That would be the easiest way if you must have the software you linked above. But again, it would help you told us exactly why you need that particular software - as there maybe alternatives available for Manjaro (if you would like to use Manjaro).

Ubuntu or Linux Mint might be your best options if you don't mind using a different Linux distribution.
 
Old 09-10-2019, 10:33 AM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by Janus84 View Post
I am trying to phase out Windows on my work PC. I guess I will need to switch to Debian flavour instead.
Because of my Linux ignorance, I thought these things would be pretty common and that packages can be rebuild somehow.
They can be I have used alien a couple of times to .rpm to .deb so I could install. You are better off going with the distribution they build the packages for. When going with programs like this you need the libraries the .deb is built with to be present to run the program. When choosing another distribution you can never be certain the correct version needed will be there. Well you could check every dependancy to see but that is time very consuming.
 
2 members found this post helpful.
Old 09-10-2019, 11:00 AM   #6
Janus84
Member
 
Registered: Sep 2019
Location: New Zealand
Distribution: Debian, Mint
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
But again, it would help you told us exactly why you need that particular software - as there maybe alternatives available for Manjaro (if you would like to use Manjaro)
Well I work in the industry and my job is to set up and maintain many of these systems. I must admit I've picked Manjaro for no real reason and I'm happy to change again.. Thanks
 
Old 09-10-2019, 11:03 AM   #7
Janus84
Member
 
Registered: Sep 2019
Location: New Zealand
Distribution: Debian, Mint
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by HappyTux View Post
They can be I have used alien a couple of times to .rpm to .deb so I could install. You are better off going with the distribution they build the packages for. When going with programs like this you need the libraries the .deb is built with to be present to run the program. When choosing another distribution you can never be certain the correct version needed will be there. Well you could check every dependancy to see but that is time very consuming.
Interesting, I'm not that good at solving such complex problems in Linux and so Mint it is. I considered trying Vine (and using Win version) but I'd rather remove the issue than work around it.
 
Old 09-10-2019, 11:11 AM   #8
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
My first thought was
Code:
alien
as well tho a sid netinst can't be beat. IMHO
 
Old 09-10-2019, 02:53 PM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
debtap seems to be exactly what is required to convert a .deb package to an archlinux package:
Quote:
A script to convert .deb packages to Arch Linux packages, focused on accuracy. Do not use it to convert packages that already exist on official repositories or can be built from AUR!
 
Old 09-10-2019, 05:48 PM   #10
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,242

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
In this case it certainly looks like you should switch to a .deb-based distro. Probably Debian Stable.

That said, .deb packages are ar archives. You can uncompress them with ar x. That means that you can write a .pkgbuild script that uncompresses it and repackages it for Manjaro. Don't expect the vendor to support you after you do that.

Last edited by dugan; 09-10-2019 at 05:50 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
Xubuntu 18.04.2 - How to install a DEB by double-clicking that DEB, please? madmax25 Ubuntu 8 05-12-2019 03:30 AM
extract deb package,change and create deb again ccc Debian 2 12-19-2014 11:40 PM
Will Manjaro Linux Net edition act like Manjaro or a base install of Arch? punchy71 Linux - Newbie 4 06-28-2014 08:05 AM
Can apt4rpm use deb repositories or install .deb packages? raylpc Linux - General 0 08-18-2003 01:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration