Is this a bit clearer?
root@iniza:~# LC_ALL=C ll /usr/bin/lld{,-[0-9]}
ls: cannot access '/usr/bin/lld': No such file or directory
lrwxrwxrwx 1 root root 21 Feb 28 13:50 /usr/bin/lld-7 -> ../lib/llvm-7/bin/lld
lrwxrwxrwx 1 root root 21 Mar 19 21:57 /usr/bin/lld-8 -> ../lib/llvm-8/bin/lld
lrwxrwxrwx 1 root root 35 Mar 21 11:19 /usr/bin/lld-9 ->
/opt/llvm-toolchain-9.0.0/bin/lld-9
root@iniza:~# LC_ALL=C apt-get install lld -t experimental
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
lld
0 upgraded, 1 newly installed, 0 to remove and 594 not upgraded.
Need to get 0 B/7092 B of archives.
After this operation, 21.5 kB of additional disk space will be used.
Selecting previously unselected package lld.
(Reading database ... 545537 files and directories currently installed.)
Preparing to unpack .../lld_1%3a8.0-48~exp1_amd64.deb ...
Unpacking lld (1:8.0-48~exp1) ...
Setting up lld (1:8.0-48~exp1) ...
Processing triggers for man-db (2.8.5-2) ...
Scanning processes...
Scanning processor microcode...
Scanning linux images...
Running kernel seems to be up-to-date.
The processor microcode seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
root@iniza:~# LC_ALL=C ll /usr/bin/lld{,-[0-9]}
lrwxrwxrwx 1 root root 5 Mar 22 11:51 /usr/bin/lld -> lld-8 <--- XXX: NEW
lrwxrwxrwx 1 root root 21 Feb 28 13:50 /usr/bin/lld-7 -> ../lib/llvm-7/bin/lld
lrwxrwxrwx 1 root root 21 Mar 19 21:57 /usr/bin/lld-8 -> ../lib/llvm-8/bin/lld
lrwxrwxrwx 1 root root 35 Mar 21 11:19 /usr/bin/lld-9 ->
/opt/llvm-toolchain-9.0.0/bin/lld-9
- Sedat -