Overview for linux

How to verify the checksum of a downloaded file in Solus OS Linux

Why do you need checksum?

Checksum serves to verify, that there was no corruption while downloading a file and that original file is the same as you have on your hard disk after downloading.

First of all you have to get correct checksum of the downloaded file from owner of the file or website, where you got that file. Normally you will see something like this:

SHA-256 checksum: c66aa2a0d49d5eced6f95dcb2f029907791e7b26c3381747318cce0007fbc198
md5: c3b3d4bc455ee51147e41c8f6b2d5c2a

Read more

Written by Administrator on Tuesday April 7, 2020

How to get version of make program in Solus OS ?

If you want to know the version of make program in your Solus OS Linux or just to check, if make is installed, you can easily do it with running follow command in terminal :

$ make --version

In my case I got this output:

GNU Make 4.3
Built for x86_64-solus-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Read more

Written by Administrator on Monday April 6, 2020