Skip to content

pdftk fails to exec #6

Closed
Closed
@notklaatu

Description

@notklaatu

On Fedora 28, I've installed both hello as a test and pdftk. The first executes successfully, the latter fails.

$ head -n 2 /etc/os-release
NAME=Fedora
VERSION="28 (Twenty Eight)"
$ sudo dnf install -y snapd
[ ... ]
$ sudo systemctl start snapd
$ sudo snap install hello
[ ... ]
$ hello
bash: hello: command not found
$ /var/lib/snapd/snap/hello/20/bin/hello
Hello, World!
$ sudo snap install pdftk
[ ... ] 
$ /var/lib/snapd/snap/pdftk/9/usr/bin/pdftk 
bash: /var/lib/snapd/snap/pdftk/9/usr/bin/pdftk: No such file or directory
$ sudo chmod +x /var/lib/snapd/snap/pdftk/9/usr/bin/pdftk 
Error blah blah: Read-only file system

This is my first experience with snap, so I may be overlooking a step, but given that hello works, I'm assuming pdftk ought to work in the same way, even if I do have to add /var/lib/snapd/snap/ to my PATH. But maybe there's some other path I need to add?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions