topic title: GTKHash
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#1
This is just a GUI for those that prefer to do md5sum checks without using a terminal.

Code: Select all

harry@antix1:~
$ apt search gtkhash
Sorting... Done
Full Text Search... Done
gtkhash/testing 0.7.0-2 i386
  GTK+ utility for computing checksums and more

gtkhash-common/testing 0.7.0-2 all
  common files for gtkhash extensions

nautilus-gtkhash/testing 0.7.0-2 i386
  nautilus extension for computing checksums and more using gtkhash

nemo-gtkhash/testing 0.7.0-2 i386
  nemo extension for computing checksums and more using gtkhash

thunar-gtkhash/testing 0.7.0-2 i386
  thunar extension for computing checksums and more using gtkhash

harry@antix1:~
$ sudo apt-get install gtkhash
[sudo] password for harry: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  gtkhash-common
The following NEW packages will be installed:
  gtkhash gtkhash-common
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 55.2 kB of archives.
After this operation, 409 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.us.debian.org/debian/ testing/main gtkhash-common all 0.7.0-2 [16.9 kB]
Get:2 http://ftp.us.debian.org/debian/ testing/main gtkhash i386 0.7.0-2 [38.3 kB]
Fetched 55.2 kB in 0s (65.1 kB/s) 
Selecting previously unselected package gtkhash-common.
(Reading database ... 110348 files and directories currently installed.)
Preparing to unpack .../gtkhash-common_0.7.0-2_all.deb ...
Unpacking gtkhash-common (0.7.0-2) ...
Selecting previously unselected package gtkhash.
Preparing to unpack .../gtkhash_0.7.0-2_i386.deb ...
Unpacking gtkhash (0.7.0-2) ...
Processing triggers for libglib2.0-0:i386 (2.42.1-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.58) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for menu (2.1.47) ...
Setting up gtkhash-common (0.7.0-2) ...
Setting up gtkhash (0.7.0-2) ...
Processing triggers for menu (2.1.47) ...
Updating fluxbox menu
Updating icewm menu
Updating jwm menu
harry@antix1:~
$ 
As you can see. It does not take up a lot of space. You can use synaptic package manager also if you are using full iso to install this.

Image

Once it opens you can hit the File (None) button to open what you wish to check. I will be using
Android Lollipop for i386 laptops/netbooks for this demo.

Image
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Now you have located what you want to check. You can next hit the open button

Image

Now you can proceed to check md5sum plus other checks by left click on the hash button.

Image

Lastly. You should have a text file already made with the downloaded md5sum of whatever you needed checking. Mine is in /media/_data/isos/android_lollipop/md5

I cut and paste and check my md5sum so to make sure I recieved a good download.

Code: Select all

d897a330c93976bf83234603a63d040d  android-x86-5.0.2-lollipop-exton-kernel-332mb-150306.iso
d897a330c93976bf83234603a63d040d  android-x86-5.0.2-lollipop-exton-kernel-332mb-150306.iso
I do this in terminal myself as I learned the old school way of doing things. But. For the new users who prefer. using gui tools to do what I do in cli. Well. Here ya go.
I took these screenshots on my little 9 inch touchscreen netbook. So Alt+Left Click was my friend in moving these ovesize GUI apps around on my screen

Happy Trailz, Rok
Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#3
Dude, another genius biker at work! Great idea.