[llvm-bugs] [Bug 43466] New: Can't install clangd without version suffix on Ubuntu Disco
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 26 08:25:11 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43466
Bug ID: 43466
Summary: Can't install clangd without version suffix on Ubuntu
Disco
Product: Packaging
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: deb packages
Assignee: unassignedbugs at nondot.org
Reporter: janx at linux.com
CC: llvm-bugs at lists.llvm.org
I usually install `clangd` on Ubuntu Disco like so:
apt-add-repository -yu "deb http://apt.llvm.org/disco/ llvm-toolchain-disco
main"
apt-get -t llvm-toolchain-disco install -y clangd-10
ln -s /usr/bin/clangd-10 /usr/bin/clangd
I recently heard that I should also be able to install it without the version
suffix, like so:
apt-add-repository -yu "deb http://apt.llvm.org/disco/ llvm-toolchain-disco
main"
apt-get -t llvm-toolchain-disco install -y clangd
However, this doesn't currently work for Ubuntu Disco. Here is the error log:
```
OK
Get:1 http://apt.llvm.org/disco llvm-toolchain-disco InRelease [4228 B]
Get:2 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5 kB]
[...]
Get:13 http://security.ubuntu.com/ubuntu disco-security/multiverse amd64
Packages [1078 B]
Get:14 http://archive.ubuntu.com/ubuntu disco-updates/main amd64 Packages [358
kB]
Get:15 http://archive.ubuntu.com/ubuntu disco-backports/universe amd64 Packages
[3593 B]
Fetched 1644 kB in 1s (1192 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package clangd
```
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190926/c7557d70/attachment.html>
More information about the llvm-bugs
mailing list