“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;
}







1















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?










share|improve this question
















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 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 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




















1















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?










share|improve this question
















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 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 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
















1












1








1








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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 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
















  • 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 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










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












1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer
























  • 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












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
});


}
});














draft saved

draft discarded


















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









0














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.






share|improve this answer
























  • 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
















0














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.






share|improve this answer
























  • 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














0












0








0







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.






share|improve this answer













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.







share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...