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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to