Some Debian packages, specifically Crossover, not installing on Ubuntu 18.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Currently, I'm trying to install Crossover on my laptop running Ubuntu 18.10. However, the Debian package won't seem to install. This is not the only package that won't install. Off the top of my head I can't recall the other specific packages, but sometimes other Debian packages I've attempted to install fail with similar results. So, for this question I'll stick to Crossover specifically, because that's the one I'm trying to install at the moment.
I've tried various methods to install, but all have failed:
- I just opened it with Ubuntu Software Center and pressed the install button. The progress bar quickly goes from 0% to 100% then instead of actually being installed, or even giving me an error, the install button just appears again and the package is not installed.
- I tried installing from the command line using dpkg. I ran the following command:
sudo dpkg -i crossover.deb
.
Output from dpkg
Selecting previously unselected package crossover:i386.
(Reading database ... 190815 files and directories currently installed.)
Preparing to unpack crossover_18.5.0-1.deb ...
Unpacking crossover:i386 (18.5.0-1) ...
dpkg: dependency problems prevent configuration of crossover:i386:
crossover:i386 depends on libxi6.
crossover:i386 depends on libfreetype6.
crossover:i386 depends on libpng12-0 | libpng16-16.
crossover:i386 depends on libnss-mdns | lib32nss-mdns:amd64; however:
Package lib32nss-mdns is not installed.
crossover:i386 depends on libcups2; however:
crossover:i386 depends on liblcms2-2; however:
crossover:i386 depends on libglu1-mesa; however:
crossover:i386 depends on libxcursor1; however:
crossover:i386 depends on libxrandr2; however:
dpkg: error processing package crossover:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
crossover:i386
- I've also tried using gdebi from the command line by running the following command:
sudo gdebi crossover.deb
.
Output from gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Cannot install 'libcups2:i386'
- For grins I also tried opening it from the gdebi GUI. When I open the package gdebi states
Error: cannot install 'libcups2:i386'
under status, and the install package button is greyed out.
It seems to me there is an issue with dependencies. Judging by the gdebi results, I'm thinking the problem is with 'libcups2:i386'. But, I can't just keep chasing dependencies and trying to install them from the bottom up. So, I'm at a loss for what could be keeping the Crossover Debian package, and various other packages, from installing. What is the issue, and can it be resolved?
package-management software-installation dpkg dependencies gdebi
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Currently, I'm trying to install Crossover on my laptop running Ubuntu 18.10. However, the Debian package won't seem to install. This is not the only package that won't install. Off the top of my head I can't recall the other specific packages, but sometimes other Debian packages I've attempted to install fail with similar results. So, for this question I'll stick to Crossover specifically, because that's the one I'm trying to install at the moment.
I've tried various methods to install, but all have failed:
- I just opened it with Ubuntu Software Center and pressed the install button. The progress bar quickly goes from 0% to 100% then instead of actually being installed, or even giving me an error, the install button just appears again and the package is not installed.
- I tried installing from the command line using dpkg. I ran the following command:
sudo dpkg -i crossover.deb
.
Output from dpkg
Selecting previously unselected package crossover:i386.
(Reading database ... 190815 files and directories currently installed.)
Preparing to unpack crossover_18.5.0-1.deb ...
Unpacking crossover:i386 (18.5.0-1) ...
dpkg: dependency problems prevent configuration of crossover:i386:
crossover:i386 depends on libxi6.
crossover:i386 depends on libfreetype6.
crossover:i386 depends on libpng12-0 | libpng16-16.
crossover:i386 depends on libnss-mdns | lib32nss-mdns:amd64; however:
Package lib32nss-mdns is not installed.
crossover:i386 depends on libcups2; however:
crossover:i386 depends on liblcms2-2; however:
crossover:i386 depends on libglu1-mesa; however:
crossover:i386 depends on libxcursor1; however:
crossover:i386 depends on libxrandr2; however:
dpkg: error processing package crossover:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
crossover:i386
- I've also tried using gdebi from the command line by running the following command:
sudo gdebi crossover.deb
.
Output from gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Cannot install 'libcups2:i386'
- For grins I also tried opening it from the gdebi GUI. When I open the package gdebi states
Error: cannot install 'libcups2:i386'
under status, and the install package button is greyed out.
It seems to me there is an issue with dependencies. Judging by the gdebi results, I'm thinking the problem is with 'libcups2:i386'. But, I can't just keep chasing dependencies and trying to install them from the bottom up. So, I'm at a loss for what could be keeping the Crossover Debian package, and various other packages, from installing. What is the issue, and can it be resolved?
package-management software-installation dpkg dependencies gdebi
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Currently, I'm trying to install Crossover on my laptop running Ubuntu 18.10. However, the Debian package won't seem to install. This is not the only package that won't install. Off the top of my head I can't recall the other specific packages, but sometimes other Debian packages I've attempted to install fail with similar results. So, for this question I'll stick to Crossover specifically, because that's the one I'm trying to install at the moment.
I've tried various methods to install, but all have failed:
- I just opened it with Ubuntu Software Center and pressed the install button. The progress bar quickly goes from 0% to 100% then instead of actually being installed, or even giving me an error, the install button just appears again and the package is not installed.
- I tried installing from the command line using dpkg. I ran the following command:
sudo dpkg -i crossover.deb
.
Output from dpkg
Selecting previously unselected package crossover:i386.
(Reading database ... 190815 files and directories currently installed.)
Preparing to unpack crossover_18.5.0-1.deb ...
Unpacking crossover:i386 (18.5.0-1) ...
dpkg: dependency problems prevent configuration of crossover:i386:
crossover:i386 depends on libxi6.
crossover:i386 depends on libfreetype6.
crossover:i386 depends on libpng12-0 | libpng16-16.
crossover:i386 depends on libnss-mdns | lib32nss-mdns:amd64; however:
Package lib32nss-mdns is not installed.
crossover:i386 depends on libcups2; however:
crossover:i386 depends on liblcms2-2; however:
crossover:i386 depends on libglu1-mesa; however:
crossover:i386 depends on libxcursor1; however:
crossover:i386 depends on libxrandr2; however:
dpkg: error processing package crossover:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
crossover:i386
- I've also tried using gdebi from the command line by running the following command:
sudo gdebi crossover.deb
.
Output from gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Cannot install 'libcups2:i386'
- For grins I also tried opening it from the gdebi GUI. When I open the package gdebi states
Error: cannot install 'libcups2:i386'
under status, and the install package button is greyed out.
It seems to me there is an issue with dependencies. Judging by the gdebi results, I'm thinking the problem is with 'libcups2:i386'. But, I can't just keep chasing dependencies and trying to install them from the bottom up. So, I'm at a loss for what could be keeping the Crossover Debian package, and various other packages, from installing. What is the issue, and can it be resolved?
package-management software-installation dpkg dependencies gdebi
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Currently, I'm trying to install Crossover on my laptop running Ubuntu 18.10. However, the Debian package won't seem to install. This is not the only package that won't install. Off the top of my head I can't recall the other specific packages, but sometimes other Debian packages I've attempted to install fail with similar results. So, for this question I'll stick to Crossover specifically, because that's the one I'm trying to install at the moment.
I've tried various methods to install, but all have failed:
- I just opened it with Ubuntu Software Center and pressed the install button. The progress bar quickly goes from 0% to 100% then instead of actually being installed, or even giving me an error, the install button just appears again and the package is not installed.
- I tried installing from the command line using dpkg. I ran the following command:
sudo dpkg -i crossover.deb
.
Output from dpkg
Selecting previously unselected package crossover:i386.
(Reading database ... 190815 files and directories currently installed.)
Preparing to unpack crossover_18.5.0-1.deb ...
Unpacking crossover:i386 (18.5.0-1) ...
dpkg: dependency problems prevent configuration of crossover:i386:
crossover:i386 depends on libxi6.
crossover:i386 depends on libfreetype6.
crossover:i386 depends on libpng12-0 | libpng16-16.
crossover:i386 depends on libnss-mdns | lib32nss-mdns:amd64; however:
Package lib32nss-mdns is not installed.
crossover:i386 depends on libcups2; however:
crossover:i386 depends on liblcms2-2; however:
crossover:i386 depends on libglu1-mesa; however:
crossover:i386 depends on libxcursor1; however:
crossover:i386 depends on libxrandr2; however:
dpkg: error processing package crossover:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
crossover:i386
- I've also tried using gdebi from the command line by running the following command:
sudo gdebi crossover.deb
.
Output from gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Cannot install 'libcups2:i386'
- For grins I also tried opening it from the gdebi GUI. When I open the package gdebi states
Error: cannot install 'libcups2:i386'
under status, and the install package button is greyed out.
It seems to me there is an issue with dependencies. Judging by the gdebi results, I'm thinking the problem is with 'libcups2:i386'. But, I can't just keep chasing dependencies and trying to install them from the bottom up. So, I'm at a loss for what could be keeping the Crossover Debian package, and various other packages, from installing. What is the issue, and can it be resolved?
package-management software-installation dpkg dependencies gdebi
package-management software-installation dpkg dependencies gdebi
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 mins ago
![](https://i.stack.imgur.com/J11xq.png?s=32&g=1)
![](https://i.stack.imgur.com/J11xq.png?s=32&g=1)
AnirathAnirath
11
11
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Anirath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Anirath is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138239%2fsome-debian-packages-specifically-crossover-not-installing-on-ubuntu-18-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Anirath is a new contributor. Be nice, and check out our Code of Conduct.
Anirath is a new contributor. Be nice, and check out our Code of Conduct.
Anirath is a new contributor. Be nice, and check out our Code of Conduct.
Anirath is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138239%2fsome-debian-packages-specifically-crossover-not-installing-on-ubuntu-18-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown