builddeps:gawk : Depends: libreadline-devUnable to correct problems, you have held broken packagesHow do I restore the default repositories?Apt-get failed to fetch from Ubuntu server with error code 404Can't install linux headersWhy is medibuntu.org still offered as a package source if it has been shutdown since 2010?Why my kernel is not the latest for 14.04?Unmet dependencies errorInstalling library with foreign architectureBroken Packages Fix Problem (For Wine)
Who was the first to weigh chemical reaction products?
Why did dict.get(key) work but not dict[key]?
How can I negotiate remote work due to my phobia
What is the difference between turbojet and turbofan engines?
How to reduce thousand of faces of an already low poly object
Why is it possible to teach real numbers before even rigorously defining them?
Why was Wouter Basson never charged with crimes against humanity for Project Coast?
Open problems from antiquity solved with analytic geometry
Why is the Speaker elected by secret ballot?
Grammar from Sherlock Holmes: Count Dracula and Ebenezer Scrooge come to mind
Can abstractions and good code practice in embedded C++ eliminate the need for the debugger?
What is the purpose behind a glass nozzle?
Did medieval stores have names?
Counter intuitive Bayesian theorem
Should plywood be missing on my roof?
Ask Google to remove thousands of pages from its index after cleaning up from hacked site
What deck size is ideal?
How would an unethical corporation go about extracting resources from a nation unwilling to co-operate?
Is it acceptable to mark off or comment on someone's presentation based on their non-standard English accent?
Printing Command Line Unicode Chess Board
Why did Leia not want to tell Han about Luke being her twin brother?
Stream of Thought/Creeping Chill Interaction?
A professor commented that my research is too simple as compared to my colleagues. What does that mean about my future prospects?
What means it for money to be 'paid out in rates'?
builddeps:gawk : Depends: libreadline-dev
Unable to correct problems, you have held broken packagesHow do I restore the default repositories?Apt-get failed to fetch from Ubuntu server with error code 404Can't install linux headersWhy is medibuntu.org still offered as a package source if it has been shutdown since 2010?Why my kernel is not the latest for 14.04?Unmet dependencies errorInstalling library with foreign architectureBroken Packages Fix Problem (For Wine)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm doing
lz@blade:~$ sudo apt-get build-dep gawk
Reading package lists... Done
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:
builddeps:gawk : Depends: libreadline-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
here's my sources:
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ bionic multiverse main universe restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
What are the broken packages?
apt package-management software-installation
add a comment
|
I'm doing
lz@blade:~$ sudo apt-get build-dep gawk
Reading package lists... Done
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:
builddeps:gawk : Depends: libreadline-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
here's my sources:
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ bionic multiverse main universe restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
What are the broken packages?
apt package-management software-installation
libreadline-devis available for supported versions of Ubuntu packages.ubuntu.com/… ... Solving "broken packages" :sudo apt install -f
– Knud Larsen
Jul 15 at 21:34
@KnudLarsen but my version of ubuntu is supported, andsudo apt install -fchanges nothing
– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen im on 18.04
– Guerlando OCs
Jul 16 at 1:01
2
Possible duplicate of How do I restore the default repositories?
– N0rbert
Jul 24 at 9:49
Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Jul 24 at 10:08
add a comment
|
I'm doing
lz@blade:~$ sudo apt-get build-dep gawk
Reading package lists... Done
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:
builddeps:gawk : Depends: libreadline-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
here's my sources:
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ bionic multiverse main universe restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
What are the broken packages?
apt package-management software-installation
I'm doing
lz@blade:~$ sudo apt-get build-dep gawk
Reading package lists... Done
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:
builddeps:gawk : Depends: libreadline-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
here's my sources:
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ bionic multiverse main universe restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
What are the broken packages?
apt package-management software-installation
apt package-management software-installation
asked Jul 15 at 17:54
Guerlando OCsGuerlando OCs
231 gold badge9 silver badges30 bronze badges
231 gold badge9 silver badges30 bronze badges
libreadline-devis available for supported versions of Ubuntu packages.ubuntu.com/… ... Solving "broken packages" :sudo apt install -f
– Knud Larsen
Jul 15 at 21:34
@KnudLarsen but my version of ubuntu is supported, andsudo apt install -fchanges nothing
– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen im on 18.04
– Guerlando OCs
Jul 16 at 1:01
2
Possible duplicate of How do I restore the default repositories?
– N0rbert
Jul 24 at 9:49
Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Jul 24 at 10:08
add a comment
|
libreadline-devis available for supported versions of Ubuntu packages.ubuntu.com/… ... Solving "broken packages" :sudo apt install -f
– Knud Larsen
Jul 15 at 21:34
@KnudLarsen but my version of ubuntu is supported, andsudo apt install -fchanges nothing
– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen im on 18.04
– Guerlando OCs
Jul 16 at 1:01
2
Possible duplicate of How do I restore the default repositories?
– N0rbert
Jul 24 at 9:49
Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Jul 24 at 10:08
libreadline-dev is available for supported versions of Ubuntu packages.ubuntu.com/… ... Solving "broken packages" : sudo apt install -f– Knud Larsen
Jul 15 at 21:34
libreadline-dev is available for supported versions of Ubuntu packages.ubuntu.com/… ... Solving "broken packages" : sudo apt install -f– Knud Larsen
Jul 15 at 21:34
@KnudLarsen but my version of ubuntu is supported, and
sudo apt install -f changes nothing– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen but my version of ubuntu is supported, and
sudo apt install -f changes nothing– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen im on 18.04
– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen im on 18.04
– Guerlando OCs
Jul 16 at 1:01
2
2
Possible duplicate of How do I restore the default repositories?
– N0rbert
Jul 24 at 9:49
Possible duplicate of How do I restore the default repositories?
– N0rbert
Jul 24 at 9:49
Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Jul 24 at 10:08
Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Jul 24 at 10:08
add a comment
|
1 Answer
1
active
oldest
votes
software-properties-gtk
Change download source to main server. sudo apt update && sudo apt-get clean and try again.
Forgot, and unlock for other sources deb-src
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/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%2faskubuntu.com%2fquestions%2f1158490%2fbuilddepsgawk-depends-libreadline-dev%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
software-properties-gtk
Change download source to main server. sudo apt update && sudo apt-get clean and try again.
Forgot, and unlock for other sources deb-src
add a comment
|
software-properties-gtk
Change download source to main server. sudo apt update && sudo apt-get clean and try again.
Forgot, and unlock for other sources deb-src
add a comment
|
software-properties-gtk
Change download source to main server. sudo apt update && sudo apt-get clean and try again.
Forgot, and unlock for other sources deb-src
software-properties-gtk
Change download source to main server. sudo apt update && sudo apt-get clean and try again.
Forgot, and unlock for other sources deb-src
answered Jul 16 at 11:29
nobodynobody
1,6311 gold badge4 silver badges17 bronze badges
1,6311 gold badge4 silver badges17 bronze badges
add a comment
|
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%2f1158490%2fbuilddepsgawk-depends-libreadline-dev%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
libreadline-devis available for supported versions of Ubuntu packages.ubuntu.com/… ... Solving "broken packages" :sudo apt install -f– Knud Larsen
Jul 15 at 21:34
@KnudLarsen but my version of ubuntu is supported, and
sudo apt install -fchanges nothing– Guerlando OCs
Jul 16 at 1:01
@KnudLarsen im on 18.04
– Guerlando OCs
Jul 16 at 1:01
2
Possible duplicate of How do I restore the default repositories?
– N0rbert
Jul 24 at 9:49
Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Jul 24 at 10:08