“Unable to correct problems, you have held broken packages” while installing NFS server ...
What causes the vertical darker bands in my photo?
Single word antonym of "flightless"
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
Why aren't air breathing engines used as small first stages
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
How to recreate this effect in Photoshop?
Super Attribute Position on Product Page Magento 1
Using et al. for a last / senior author rather than for a first author
If a contract sometimes uses the wrong name, is it still valid?
How widely used is the term Treppenwitz? Is it something that most Germans know?
What are the motives behind Cersei's orders given to Bronn?
Why did the IBM 650 use bi-quinary?
Is the address of a local variable a constexpr?
Why is black pepper both grey and black?
How much radiation do nuclear physics experiments expose researchers to nowadays?
If 'B is more likely given A', then 'A is more likely given B'
Should I call the interviewer directly, if HR aren't responding?
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
What is a Meta algorithm?
What is the correct way to use the pinch test for dehydration?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
How can players work together to take actions that are otherwise impossible?
Were Kohanim forbidden from serving in King David's army?
“Unable to correct problems, you have held broken packages” while installing NFS server
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Digikam unmet dependenciesBroken Packages/Unmet DependeciesUbuntu 12.04 LTS server - build-essential install not possiblesbackup-gtk not installable from 14.04CouchDB Unmet Dependencies couchdb-bin (>= 1.6.1-0ubuntu5) - held broken packagesIssue installing HandBrakeHelp installing wineunity-tweak-tool, “held broken packages” message after installing katoolinCant install wine on ubuntu 17 (broken packages error)Unable to correct problems, you have held broken packages. and apt-get update keeps downloads all list again
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to install an NFS server on my Ubuntu 12.04 machine but everytime it gives me an error like this:
david@machineA:~$ sudo apt-get install nfs-common nfs-kernel-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nfs-kernel-server : Depends: nfs-common (= 1:1.2.5-3ubuntu3) but 1:1.2.5-3ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Below is the output of lsb_release -a
:
david@machineA:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Is there anything wrong I am doing? How can I resolve this issue?
12.04 apt package-management nfs
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 1 more comment
I am trying to install an NFS server on my Ubuntu 12.04 machine but everytime it gives me an error like this:
david@machineA:~$ sudo apt-get install nfs-common nfs-kernel-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nfs-kernel-server : Depends: nfs-common (= 1:1.2.5-3ubuntu3) but 1:1.2.5-3ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Below is the output of lsb_release -a
:
david@machineA:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Is there anything wrong I am doing? How can I resolve this issue?
12.04 apt package-management nfs
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
did you try runningsudo apt-get update
first (and then install nfs)
– Panther
Feb 8 '15 at 23:58
Yeah, the required and provided package versions only differ by one minor Ubuntu patch number. Looks like something what would happen intermittently. The version number is up to1:1.2.5-3ubuntu3.2
now btw.
– David Foerster
Feb 9 '15 at 0:04
I did that alreadysudo apt-get update
first and then tried installing nfs.
– arsenal
Feb 9 '15 at 0:04
@DavidFoerster Aaahh so how do we fix this issue?
– arsenal
Feb 9 '15 at 0:11
Try updating at least a 2nd time. If that doesn't/didn't help, downloadnfs-common
andnfs-kernel-server
manually in the latest version for your architecture from launchpad.net/ubuntu/precise/+source/nfs-utils and install them withdpkg -i
.
– David Foerster
Feb 9 '15 at 0:21
|
show 1 more comment
I am trying to install an NFS server on my Ubuntu 12.04 machine but everytime it gives me an error like this:
david@machineA:~$ sudo apt-get install nfs-common nfs-kernel-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nfs-kernel-server : Depends: nfs-common (= 1:1.2.5-3ubuntu3) but 1:1.2.5-3ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Below is the output of lsb_release -a
:
david@machineA:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Is there anything wrong I am doing? How can I resolve this issue?
12.04 apt package-management nfs
I am trying to install an NFS server on my Ubuntu 12.04 machine but everytime it gives me an error like this:
david@machineA:~$ sudo apt-get install nfs-common nfs-kernel-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
nfs-common is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nfs-kernel-server : Depends: nfs-common (= 1:1.2.5-3ubuntu3) but 1:1.2.5-3ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Below is the output of lsb_release -a
:
david@machineA:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Is there anything wrong I am doing? How can I resolve this issue?
12.04 apt package-management nfs
12.04 apt package-management nfs
edited Jan 28 '16 at 23:04
kos
26.1k971122
26.1k971122
asked Feb 8 '15 at 23:53
arsenalarsenal
48351321
48351321
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
did you try runningsudo apt-get update
first (and then install nfs)
– Panther
Feb 8 '15 at 23:58
Yeah, the required and provided package versions only differ by one minor Ubuntu patch number. Looks like something what would happen intermittently. The version number is up to1:1.2.5-3ubuntu3.2
now btw.
– David Foerster
Feb 9 '15 at 0:04
I did that alreadysudo apt-get update
first and then tried installing nfs.
– arsenal
Feb 9 '15 at 0:04
@DavidFoerster Aaahh so how do we fix this issue?
– arsenal
Feb 9 '15 at 0:11
Try updating at least a 2nd time. If that doesn't/didn't help, downloadnfs-common
andnfs-kernel-server
manually in the latest version for your architecture from launchpad.net/ubuntu/precise/+source/nfs-utils and install them withdpkg -i
.
– David Foerster
Feb 9 '15 at 0:21
|
show 1 more comment
1
did you try runningsudo apt-get update
first (and then install nfs)
– Panther
Feb 8 '15 at 23:58
Yeah, the required and provided package versions only differ by one minor Ubuntu patch number. Looks like something what would happen intermittently. The version number is up to1:1.2.5-3ubuntu3.2
now btw.
– David Foerster
Feb 9 '15 at 0:04
I did that alreadysudo apt-get update
first and then tried installing nfs.
– arsenal
Feb 9 '15 at 0:04
@DavidFoerster Aaahh so how do we fix this issue?
– arsenal
Feb 9 '15 at 0:11
Try updating at least a 2nd time. If that doesn't/didn't help, downloadnfs-common
andnfs-kernel-server
manually in the latest version for your architecture from launchpad.net/ubuntu/precise/+source/nfs-utils and install them withdpkg -i
.
– David Foerster
Feb 9 '15 at 0:21
1
1
did you try running
sudo apt-get update
first (and then install nfs)– Panther
Feb 8 '15 at 23:58
did you try running
sudo apt-get update
first (and then install nfs)– Panther
Feb 8 '15 at 23:58
Yeah, the required and provided package versions only differ by one minor Ubuntu patch number. Looks like something what would happen intermittently. The version number is up to
1:1.2.5-3ubuntu3.2
now btw.– David Foerster
Feb 9 '15 at 0:04
Yeah, the required and provided package versions only differ by one minor Ubuntu patch number. Looks like something what would happen intermittently. The version number is up to
1:1.2.5-3ubuntu3.2
now btw.– David Foerster
Feb 9 '15 at 0:04
I did that already
sudo apt-get update
first and then tried installing nfs.– arsenal
Feb 9 '15 at 0:04
I did that already
sudo apt-get update
first and then tried installing nfs.– arsenal
Feb 9 '15 at 0:04
@DavidFoerster Aaahh so how do we fix this issue?
– arsenal
Feb 9 '15 at 0:11
@DavidFoerster Aaahh so how do we fix this issue?
– arsenal
Feb 9 '15 at 0:11
Try updating at least a 2nd time. If that doesn't/didn't help, download
nfs-common
and nfs-kernel-server
manually in the latest version for your architecture from launchpad.net/ubuntu/precise/+source/nfs-utils and install them with dpkg -i
.– David Foerster
Feb 9 '15 at 0:21
Try updating at least a 2nd time. If that doesn't/didn't help, download
nfs-common
and nfs-kernel-server
manually in the latest version for your architecture from launchpad.net/ubuntu/precise/+source/nfs-utils and install them with dpkg -i
.– David Foerster
Feb 9 '15 at 0:21
|
show 1 more comment
1 Answer
1
active
oldest
votes
Try running the following commands in this order:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install nfs-kernel-server
This will basically force the package cache to be updated, as well as upgrade other system utilities.
A problem you may be having is that you're specifying nfs-common
, which gets the latest version. IIRC, apt
will fulfill all dependencies (versions included) automagically, but forcing the install of nfs-common
installs a too-new version of it.
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
add a comment |
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
});
}
});
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%2f583279%2funable-to-correct-problems-you-have-held-broken-packages-while-installing-nfs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try running the following commands in this order:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install nfs-kernel-server
This will basically force the package cache to be updated, as well as upgrade other system utilities.
A problem you may be having is that you're specifying nfs-common
, which gets the latest version. IIRC, apt
will fulfill all dependencies (versions included) automagically, but forcing the install of nfs-common
installs a too-new version of it.
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
add a comment |
Try running the following commands in this order:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install nfs-kernel-server
This will basically force the package cache to be updated, as well as upgrade other system utilities.
A problem you may be having is that you're specifying nfs-common
, which gets the latest version. IIRC, apt
will fulfill all dependencies (versions included) automagically, but forcing the install of nfs-common
installs a too-new version of it.
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
add a comment |
Try running the following commands in this order:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install nfs-kernel-server
This will basically force the package cache to be updated, as well as upgrade other system utilities.
A problem you may be having is that you're specifying nfs-common
, which gets the latest version. IIRC, apt
will fulfill all dependencies (versions included) automagically, but forcing the install of nfs-common
installs a too-new version of it.
Try running the following commands in this order:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install nfs-kernel-server
This will basically force the package cache to be updated, as well as upgrade other system utilities.
A problem you may be having is that you're specifying nfs-common
, which gets the latest version. IIRC, apt
will fulfill all dependencies (versions included) automagically, but forcing the install of nfs-common
installs a too-new version of it.
answered Feb 9 '15 at 0:55
Kaz WolfeKaz Wolfe
26.2k1376136
26.2k1376136
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
add a comment |
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
Still the same issue after I followed the above steps. :(
– arsenal
Feb 9 '15 at 2:34
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
best to file a bug report and let the packager fix the dependencies.
– Panther
Feb 9 '15 at 3:39
add a comment |
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%2f583279%2funable-to-correct-problems-you-have-held-broken-packages-while-installing-nfs%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
1
did you try running
sudo apt-get update
first (and then install nfs)– Panther
Feb 8 '15 at 23:58
Yeah, the required and provided package versions only differ by one minor Ubuntu patch number. Looks like something what would happen intermittently. The version number is up to
1:1.2.5-3ubuntu3.2
now btw.– David Foerster
Feb 9 '15 at 0:04
I did that already
sudo apt-get update
first and then tried installing nfs.– arsenal
Feb 9 '15 at 0:04
@DavidFoerster Aaahh so how do we fix this issue?
– arsenal
Feb 9 '15 at 0:11
Try updating at least a 2nd time. If that doesn't/didn't help, download
nfs-common
andnfs-kernel-server
manually in the latest version for your architecture from launchpad.net/ubuntu/precise/+source/nfs-utils and install them withdpkg -i
.– David Foerster
Feb 9 '15 at 0:21