How to compare SHASUM to .asc file?

Discussion in 'all things UNIX' started by Amanda, Jan 31, 2016.

  1. Amanda

    Amanda Registered Member

    Joined:
    Aug 8, 2013
    Posts:
    2,115
    Location:
    Brasil
    I did this once in the past, but I don't remember how to do it anymore.

    I have two files:

    • Firejail.deb
    • firejail.asc
    I need to verify the sha256sum of the .deb file against the asc file.
     
    Last edited: Jan 31, 2016
  2. mirimir

    mirimir Registered Member

    Joined:
    Oct 1, 2011
    Posts:
    9,252
    Code:
    cat Firejail.deb | sha256sum
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.