LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-23-2012, 10:37 AM   #1
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
Deb file not installing in linux mint


I am trying to install a deb file (suggested by author to be installed in ubuntu) in Linux Mint. The gdebi starts to download dependencies but then gets stuck (with nil download on the progress bar) and I have to finally kill the gdebi application. What could be the cause and how can I solve this? Thanks for your help.
 
Old 11-23-2012, 10:46 AM   #2
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Deb file, you mean you are installing it by way of package.deb or building it?

If you are running Linux Mint use the synaptec:: Menu -> Administration -> Synaptec -> (Filter: "gdebi") -> Apply -> done... The gdebi-core is installed automatically with it.

Hope that helps.
 
Old 11-23-2012, 10:53 AM   #3
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Absolutely impossible to answer your question unless you tell us the name of the application, a link to where you found it, and which version of Mint you're running.

If you try to install from the terminal you will get detailed output that you can copy & paste here to help us answer your question.

Code:
sudo dpkg -i /path/to/the/file.deb
for example

Code:
sudo dpkg -i /home/rng/Downloads/foo.deb
Generally speaking you should install applications from the Ubuntu/Mint repositories whenever possible. There are thousands of tested and trusted applications you can easily install with a couple of mouse clicks.
 
Old 11-23-2012, 11:08 AM   #4
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
The application is invesalius (http://svn.softwarepublico.gov.br/trac/invesalius). The deb file link is: http://dl.dropbox.com/u/32469003/inv....b3-1_i386.deb

I am running linux mint 13 Maya - cinnamon desktop.

I right click on the deb file and choose the top option, ie install with GDebi package installer.

Will the command "sudo dpkg -i /path/to/the/file.deb" also install missing dependencies?

Last edited by rng; 11-23-2012 at 11:14 AM.
 
Old 11-23-2012, 11:16 AM   #5
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Why are you downloading from Dropbox, why not from the trusted source (the developer)?

http://svn.softwarepublico.gov.br/tr...LinuxInstaller

According to that site it is "tested for Ubuntu 12.04" so are you using the equivalent Mint 13? If not you may need to compile from the provided source code.

Anyway if you run the dpkg command I recommended, you will get verbose output that may be useful in troubleshooting.
 
Old 11-23-2012, 11:22 AM   #6
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Also make sure that you have satisfied the System Requirements:

Quote:
System Requirements

Operating system: Windows XP or above; Ubuntu 9.04 or above (64 bits highly recommended!)

Processor: AMD or Intel processor (64 bits and/or multi-core processors highly recommended for 3D!)

Video card: NVidia or ATI(256 MB or above recommended for 3D!)

For best performance:

2 GB of RAM if you plan to open 0 - 500 images (512x512)
3 GB of RAM if you plan to open 500 - 800 images (512x512)
4 GB of RAM if you plan to open 800 - 1000 images (512x512)
5 GB of RAM if you plan to open 1000 - 1500 images (512x512)
8 GB of RAM if you plan to open 1500 - 3000 images (512x512)
 
Old 11-23-2012, 11:27 AM   #7
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Quote:
Why are you downloading from Dropbox, why not from the trusted source (the developer)?

http://svn.softwarepublico.gov.br/tr...LinuxInstaller
The deb file link on that page is the same that I gave above. It is on dl.dropbox.com

I am using linux mint 13

I have a reasonable system as required.

Last edited by rng; 11-23-2012 at 11:28 AM.
 
Old 11-23-2012, 11:30 AM   #8
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by rng View Post
The deb file link on that page is the same that I gave above. It is on dl.dropbox.com
Whoops, my mistake, I didn't click through on the link.

I'm out of suggestions based on the information you have provided thus far.
 
Old 11-23-2012, 11:54 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
The gdebi starts to download dependencies but then gets stuck (with nil download on the progress bar) and I have to finally kill the gdebi application
i would then build it from source

also is this a 32 bit or 64 bit Mint 13
and is the version of InVesalius 3.0 matching ?
32 bit or 64 bit ?

from a quick look at the source ,this is a all python program
no compelling the make file DOSE grab this
Code:
git clone https://github.com/tfmoraes/context_aware_smoothing.git ca_smoothing
do you have git installed ?
and you need to use a username/password for the above program .In order to be able to download it
-- you NEED to register with " Brazilian Public Software Portal " to use this
 
Old 11-23-2012, 06:46 PM   #10
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
I installed dependencies separately via synaptic and then it worked. Thanks for your help.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I run this .deb file: install_flash_player_10_linux.deb abefroman Linux - Desktop 1 11-04-2009 10:02 AM
re installation of grub in Linux mint after installing xp over mint sampad.sarangi General 1 01-15-2008 05:37 PM
Need help installing local deb file leiavoia Debian 5 04-15-2005 07:12 AM
Installing a .deb file aznboi12321 Linux - Newbie 3 02-26-2005 07:58 PM
Installing a .deb file. inZioN Debian 1 04-14-2004 11:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:39 PM.

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