1

enter image description here

Running Ubuntu 22.04 fully up to date, I noticed an app I didn't install myself called TeXInfo is now on my system. I assume it got pulled in recently as a dependency from another app or possibly something that got pulled in during an apt upgrade, but I'm not entirely sure.

(1) Does anyone know why or where this got added from and (2) if it's safe to remove or not? Please let me know, thank you.

Scotty_Trees
  • 1,661

1 Answers1

0

The command

apt-cache rdepends texinfo

will show you which packages require texinfo to be installed. This will make clear why this package now is on your system.

vanadium
  • 88,010