I need to install sudo first.
apt-get install sudo
after that ,
sudo apt-get install poppler-data
sudo apt-get install poppler-utils
I can resolve with this way.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
how to use poppler in azure web app (Linux server). I can not install poppler from ssh. any way to try? please.
sudo apt-get install poppler-data -bash: sudo: command not found
I need to install sudo first.
apt-get install sudo
after that ,
sudo apt-get install poppler-data
sudo apt-get install poppler-utils
I can resolve with this way.
To fix this error, log into your system as the root user or simply switch to the root user.
sudo su -
Next, update the package lists and install the sudo package as follows.
apt update -y
apt install sudo -y
Try installing poppler again, after finishing the above command
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
@Su Myat Hlaing To use Poppler in an Azure Web App running on Linux, you can try using the Poppler NuGet package. Here are the steps to use Poppler in your Azure Web App: