<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Can't install clangd without version suffix on Ubuntu Disco"
href="https://bugs.llvm.org/show_bug.cgi?id=43466">43466</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Can't install clangd without version suffix on Ubuntu Disco
</td>
</tr>
<tr>
<th>Product</th>
<td>Packaging
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>deb packages
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>janx@linux.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>I usually install `clangd` on Ubuntu Disco like so:
apt-add-repository -yu "deb <a href="http://apt.llvm.org/disco/">http://apt.llvm.org/disco/</a> 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 <a href="http://apt.llvm.org/disco/">http://apt.llvm.org/disco/</a> 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 <a href="http://apt.llvm.org/disco">http://apt.llvm.org/disco</a> llvm-toolchain-disco InRelease [4228 B]
Get:2 <a href="http://security.ubuntu.com/ubuntu">http://security.ubuntu.com/ubuntu</a> disco-security InRelease [97.5 kB]
[...]
Get:13 <a href="http://security.ubuntu.com/ubuntu">http://security.ubuntu.com/ubuntu</a> disco-security/multiverse amd64
Packages [1078 B]
Get:14 <a href="http://archive.ubuntu.com/ubuntu">http://archive.ubuntu.com/ubuntu</a> disco-updates/main amd64 Packages [358
kB]
Get:15 <a href="http://archive.ubuntu.com/ubuntu">http://archive.ubuntu.com/ubuntu</a> 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
```</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>