How to remove all metadate from a file (e.g. pdf)?












2















For privacy concerns, I want to remove all metadata from a document (e.g. pdf, jpg, docx, …). Metadata in general is additional information stored somehow apart the actual content like:




  • Used Software

  • Used Operating System

  • Time and sometimes place

  • Camera model, used gear… (photographs, see Exif)




“How do I reliably strip all metadata from my pdf, jpg, docx etc.?”











share|improve this question




















  • 1





    Possible duplicate of How can I read and remove meta (exif) data from my photos using the command line?

    – Pablo Bianchi
    Mar 10 at 17:58











  • Possible duplicate of PDF metadata viewer / tag editor for Ubuntu

    – karel
    Mar 10 at 20:26













  • @PabloBianchi and karel: Both links refer to different questions. The former one seeks a metadata editor and the latter a metadata removal regarding just photographs. The question here is meant in respect of privacy regarding a general file and the abstract concept of metadata. That is: (1) Metadata is not necessarily an editable field and (2) I do not seek to edit, but to just strip it. I changed some words above to make the distinction more clear.

    – Suuuehgi
    Mar 11 at 20:21
















2















For privacy concerns, I want to remove all metadata from a document (e.g. pdf, jpg, docx, …). Metadata in general is additional information stored somehow apart the actual content like:




  • Used Software

  • Used Operating System

  • Time and sometimes place

  • Camera model, used gear… (photographs, see Exif)




“How do I reliably strip all metadata from my pdf, jpg, docx etc.?”











share|improve this question




















  • 1





    Possible duplicate of How can I read and remove meta (exif) data from my photos using the command line?

    – Pablo Bianchi
    Mar 10 at 17:58











  • Possible duplicate of PDF metadata viewer / tag editor for Ubuntu

    – karel
    Mar 10 at 20:26













  • @PabloBianchi and karel: Both links refer to different questions. The former one seeks a metadata editor and the latter a metadata removal regarding just photographs. The question here is meant in respect of privacy regarding a general file and the abstract concept of metadata. That is: (1) Metadata is not necessarily an editable field and (2) I do not seek to edit, but to just strip it. I changed some words above to make the distinction more clear.

    – Suuuehgi
    Mar 11 at 20:21














2












2








2








For privacy concerns, I want to remove all metadata from a document (e.g. pdf, jpg, docx, …). Metadata in general is additional information stored somehow apart the actual content like:




  • Used Software

  • Used Operating System

  • Time and sometimes place

  • Camera model, used gear… (photographs, see Exif)




“How do I reliably strip all metadata from my pdf, jpg, docx etc.?”











share|improve this question
















For privacy concerns, I want to remove all metadata from a document (e.g. pdf, jpg, docx, …). Metadata in general is additional information stored somehow apart the actual content like:




  • Used Software

  • Used Operating System

  • Time and sometimes place

  • Camera model, used gear… (photographs, see Exif)




“How do I reliably strip all metadata from my pdf, jpg, docx etc.?”








pdf metadata exif






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 11 at 20:09







Suuuehgi

















asked Mar 30 '16 at 14:16









SuuuehgiSuuuehgi

17117




17117








  • 1





    Possible duplicate of How can I read and remove meta (exif) data from my photos using the command line?

    – Pablo Bianchi
    Mar 10 at 17:58











  • Possible duplicate of PDF metadata viewer / tag editor for Ubuntu

    – karel
    Mar 10 at 20:26













  • @PabloBianchi and karel: Both links refer to different questions. The former one seeks a metadata editor and the latter a metadata removal regarding just photographs. The question here is meant in respect of privacy regarding a general file and the abstract concept of metadata. That is: (1) Metadata is not necessarily an editable field and (2) I do not seek to edit, but to just strip it. I changed some words above to make the distinction more clear.

    – Suuuehgi
    Mar 11 at 20:21














  • 1





    Possible duplicate of How can I read and remove meta (exif) data from my photos using the command line?

    – Pablo Bianchi
    Mar 10 at 17:58











  • Possible duplicate of PDF metadata viewer / tag editor for Ubuntu

    – karel
    Mar 10 at 20:26













  • @PabloBianchi and karel: Both links refer to different questions. The former one seeks a metadata editor and the latter a metadata removal regarding just photographs. The question here is meant in respect of privacy regarding a general file and the abstract concept of metadata. That is: (1) Metadata is not necessarily an editable field and (2) I do not seek to edit, but to just strip it. I changed some words above to make the distinction more clear.

    – Suuuehgi
    Mar 11 at 20:21








1




1





Possible duplicate of How can I read and remove meta (exif) data from my photos using the command line?

– Pablo Bianchi
Mar 10 at 17:58





Possible duplicate of How can I read and remove meta (exif) data from my photos using the command line?

– Pablo Bianchi
Mar 10 at 17:58













Possible duplicate of PDF metadata viewer / tag editor for Ubuntu

– karel
Mar 10 at 20:26







Possible duplicate of PDF metadata viewer / tag editor for Ubuntu

– karel
Mar 10 at 20:26















@PabloBianchi and karel: Both links refer to different questions. The former one seeks a metadata editor and the latter a metadata removal regarding just photographs. The question here is meant in respect of privacy regarding a general file and the abstract concept of metadata. That is: (1) Metadata is not necessarily an editable field and (2) I do not seek to edit, but to just strip it. I changed some words above to make the distinction more clear.

– Suuuehgi
Mar 11 at 20:21





@PabloBianchi and karel: Both links refer to different questions. The former one seeks a metadata editor and the latter a metadata removal regarding just photographs. The question here is meant in respect of privacy regarding a general file and the abstract concept of metadata. That is: (1) Metadata is not necessarily an editable field and (2) I do not seek to edit, but to just strip it. I changed some words above to make the distinction more clear.

– Suuuehgi
Mar 11 at 20:21










1 Answer
1






active

oldest

votes


















5














MAT



Have a look at MAT (Metadata Anonymisation Toolkit)! It comes from the TOR-people and as standard on Tails—a privacy and anonymity focused live OS.



Since it's kind of a wrapper around exiftool, it supports more file formats that exiftool alone.



By now, they are:




  • Portable Network Graphics (.png)

  • JPEG (.jpg, .jpeg, …)

  • TIFF (.tif, tiff, …)

  • Open Documents (.odt, .odx, .ods, …)

  • Office OpenXml (.docx, .pptx, .xlsx, …)

  • Portable Document Fileformat (.pdf)

  • Tape ARchives (.tar, .tar.bz2, …)

  • MPEG AUdio (.mp3, .mp2, .mp1, …)

  • Ogg Vorbis (.ogg, …)

  • Free Lossless Audio Codec (.flac)

  • Torrent (.torrent)


For some more details, have a look at this paper.



BEWARE




“Mat only removes standard metadata from your files, it does not:




  • anonymise their content

  • handle watermarking

  • handle steganography

  • any overly customized metadata field/system (→jpg,zip)


If you really want to be anonymous, use formats that do not contain any metadata, or better: use plain-text.



And most important, be careful: every format can be watermarked, even plain text (e.g. the SNOW project)!



You can also print out a copy of the documents, re-scan them, and pass it to the MAT; but be careful to securely shred your printout and not leave traces in your printer’s/scanner’s memory.”
(taken from MAT-website)




JPEG



Comments and the standard Exif-/IPTC-/XMP-tags are being deleted.
There might be proprietary non-standard tags (like Canon Raw tags) MAT does not touch. These could be included by e.g. proprietary RAW → JPEG conversion tools.



ZIP



MAT does not alter the content of the archive. If a tool creates additional files containing metadata within the archive, they will not be touched.



Installation



Ubuntu 12.10 and above



Since Ubuntu 12.10 it's in the standard repository universe.



sudo apt install mat



Below Ubuntu 12.10



For older versions of Ubuntu, it has to be installed by hand. The dependencies are:




  • gir1.2-poppler-0.18

  • libimage-exiftool-perl (universe)

  • python2.7

  • python-gi-cairo

  • python-mutagen

  • python-pdfrw (universe)


Install them via:



sudo apt-get install gir1.2-poppler-0.18 libimage-exiftool-perl python2.7 python-gi-cairo python-mutagen python-pdfrw


Then get MAT here (e.g. mat-0.6.1.tar.xz). If you want verify your download with GnuPG, get the .asc file as well.



To check it, import the key given at the bottom of the page e.g. via



gpg --search-keys 0x04D041E8171901CC


and check with:



gpg --verify mat-0.6.1.tar.xz.asc  mat-0.6.1.tar.xz


The output should be something like



gpg: Signature made Sun 03 Jan 2016 09:02:29 PM CET using RSA key ID 171901CC
gpg: Good signature from "Julien (jvoisin) Voisin <julien.voisin@dustri.org>" [unknown]
gpg: aka "Julien (jvoisin) Voisin <jvoisin@riseup.net>" [unknown]
gpg: aka "Julien (jvoisin) Voisin <jvoisin@openmailbox.net>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9FCD EE9E 1A38 1F31 1EA6 2A74 04D0 41E8 1719 01CC


Extract and install via



tar xvfJ mat-0.6.1.tar.xz
cd mat-0.6.1
sudo python2 setup.py install


Debian users find it in the testing-repo, Arch users in AUR.



If everything went fine, you have the console tool mat as well as the gui mat-gui.






share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f751897%2fhow-to-remove-all-metadate-from-a-file-e-g-pdf%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    5














    MAT



    Have a look at MAT (Metadata Anonymisation Toolkit)! It comes from the TOR-people and as standard on Tails—a privacy and anonymity focused live OS.



    Since it's kind of a wrapper around exiftool, it supports more file formats that exiftool alone.



    By now, they are:




    • Portable Network Graphics (.png)

    • JPEG (.jpg, .jpeg, …)

    • TIFF (.tif, tiff, …)

    • Open Documents (.odt, .odx, .ods, …)

    • Office OpenXml (.docx, .pptx, .xlsx, …)

    • Portable Document Fileformat (.pdf)

    • Tape ARchives (.tar, .tar.bz2, …)

    • MPEG AUdio (.mp3, .mp2, .mp1, …)

    • Ogg Vorbis (.ogg, …)

    • Free Lossless Audio Codec (.flac)

    • Torrent (.torrent)


    For some more details, have a look at this paper.



    BEWARE




    “Mat only removes standard metadata from your files, it does not:




    • anonymise their content

    • handle watermarking

    • handle steganography

    • any overly customized metadata field/system (→jpg,zip)


    If you really want to be anonymous, use formats that do not contain any metadata, or better: use plain-text.



    And most important, be careful: every format can be watermarked, even plain text (e.g. the SNOW project)!



    You can also print out a copy of the documents, re-scan them, and pass it to the MAT; but be careful to securely shred your printout and not leave traces in your printer’s/scanner’s memory.”
    (taken from MAT-website)




    JPEG



    Comments and the standard Exif-/IPTC-/XMP-tags are being deleted.
    There might be proprietary non-standard tags (like Canon Raw tags) MAT does not touch. These could be included by e.g. proprietary RAW → JPEG conversion tools.



    ZIP



    MAT does not alter the content of the archive. If a tool creates additional files containing metadata within the archive, they will not be touched.



    Installation



    Ubuntu 12.10 and above



    Since Ubuntu 12.10 it's in the standard repository universe.



    sudo apt install mat



    Below Ubuntu 12.10



    For older versions of Ubuntu, it has to be installed by hand. The dependencies are:




    • gir1.2-poppler-0.18

    • libimage-exiftool-perl (universe)

    • python2.7

    • python-gi-cairo

    • python-mutagen

    • python-pdfrw (universe)


    Install them via:



    sudo apt-get install gir1.2-poppler-0.18 libimage-exiftool-perl python2.7 python-gi-cairo python-mutagen python-pdfrw


    Then get MAT here (e.g. mat-0.6.1.tar.xz). If you want verify your download with GnuPG, get the .asc file as well.



    To check it, import the key given at the bottom of the page e.g. via



    gpg --search-keys 0x04D041E8171901CC


    and check with:



    gpg --verify mat-0.6.1.tar.xz.asc  mat-0.6.1.tar.xz


    The output should be something like



    gpg: Signature made Sun 03 Jan 2016 09:02:29 PM CET using RSA key ID 171901CC
    gpg: Good signature from "Julien (jvoisin) Voisin <julien.voisin@dustri.org>" [unknown]
    gpg: aka "Julien (jvoisin) Voisin <jvoisin@riseup.net>" [unknown]
    gpg: aka "Julien (jvoisin) Voisin <jvoisin@openmailbox.net>" [unknown]
    gpg: WARNING: This key is not certified with a trusted signature!
    gpg: There is no indication that the signature belongs to the owner.
    Primary key fingerprint: 9FCD EE9E 1A38 1F31 1EA6 2A74 04D0 41E8 1719 01CC


    Extract and install via



    tar xvfJ mat-0.6.1.tar.xz
    cd mat-0.6.1
    sudo python2 setup.py install


    Debian users find it in the testing-repo, Arch users in AUR.



    If everything went fine, you have the console tool mat as well as the gui mat-gui.






    share|improve this answer






























      5














      MAT



      Have a look at MAT (Metadata Anonymisation Toolkit)! It comes from the TOR-people and as standard on Tails—a privacy and anonymity focused live OS.



      Since it's kind of a wrapper around exiftool, it supports more file formats that exiftool alone.



      By now, they are:




      • Portable Network Graphics (.png)

      • JPEG (.jpg, .jpeg, …)

      • TIFF (.tif, tiff, …)

      • Open Documents (.odt, .odx, .ods, …)

      • Office OpenXml (.docx, .pptx, .xlsx, …)

      • Portable Document Fileformat (.pdf)

      • Tape ARchives (.tar, .tar.bz2, …)

      • MPEG AUdio (.mp3, .mp2, .mp1, …)

      • Ogg Vorbis (.ogg, …)

      • Free Lossless Audio Codec (.flac)

      • Torrent (.torrent)


      For some more details, have a look at this paper.



      BEWARE




      “Mat only removes standard metadata from your files, it does not:




      • anonymise their content

      • handle watermarking

      • handle steganography

      • any overly customized metadata field/system (→jpg,zip)


      If you really want to be anonymous, use formats that do not contain any metadata, or better: use plain-text.



      And most important, be careful: every format can be watermarked, even plain text (e.g. the SNOW project)!



      You can also print out a copy of the documents, re-scan them, and pass it to the MAT; but be careful to securely shred your printout and not leave traces in your printer’s/scanner’s memory.”
      (taken from MAT-website)




      JPEG



      Comments and the standard Exif-/IPTC-/XMP-tags are being deleted.
      There might be proprietary non-standard tags (like Canon Raw tags) MAT does not touch. These could be included by e.g. proprietary RAW → JPEG conversion tools.



      ZIP



      MAT does not alter the content of the archive. If a tool creates additional files containing metadata within the archive, they will not be touched.



      Installation



      Ubuntu 12.10 and above



      Since Ubuntu 12.10 it's in the standard repository universe.



      sudo apt install mat



      Below Ubuntu 12.10



      For older versions of Ubuntu, it has to be installed by hand. The dependencies are:




      • gir1.2-poppler-0.18

      • libimage-exiftool-perl (universe)

      • python2.7

      • python-gi-cairo

      • python-mutagen

      • python-pdfrw (universe)


      Install them via:



      sudo apt-get install gir1.2-poppler-0.18 libimage-exiftool-perl python2.7 python-gi-cairo python-mutagen python-pdfrw


      Then get MAT here (e.g. mat-0.6.1.tar.xz). If you want verify your download with GnuPG, get the .asc file as well.



      To check it, import the key given at the bottom of the page e.g. via



      gpg --search-keys 0x04D041E8171901CC


      and check with:



      gpg --verify mat-0.6.1.tar.xz.asc  mat-0.6.1.tar.xz


      The output should be something like



      gpg: Signature made Sun 03 Jan 2016 09:02:29 PM CET using RSA key ID 171901CC
      gpg: Good signature from "Julien (jvoisin) Voisin <julien.voisin@dustri.org>" [unknown]
      gpg: aka "Julien (jvoisin) Voisin <jvoisin@riseup.net>" [unknown]
      gpg: aka "Julien (jvoisin) Voisin <jvoisin@openmailbox.net>" [unknown]
      gpg: WARNING: This key is not certified with a trusted signature!
      gpg: There is no indication that the signature belongs to the owner.
      Primary key fingerprint: 9FCD EE9E 1A38 1F31 1EA6 2A74 04D0 41E8 1719 01CC


      Extract and install via



      tar xvfJ mat-0.6.1.tar.xz
      cd mat-0.6.1
      sudo python2 setup.py install


      Debian users find it in the testing-repo, Arch users in AUR.



      If everything went fine, you have the console tool mat as well as the gui mat-gui.






      share|improve this answer




























        5












        5








        5







        MAT



        Have a look at MAT (Metadata Anonymisation Toolkit)! It comes from the TOR-people and as standard on Tails—a privacy and anonymity focused live OS.



        Since it's kind of a wrapper around exiftool, it supports more file formats that exiftool alone.



        By now, they are:




        • Portable Network Graphics (.png)

        • JPEG (.jpg, .jpeg, …)

        • TIFF (.tif, tiff, …)

        • Open Documents (.odt, .odx, .ods, …)

        • Office OpenXml (.docx, .pptx, .xlsx, …)

        • Portable Document Fileformat (.pdf)

        • Tape ARchives (.tar, .tar.bz2, …)

        • MPEG AUdio (.mp3, .mp2, .mp1, …)

        • Ogg Vorbis (.ogg, …)

        • Free Lossless Audio Codec (.flac)

        • Torrent (.torrent)


        For some more details, have a look at this paper.



        BEWARE




        “Mat only removes standard metadata from your files, it does not:




        • anonymise their content

        • handle watermarking

        • handle steganography

        • any overly customized metadata field/system (→jpg,zip)


        If you really want to be anonymous, use formats that do not contain any metadata, or better: use plain-text.



        And most important, be careful: every format can be watermarked, even plain text (e.g. the SNOW project)!



        You can also print out a copy of the documents, re-scan them, and pass it to the MAT; but be careful to securely shred your printout and not leave traces in your printer’s/scanner’s memory.”
        (taken from MAT-website)




        JPEG



        Comments and the standard Exif-/IPTC-/XMP-tags are being deleted.
        There might be proprietary non-standard tags (like Canon Raw tags) MAT does not touch. These could be included by e.g. proprietary RAW → JPEG conversion tools.



        ZIP



        MAT does not alter the content of the archive. If a tool creates additional files containing metadata within the archive, they will not be touched.



        Installation



        Ubuntu 12.10 and above



        Since Ubuntu 12.10 it's in the standard repository universe.



        sudo apt install mat



        Below Ubuntu 12.10



        For older versions of Ubuntu, it has to be installed by hand. The dependencies are:




        • gir1.2-poppler-0.18

        • libimage-exiftool-perl (universe)

        • python2.7

        • python-gi-cairo

        • python-mutagen

        • python-pdfrw (universe)


        Install them via:



        sudo apt-get install gir1.2-poppler-0.18 libimage-exiftool-perl python2.7 python-gi-cairo python-mutagen python-pdfrw


        Then get MAT here (e.g. mat-0.6.1.tar.xz). If you want verify your download with GnuPG, get the .asc file as well.



        To check it, import the key given at the bottom of the page e.g. via



        gpg --search-keys 0x04D041E8171901CC


        and check with:



        gpg --verify mat-0.6.1.tar.xz.asc  mat-0.6.1.tar.xz


        The output should be something like



        gpg: Signature made Sun 03 Jan 2016 09:02:29 PM CET using RSA key ID 171901CC
        gpg: Good signature from "Julien (jvoisin) Voisin <julien.voisin@dustri.org>" [unknown]
        gpg: aka "Julien (jvoisin) Voisin <jvoisin@riseup.net>" [unknown]
        gpg: aka "Julien (jvoisin) Voisin <jvoisin@openmailbox.net>" [unknown]
        gpg: WARNING: This key is not certified with a trusted signature!
        gpg: There is no indication that the signature belongs to the owner.
        Primary key fingerprint: 9FCD EE9E 1A38 1F31 1EA6 2A74 04D0 41E8 1719 01CC


        Extract and install via



        tar xvfJ mat-0.6.1.tar.xz
        cd mat-0.6.1
        sudo python2 setup.py install


        Debian users find it in the testing-repo, Arch users in AUR.



        If everything went fine, you have the console tool mat as well as the gui mat-gui.






        share|improve this answer















        MAT



        Have a look at MAT (Metadata Anonymisation Toolkit)! It comes from the TOR-people and as standard on Tails—a privacy and anonymity focused live OS.



        Since it's kind of a wrapper around exiftool, it supports more file formats that exiftool alone.



        By now, they are:




        • Portable Network Graphics (.png)

        • JPEG (.jpg, .jpeg, …)

        • TIFF (.tif, tiff, …)

        • Open Documents (.odt, .odx, .ods, …)

        • Office OpenXml (.docx, .pptx, .xlsx, …)

        • Portable Document Fileformat (.pdf)

        • Tape ARchives (.tar, .tar.bz2, …)

        • MPEG AUdio (.mp3, .mp2, .mp1, …)

        • Ogg Vorbis (.ogg, …)

        • Free Lossless Audio Codec (.flac)

        • Torrent (.torrent)


        For some more details, have a look at this paper.



        BEWARE




        “Mat only removes standard metadata from your files, it does not:




        • anonymise their content

        • handle watermarking

        • handle steganography

        • any overly customized metadata field/system (→jpg,zip)


        If you really want to be anonymous, use formats that do not contain any metadata, or better: use plain-text.



        And most important, be careful: every format can be watermarked, even plain text (e.g. the SNOW project)!



        You can also print out a copy of the documents, re-scan them, and pass it to the MAT; but be careful to securely shred your printout and not leave traces in your printer’s/scanner’s memory.”
        (taken from MAT-website)




        JPEG



        Comments and the standard Exif-/IPTC-/XMP-tags are being deleted.
        There might be proprietary non-standard tags (like Canon Raw tags) MAT does not touch. These could be included by e.g. proprietary RAW → JPEG conversion tools.



        ZIP



        MAT does not alter the content of the archive. If a tool creates additional files containing metadata within the archive, they will not be touched.



        Installation



        Ubuntu 12.10 and above



        Since Ubuntu 12.10 it's in the standard repository universe.



        sudo apt install mat



        Below Ubuntu 12.10



        For older versions of Ubuntu, it has to be installed by hand. The dependencies are:




        • gir1.2-poppler-0.18

        • libimage-exiftool-perl (universe)

        • python2.7

        • python-gi-cairo

        • python-mutagen

        • python-pdfrw (universe)


        Install them via:



        sudo apt-get install gir1.2-poppler-0.18 libimage-exiftool-perl python2.7 python-gi-cairo python-mutagen python-pdfrw


        Then get MAT here (e.g. mat-0.6.1.tar.xz). If you want verify your download with GnuPG, get the .asc file as well.



        To check it, import the key given at the bottom of the page e.g. via



        gpg --search-keys 0x04D041E8171901CC


        and check with:



        gpg --verify mat-0.6.1.tar.xz.asc  mat-0.6.1.tar.xz


        The output should be something like



        gpg: Signature made Sun 03 Jan 2016 09:02:29 PM CET using RSA key ID 171901CC
        gpg: Good signature from "Julien (jvoisin) Voisin <julien.voisin@dustri.org>" [unknown]
        gpg: aka "Julien (jvoisin) Voisin <jvoisin@riseup.net>" [unknown]
        gpg: aka "Julien (jvoisin) Voisin <jvoisin@openmailbox.net>" [unknown]
        gpg: WARNING: This key is not certified with a trusted signature!
        gpg: There is no indication that the signature belongs to the owner.
        Primary key fingerprint: 9FCD EE9E 1A38 1F31 1EA6 2A74 04D0 41E8 1719 01CC


        Extract and install via



        tar xvfJ mat-0.6.1.tar.xz
        cd mat-0.6.1
        sudo python2 setup.py install


        Debian users find it in the testing-repo, Arch users in AUR.



        If everything went fine, you have the console tool mat as well as the gui mat-gui.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 10 at 17:57


























        community wiki





        4 revs, 3 users 96%
        Suuuehgi































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f751897%2fhow-to-remove-all-metadate-from-a-file-e-g-pdf%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局