How to install clang-format-7 from bionic-updates universe on 18.04.1 LTS? The 2019 Stack Overflow Developer Survey Results Are InUnable to upgrade due to “SystemError: E:Method has died unexpectedly!” errorPackages are not available for installationCan'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 errorwhat is the default content of /etc/apt/sources.list in Ubuntu 18.04 LTS (Bionic Beaver)Installing library with foreign architectureUnable to install dovecot-lmtpd on Ubuntu 18.04 serverhash sum mismatch, you have held broken packages, unable to fetch etc

A word that means fill it to the required quantity

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

How do I free up internal storage if I don't have any apps downloaded?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Relationship between Gromov-Witten and Taubes' Gromov invariant

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past

Pokemon Turn Based battle (Python)

How to type a long/em dash `—`

The phrase "to the numbers born"?

I am an eight letter word. What am I?

How to notate time signature switching consistently every measure

Match Roman Numerals

Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?

Currents/voltages graph for an electrical circuit

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Why couldn't they take pictures of a closer black hole?

"as much details as you can remember"

Is bread bad for ducks?

Are spiders unable to hurt humans, especially very small spiders?

ODD NUMBER in Cognitive Linguistics of WILLIAM CROFT and D. ALAN CRUSE

How to obtain a position of last non-zero element

What information about me do stores get via my credit card?

Why can't devices on different VLANs, but on the same subnet, communicate?



How to install clang-format-7 from bionic-updates universe on 18.04.1 LTS?



The 2019 Stack Overflow Developer Survey Results Are InUnable to upgrade due to “SystemError: E:Method has died unexpectedly!” errorPackages are not available for installationCan'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 errorwhat is the default content of /etc/apt/sources.list in Ubuntu 18.04 LTS (Bionic Beaver)Installing library with foreign architectureUnable to install dovecot-lmtpd on Ubuntu 18.04 serverhash sum mismatch, you have held broken packages, unable to fetch etc



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am on Ubuntu 18.04.1 LTS. I would like to install this package: clang-format-7.



I am unable to do so in the usual way. Here is the output of sudo apt install clang-format-7 (following sudo apt update):



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package clang-format-7


And here is the output of apt search clang-format:



Sorting... Done
Full Text Search... Done
arcanist-clang-format-linter/bionic,bionic 0.git20161021-2 all
clang-format linter for Arcanist

clang-format/bionic-updates 1:6.0-41~exp5~ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-3.9/bionic 1:3.9.1-19ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-4.0/bionic 1:4.0.1-10 amd64
Tool to format C/C++/Obj-C code

clang-format-5.0/bionic 1:5.0.1-4 amd64
Tool to format C/C++/Obj-C code

clang-format-6.0/bionic 1:6.0-1ubuntu2 amd64
Tool to format C/C++/Obj-C code


It does not find version 7.



My Updates settings are as follows:
screenshot here.



Finally, here is the output of cat /etc/apt/sources.list | grep bionic-updates:



deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse


Given that bionic-updates universe is in the sources, shouldn't apt be able to find the package?



Alternatively, I know that there are PPAs from which I could get it (namely https://apt.llvm.org/) but I would prefer to solve this issue and get it from Canonical's repos.










share|improve this question









New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Have you solved the problem?

    – Emmet
    yesterday











  • Not yet. I made the following observation though: on some other computer with a more recent Ubuntu install (18.04.2 instead of 18.04.1), this issue does not happen, the package can be found and installed. The output of cat /etc/apt/sources.list | grep bionic-updates is exactly the same.

    – user225659
    yesterday











  • Well, my system running 18.04.2 and able to successfully located clang-format-7 you mention. Please upgrade to .2 by sudo apt dist-upgrade

    – Emmet
    yesterday

















2















I am on Ubuntu 18.04.1 LTS. I would like to install this package: clang-format-7.



I am unable to do so in the usual way. Here is the output of sudo apt install clang-format-7 (following sudo apt update):



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package clang-format-7


And here is the output of apt search clang-format:



Sorting... Done
Full Text Search... Done
arcanist-clang-format-linter/bionic,bionic 0.git20161021-2 all
clang-format linter for Arcanist

clang-format/bionic-updates 1:6.0-41~exp5~ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-3.9/bionic 1:3.9.1-19ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-4.0/bionic 1:4.0.1-10 amd64
Tool to format C/C++/Obj-C code

clang-format-5.0/bionic 1:5.0.1-4 amd64
Tool to format C/C++/Obj-C code

clang-format-6.0/bionic 1:6.0-1ubuntu2 amd64
Tool to format C/C++/Obj-C code


It does not find version 7.



My Updates settings are as follows:
screenshot here.



Finally, here is the output of cat /etc/apt/sources.list | grep bionic-updates:



deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse


Given that bionic-updates universe is in the sources, shouldn't apt be able to find the package?



Alternatively, I know that there are PPAs from which I could get it (namely https://apt.llvm.org/) but I would prefer to solve this issue and get it from Canonical's repos.










share|improve this question









New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Have you solved the problem?

    – Emmet
    yesterday











  • Not yet. I made the following observation though: on some other computer with a more recent Ubuntu install (18.04.2 instead of 18.04.1), this issue does not happen, the package can be found and installed. The output of cat /etc/apt/sources.list | grep bionic-updates is exactly the same.

    – user225659
    yesterday











  • Well, my system running 18.04.2 and able to successfully located clang-format-7 you mention. Please upgrade to .2 by sudo apt dist-upgrade

    – Emmet
    yesterday













2












2








2








I am on Ubuntu 18.04.1 LTS. I would like to install this package: clang-format-7.



I am unable to do so in the usual way. Here is the output of sudo apt install clang-format-7 (following sudo apt update):



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package clang-format-7


And here is the output of apt search clang-format:



Sorting... Done
Full Text Search... Done
arcanist-clang-format-linter/bionic,bionic 0.git20161021-2 all
clang-format linter for Arcanist

clang-format/bionic-updates 1:6.0-41~exp5~ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-3.9/bionic 1:3.9.1-19ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-4.0/bionic 1:4.0.1-10 amd64
Tool to format C/C++/Obj-C code

clang-format-5.0/bionic 1:5.0.1-4 amd64
Tool to format C/C++/Obj-C code

clang-format-6.0/bionic 1:6.0-1ubuntu2 amd64
Tool to format C/C++/Obj-C code


It does not find version 7.



My Updates settings are as follows:
screenshot here.



Finally, here is the output of cat /etc/apt/sources.list | grep bionic-updates:



deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse


Given that bionic-updates universe is in the sources, shouldn't apt be able to find the package?



Alternatively, I know that there are PPAs from which I could get it (namely https://apt.llvm.org/) but I would prefer to solve this issue and get it from Canonical's repos.










share|improve this question









New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am on Ubuntu 18.04.1 LTS. I would like to install this package: clang-format-7.



I am unable to do so in the usual way. Here is the output of sudo apt install clang-format-7 (following sudo apt update):



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package clang-format-7


And here is the output of apt search clang-format:



Sorting... Done
Full Text Search... Done
arcanist-clang-format-linter/bionic,bionic 0.git20161021-2 all
clang-format linter for Arcanist

clang-format/bionic-updates 1:6.0-41~exp5~ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-3.9/bionic 1:3.9.1-19ubuntu1 amd64
Tool to format C/C++/Obj-C code

clang-format-4.0/bionic 1:4.0.1-10 amd64
Tool to format C/C++/Obj-C code

clang-format-5.0/bionic 1:5.0.1-4 amd64
Tool to format C/C++/Obj-C code

clang-format-6.0/bionic 1:6.0-1ubuntu2 amd64
Tool to format C/C++/Obj-C code


It does not find version 7.



My Updates settings are as follows:
screenshot here.



Finally, here is the output of cat /etc/apt/sources.list | grep bionic-updates:



deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse


Given that bionic-updates universe is in the sources, shouldn't apt be able to find the package?



Alternatively, I know that there are PPAs from which I could get it (namely https://apt.llvm.org/) but I would prefer to solve this issue and get it from Canonical's repos.







apt 18.04 package-management






share|improve this question









New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









Emmet

7,81322346




7,81322346






New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









user225659user225659

113




113




New contributor




user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user225659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Have you solved the problem?

    – Emmet
    yesterday











  • Not yet. I made the following observation though: on some other computer with a more recent Ubuntu install (18.04.2 instead of 18.04.1), this issue does not happen, the package can be found and installed. The output of cat /etc/apt/sources.list | grep bionic-updates is exactly the same.

    – user225659
    yesterday











  • Well, my system running 18.04.2 and able to successfully located clang-format-7 you mention. Please upgrade to .2 by sudo apt dist-upgrade

    – Emmet
    yesterday

















  • Have you solved the problem?

    – Emmet
    yesterday











  • Not yet. I made the following observation though: on some other computer with a more recent Ubuntu install (18.04.2 instead of 18.04.1), this issue does not happen, the package can be found and installed. The output of cat /etc/apt/sources.list | grep bionic-updates is exactly the same.

    – user225659
    yesterday











  • Well, my system running 18.04.2 and able to successfully located clang-format-7 you mention. Please upgrade to .2 by sudo apt dist-upgrade

    – Emmet
    yesterday
















Have you solved the problem?

– Emmet
yesterday





Have you solved the problem?

– Emmet
yesterday













Not yet. I made the following observation though: on some other computer with a more recent Ubuntu install (18.04.2 instead of 18.04.1), this issue does not happen, the package can be found and installed. The output of cat /etc/apt/sources.list | grep bionic-updates is exactly the same.

– user225659
yesterday





Not yet. I made the following observation though: on some other computer with a more recent Ubuntu install (18.04.2 instead of 18.04.1), this issue does not happen, the package can be found and installed. The output of cat /etc/apt/sources.list | grep bionic-updates is exactly the same.

– user225659
yesterday













Well, my system running 18.04.2 and able to successfully located clang-format-7 you mention. Please upgrade to .2 by sudo apt dist-upgrade

– Emmet
yesterday





Well, my system running 18.04.2 and able to successfully located clang-format-7 you mention. Please upgrade to .2 by sudo apt dist-upgrade

– Emmet
yesterday










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



);






user225659 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132412%2fhow-to-install-clang-format-7-from-bionic-updates-universe-on-18-04-1-lts%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








user225659 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















user225659 is a new contributor. Be nice, and check out our Code of Conduct.












user225659 is a new contributor. Be nice, and check out our Code of Conduct.











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




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132412%2fhow-to-install-clang-format-7-from-bionic-updates-universe-on-18-04-1-lts%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

Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü