Ubuntu安装指定版本clang-format

Posted Focustc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu安装指定版本clang-format相关的知识,希望对你有一定的参考价值。

执行以下命令即可:

wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -

sudo vim /etc/apt/sources.list
## 插入从https://apt.llvm.org/ 找到的对应ubuntu版本的源代码

sudo apt update

sudo apt install clang-format-12

参考:

LLVM Debian/Ubuntu packages

Ubuntu下安装高版本clang-format 11, 12, 13_步丶丶的足记-CSDN博客

以上是关于Ubuntu安装指定版本clang-format的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu安装指定版本clang-format

Ubuntu安装指定版本clang-format

如何在 Ubuntu 中安装 clang-format?

vscode配置clang-format自动格式化代码

vscode配置clang-format自动格式化代码

vscode配置clang-format自动格式化代码