Add Poppler to Path in Debian
问题 I have just installed poppler on my debian server using the command: sudo apt-get install poppler-utils However, when I execute the command: pdftocairo --help The function cannot be found, so I assume this program has not automatically linked into my PATH variable. My issue is that I am not very experienced with Linux and I don't know how to find out where poppler installed, nor how to create a link file to Poppler from an existing included PATH location. Any help would be appreciated,