What is the correct way to downgrade apt package and dependencies?Fix dependencies without updating...
Decrypting Multi-Prime RSA with e, N, and factors of N given
Car as a good investment
How do I reset the TSA-unlocked indicator on my lock?
How can I learn to write better questions to test for conceptual understanding?
What is a "G.O.A.T" game?
How do you handle simultaneous damage when one type is absorbed and not the other?
Why isn't Hagrid removed from Hogwarts sooner in Harry's would-be 7th year?
Front hydraulic disk brake is too powerful on MTB — solutions?
Can we not simply connect a battery to a RAM to prevent data loss during power cuts?
Are dead worlds a good galactic barrier?
What does the British parliament hope to achieve by requesting a third Brexit extension?
In the twin paradox does the returning twin also come back permanently length contracted flatter than the twin on earth?
How do I get my boyfriend to remove pictures of his ex girlfriend hanging in his apartment?
Why do these two ways of understanding constant acceleration give different results?
Could an American state survive nuclear war?
Split mile limits to the thousandth based on ID
Why do adjectives come before nouns in English?
Would preaching in a church be advantageous for becoming a lecturer?
What could possibly power an Alcubierre drive?
How can I communicate feelings to players without impacting their agency?
Did Terry Pratchett ever explain the inspiration behind the Luggage?
Not returning after leave
How could a steampunk zeppelin navigate space?
If I did not sign promotion bonus document, my career would be over. Is this duress?
What is the correct way to downgrade apt package and dependencies?
Fix dependencies without updating package?getting error for sudo apt-get upgrade?cannot install wine on 17.1 mint: unmet dependencies, broken packagesWhy does installing a libc6 for a different arch not work for armhf?Issues with GLIB+Iceweasel+apt-getHow to fix install shutter in kali linux?Dependency problem - but the dependencies are installed?“Unmet dependencies. bluez : Conflicts_ bluez-alsa:i386 but 4.98-2ubuntu7 is to be installed”The following packages have unmet dependencies: lsphp72 : Depends: > libjpeg62-turbo (>= 1.3.1) but it is not installable
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
I'm trying to roll back my pigpio installation to test for changes but running into this problem:
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
pigpio : Depends: libpigpiod-if2-1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpio-tools (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpiod (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
E: Unable to correct problems, you have held broken packages.
The last line includes an error message but it doesn't seem to be the problem:
pi@MyPi:~ $ apt-mark showhold
pi@MyPi:~ $
If I add a package, it does show up in hold.
Note, I've also removed pigpio:
pi@MyPi:~ $ sudo apt purge pigpio -y && sudo apt autoremove -y
I can get past my issue by manually specifying each package as the old version but this seems unnecessary.
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1 libpigpiod-if2-1=1.68-3+rpi1 libpigpiod-if1=1.68-3+rpi1 libpigpiod-if-dev=1.68-3+rpi1 pigpio-tools=1.68-3+rpi1 libpigpio1=1.68-3+rpi1 libpigpio-dev=1.68-3+rpi1 pigpiod=1.68-3+rpi1
In particular, I think this means that in the future if I remove pigpio
, it's dependencies won't be cleaned up too.
Is there some simple apt
option I'm missing?
apt raspbian
add a comment
|
I'm trying to roll back my pigpio installation to test for changes but running into this problem:
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
pigpio : Depends: libpigpiod-if2-1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpio-tools (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpiod (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
E: Unable to correct problems, you have held broken packages.
The last line includes an error message but it doesn't seem to be the problem:
pi@MyPi:~ $ apt-mark showhold
pi@MyPi:~ $
If I add a package, it does show up in hold.
Note, I've also removed pigpio:
pi@MyPi:~ $ sudo apt purge pigpio -y && sudo apt autoremove -y
I can get past my issue by manually specifying each package as the old version but this seems unnecessary.
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1 libpigpiod-if2-1=1.68-3+rpi1 libpigpiod-if1=1.68-3+rpi1 libpigpiod-if-dev=1.68-3+rpi1 pigpio-tools=1.68-3+rpi1 libpigpio1=1.68-3+rpi1 libpigpio-dev=1.68-3+rpi1 pigpiod=1.68-3+rpi1
In particular, I think this means that in the future if I remove pigpio
, it's dependencies won't be cleaned up too.
Is there some simple apt
option I'm missing?
apt raspbian
add a comment
|
I'm trying to roll back my pigpio installation to test for changes but running into this problem:
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
pigpio : Depends: libpigpiod-if2-1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpio-tools (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpiod (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
E: Unable to correct problems, you have held broken packages.
The last line includes an error message but it doesn't seem to be the problem:
pi@MyPi:~ $ apt-mark showhold
pi@MyPi:~ $
If I add a package, it does show up in hold.
Note, I've also removed pigpio:
pi@MyPi:~ $ sudo apt purge pigpio -y && sudo apt autoremove -y
I can get past my issue by manually specifying each package as the old version but this seems unnecessary.
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1 libpigpiod-if2-1=1.68-3+rpi1 libpigpiod-if1=1.68-3+rpi1 libpigpiod-if-dev=1.68-3+rpi1 pigpio-tools=1.68-3+rpi1 libpigpio1=1.68-3+rpi1 libpigpio-dev=1.68-3+rpi1 pigpiod=1.68-3+rpi1
In particular, I think this means that in the future if I remove pigpio
, it's dependencies won't be cleaned up too.
Is there some simple apt
option I'm missing?
apt raspbian
I'm trying to roll back my pigpio installation to test for changes but running into this problem:
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
pigpio : Depends: libpigpiod-if2-1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpiod-if-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpio-tools (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio1 (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: libpigpio-dev (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
Depends: pigpiod (= 1.68-3+rpi1) but 1.71-0~rpt1 is to be installed
E: Unable to correct problems, you have held broken packages.
The last line includes an error message but it doesn't seem to be the problem:
pi@MyPi:~ $ apt-mark showhold
pi@MyPi:~ $
If I add a package, it does show up in hold.
Note, I've also removed pigpio:
pi@MyPi:~ $ sudo apt purge pigpio -y && sudo apt autoremove -y
I can get past my issue by manually specifying each package as the old version but this seems unnecessary.
pi@MyPi:~ $ sudo apt install pigpio=1.68-3+rpi1 libpigpiod-if2-1=1.68-3+rpi1 libpigpiod-if1=1.68-3+rpi1 libpigpiod-if-dev=1.68-3+rpi1 pigpio-tools=1.68-3+rpi1 libpigpio1=1.68-3+rpi1 libpigpio-dev=1.68-3+rpi1 pigpiod=1.68-3+rpi1
In particular, I think this means that in the future if I remove pigpio
, it's dependencies won't be cleaned up too.
Is there some simple apt
option I'm missing?
apt raspbian
apt raspbian
asked 1 hour ago
Cameron TacklindCameron Tacklind
1084 bronze badges
1084 bronze badges
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.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%2funix.stackexchange.com%2fquestions%2f545815%2fwhat-is-the-correct-way-to-downgrade-apt-package-and-dependencies%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
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f545815%2fwhat-is-the-correct-way-to-downgrade-apt-package-and-dependencies%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