Comment 9 for bug 2033377

Revision history for this message
Tim Andersson (andersson123) wrote :

This isn't an issue in Lunar which has these packages installed:
```
ubuntu@ubuntu:~$ apt list --installed | grep fonts-noto

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

fonts-noto-cjk/lunar,now 1:20220127+repack1-1 all [installed,automatic]
fonts-noto-color-emoji/lunar,now 2.038-1 all [installed,automatic]
fonts-noto-mono/lunar,now 20201225-1build1 all [installed,automatic]
```
However in Mantic:
```
ubuntu@ubuntu:~$ apt list --installed | grep fonts-noto

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

fonts-noto-cjk/mantic,now 1:20220127+repack1-1 all [installed,automatic]
fonts-noto-color-emoji/mantic,now 2.038-1 all [installed,automatic]
fonts-noto-core/mantic,now 20201225-2 all [installed,automatic]
fonts-noto-mono/mantic,now 20201225-2 all [installed,automatic]
```

Does this suffice?