Pille
28 April 2025 17:58
1
Hi all,
today i got an update notification and realized that the package ttf-harmonyos-sans required an update via yay (seem to be an AUR package)
But i have no idea where it came from. I never installed the font package manually.
How can i check which other package installed it and where it is required?
I only have 3-4 other tools installed via from AUR
Pille:
today i got an update notification and realized that the package ttf-harmonyos-sans required an update via yay (seem to be an AUR package)
But i have no idea where it came from. I never installed the font package manually.
How can i check which other package installed it and where it is required?
pacman -Qi ttf-harmonyos-sans | grep -E "Required By|Install Reason"
Sometimes a package from the AUR pulls in other packages, either as a runtime dependency or as a build-time dependency.
3 Likes
thanks, learnt something new again
but small correction of the command: "|"Install Reason"
would parsed as command, at least in a bash
pacman -Qi ttf-harmonyos-sans | grep -E "Required By|Install Reason"
2 Likes
I’ve ninja-edited my post.
2 Likes
Pille
28 April 2025 19:46
5
Perfect, thanks. Will check where it came from.
1 Like
Lolix
28 April 2025 23:50
6
Looking at AUR (en) - ttf-harmonyos-sans it is either bambustudio-git
or orca-slicer
2 Likes
Pille
29 April 2025 04:59
7
Morning,
thanks for the hints how to check the dependencies. And it was Orca slicer on my install.
2 Likes
system
Closed
2 May 2025 04:59
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.