Installing 32 bit libraries to run GIPsy software
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I am new to this community so forgive me if I make any mistakes. I'm trying to run GIPsy which is a bioinformatics software for prediction of GEIs. The problem itself isn't with GIPsy but with a dependency called hmmer. The thing is... GIPsy was built to run the 32 bits version of hmmer, therefore I can't run both steps 4 and 7 of GIPsy because it depends on hmmer and my architecture is x64. Now, I read GIPsy manual and the last pages showed how to fix these problems with step 4 and 7 with the following command:
sudo apt-get install libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libstdc++6:i386
The problem is that this command that should install some 32 bits libraries ends up not installing them and telling that there are some packages with unmet dependencies.
Any ideas on how to solve this? Thanks in advance.
Alec
16.04 package-management 64-bit dependencies libraries
add a comment |Â
up vote
1
down vote
favorite
I am new to this community so forgive me if I make any mistakes. I'm trying to run GIPsy which is a bioinformatics software for prediction of GEIs. The problem itself isn't with GIPsy but with a dependency called hmmer. The thing is... GIPsy was built to run the 32 bits version of hmmer, therefore I can't run both steps 4 and 7 of GIPsy because it depends on hmmer and my architecture is x64. Now, I read GIPsy manual and the last pages showed how to fix these problems with step 4 and 7 with the following command:
sudo apt-get install libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libstdc++6:i386
The problem is that this command that should install some 32 bits libraries ends up not installing them and telling that there are some packages with unmet dependencies.
Any ideas on how to solve this? Thanks in advance.
Alec
16.04 package-management 64-bit dependencies libraries
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am new to this community so forgive me if I make any mistakes. I'm trying to run GIPsy which is a bioinformatics software for prediction of GEIs. The problem itself isn't with GIPsy but with a dependency called hmmer. The thing is... GIPsy was built to run the 32 bits version of hmmer, therefore I can't run both steps 4 and 7 of GIPsy because it depends on hmmer and my architecture is x64. Now, I read GIPsy manual and the last pages showed how to fix these problems with step 4 and 7 with the following command:
sudo apt-get install libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libstdc++6:i386
The problem is that this command that should install some 32 bits libraries ends up not installing them and telling that there are some packages with unmet dependencies.
Any ideas on how to solve this? Thanks in advance.
Alec
16.04 package-management 64-bit dependencies libraries
I am new to this community so forgive me if I make any mistakes. I'm trying to run GIPsy which is a bioinformatics software for prediction of GEIs. The problem itself isn't with GIPsy but with a dependency called hmmer. The thing is... GIPsy was built to run the 32 bits version of hmmer, therefore I can't run both steps 4 and 7 of GIPsy because it depends on hmmer and my architecture is x64. Now, I read GIPsy manual and the last pages showed how to fix these problems with step 4 and 7 with the following command:
sudo apt-get install libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libstdc++6:i386
The problem is that this command that should install some 32 bits libraries ends up not installing them and telling that there are some packages with unmet dependencies.
Any ideas on how to solve this? Thanks in advance.
Alec
16.04 package-management 64-bit dependencies libraries
16.04 package-management 64-bit dependencies libraries
asked Feb 17 at 18:06
Alec Watanabe
62
62
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can install the unmet dependencies with:
sudo apt-get -f install
This should fix your missing packages.
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can install the unmet dependencies with:
sudo apt-get -f install
This should fix your missing packages.
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
add a comment |Â
up vote
0
down vote
You can install the unmet dependencies with:
sudo apt-get -f install
This should fix your missing packages.
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You can install the unmet dependencies with:
sudo apt-get -f install
This should fix your missing packages.
You can install the unmet dependencies with:
sudo apt-get -f install
This should fix your missing packages.
answered Feb 17 at 18:14
kukulo
992416
992416
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
add a comment |Â
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
apparently I have to install libjpeg62-turbo-dev but when I type: sudo apt-get -f install libjpeg62-turbo-dev it also prints an error.
â Alec Watanabe
Feb 17 at 18:29
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
Type only: sudo apt-get -f install
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
This command automatically installs the missing dependencies.
â kukulo
Feb 18 at 7:52
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
Thanks for the reply. Tried only sudo apt-get -f install, but didn't work. I will contact the developer and see if he has an alternative. I did try to fix this problem, but ended up exterminating almost all of the OS's soul. Luckily I had a backup ready.
â Alec Watanabe
Feb 18 at 19:55
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1007146%2finstalling-32-bit-libraries-to-run-gipsy-software%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password