I am trying to install poppler-utils with no results. What can I do to deal with the directory error? I am not sure why it even wants that directory.
nadja@Freedom:~$ apt policy poppler
N: Unable to locate package poppler
nadja@Freedom:~$ apt policy poppler-utils*
poppler-utils:
Installed: 0.86.1-0ubuntu1
Candidate: 0.86.1-0ubuntu1
Version table:
*** 0.86.1-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
If I try reinstall poppler
sudo apt install --reinstall poppler-utils
[sudo] password for nadja:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libllvm11 shim
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 37 not upgraded.
Need to get 174 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu focal/main amd64 poppler-utils amd64 0.86.1-0ubuntu1 [174 kB]
Fetched 174 kB in 10s (16.9 kB/s)
(Reading database ... 235674 files and directories currently installed.)
Preparing to unpack .../poppler-utils_0.86.1-0ubuntu1_amd64.deb ...
Unpacking poppler-utils (0.86.1-0ubuntu1) over (0.86.1-0ubuntu1) ...
Setting up poppler-utils (0.86.1-0ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
ls: cannot access '/home/*/.ssh/a*': No such file or directory
nadja@Freedom:~$