I am not able to install the pdftk . when I try to install the pdftk rpm getting the signature key issue ,I don’t have any idea how do I get it and install as I am completely new to Linux env.
Please help me out
sudo rpm -ivh pdftk-2.02-44.1.src.rpm
warning: pdftk-2.02-44.1.src.rpm: Header V3 DSA/SHA1 Signature, key ID fd09be7d: NOKEY
On Fri, 05 May 2017 15:56:01 +0000, venkatlinux wrote:
> I am not able to install the pdftk . when I try to install the pdftk rpm
> getting the signature key issue ,I don’t have any idea how do I get it
> and install as I am completely new to Linux env.
> Please help me out
>
> sudo rpm -ivh pdftk-2.02-44.1.src.rpm
>
> warning: pdftk-2.02-44.1.src.rpm: Header V3 DSA/SHA1 Signature, key ID
> fd09be7d: NOKEY
You’re not trying to install the package, you’re trying to install the
source package.
sudo zypper in pdftk-2.02-44.1.src.rpm
virtual’s password:
Loading repository data…
Reading installed packages…
‘tmpRPMcache:pdftk=0:2.02-44.1’ not found in package names. Trying capabilities.
No provider of ‘tmpRPMcache:pdftk=0:2.02-44.1’ found.
Resolving package dependencies…
On Fri, 05 May 2017 19:16:01 +0000, venkatlinux wrote:
> I did zypper and got the below out put
>
> sudo zypper in pdftk-2.02-44.1.src.rpm virtual’s password:
> Loading repository data…
> Reading installed packages…
> ‘tmpRPMcache:pdftk=0:2.02-44.1’ not found in package names. Trying
> capabilities.
> No provider of ‘tmpRPMcache:pdftk=0:2.02-44.1’ found.
> Resolving package dependencies…
>
>
> Nothing to do.
>
> Could you help me on that please.
That’s not the command I suggested.
sudo zypper in pdftk
That installs from the repo. You’re specifying a package filename for a
source package (not a binary package), which is different.