Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd July 2012, 07:48 PM
jeb3121 Offline
Registered User
 
Join Date: Nov 2011
Posts: 101
linuxfirefox
Validating F 17-64 live desktop.iso

Hi All,

I'm running F 16-64 live desktop on a dual-core AMD 7550 with 4G RAM and a separate 300G drive for linux.

My rationale for running the live version is that I'd rather install apps when I want them. My use is a pretty basic emigration from XP and I'm still not very far up the learning curve.

I validated F 16 in windows but decided to do F 17 in linux

The example in 3.4.*Validating in Linux is:
$ cd Downloads
$ sha256sum Fedora-17-i386-DVD.iso

I assume my 2nd line will be:
sha256sum Fedora-17-x86_64-Live-Desktop.iso
which has the complete name of the downloaded file.

However I searched Add/Remove Software for sha256sum and drew a blank. Nor could I find anything in Admin Tools that seemed to be what I need.

I probably just need a name for the hash program. Or a command line to d/l it

I assume it'll be useable for future upgrades as well.

Another question is about the example is that it doesn't require the root user(symbol #); why is that?

jeb
Reply With Quote
  #2  
Old 23rd July 2012, 08:57 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,981
linuxfirefox
Re: Validating F 17-64 live desktop.iso

If you mean from a Fedora install, the way to find out what package provides a command is

yum provides */commandname

So, in this case

yum provides */sha256sum

We find that it's actually in the coreutils package.

coreutils-8.15-6.fc17.x86_64 : A set of basic GNU tools commonly used in shell
: scripts
Repo : fedora
Matched from:
Filename : /usr/bin/sha256sum
Reply With Quote
  #3  
Old 23rd July 2012, 10:37 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Validating F 17-64 live desktop.iso

Also, this link tells you just about everything you need to know

https://fedoraproject.org/en/verify
Reply With Quote
  #4  
Old 24th July 2012, 05:46 AM
jeb3121 Offline
Registered User
 
Join Date: Nov 2011
Posts: 101
linuxfirefox
Re: Validating F 17-64 live desktop.iso

Quote:
Originally Posted by smr54 View Post
If you mean from a Fedora install, the way to find out what package provides a command is

yum provides */commandname

So, in this case

yum provides */sha256sum

We find that it's actually in the coreutils package.

coreutils-8.15-6.fc17.x86_64 : A set of basic GNU tools commonly used in shell
: scripts
Repo : fedora
Matched from:
Filename : /usr/bin/sha256sum
Thank you. I ran:
sha256sum Fedora-17-x86_64-Live-Desktop.iso

then matched the hash at https://fedoraproject.org/en/verify

Now to burn the CD

Thanks again to you and DBelton for your help

Next problem:
I'd like to know which items are in the coreutils. Since yum seems to be dl/install would: yum coreutils-8.15-6.fc17.x86_64 put it where I can access it?

If not where can I find a list of coreutils contents?

jeb
Reply With Quote
  #5  
Old 24th July 2012, 08:32 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Validating F 17-64 live desktop.iso

Here is the page for coreutils. you can probably find most of your answers there.

http://www.gnu.org/software/coreutils/

To install coreutils:

yum install coreutils
Reply With Quote
  #6  
Old 24th July 2012, 11:52 AM
jeb3121 Offline
Registered User
 
Join Date: Nov 2011
Posts: 101
linuxfirefox
Re: Validating F 17-64 live desktop.iso

Quote: Here is the page for coreutils. you can probably find most of your answers there.

http://www.gnu.org/software/coreutils/

To install coreutils:

yum install coreutils
end Quote

Hi,

I yummed coreutils but I don't know where it went. I don't find it in Downloads and even when I use root I still can't find usr or bin.

The install seems to be for F 16 from what I see in the terminal which is reasonable since that's the current version.

What I'd like is someplace where I could find something like:
coreutils
sha256sum determine hash for specified software

jeb
Reply With Quote
  #7  
Old 24th July 2012, 11:57 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,981
linuxchrome
Re: Validating F 17-64 live desktop.iso

rpm -ql coreutils|grep bin

will show you what commands are in it.

The q is for query, l is for list (a lower case L, not the numeral one). Running it as I show above, with the pipe key | and then grep bin will show what is in /usr/bin or /usr/sbin. (Otherwise, you get a complete list of everything it installs such as whatever files it might put in /etc, /lib, /usr/share/man, and so on.)
Reply With Quote
  #8  
Old 24th July 2012, 03:27 PM
jeb3121 Offline
Registered User
 
Join Date: Nov 2011
Posts: 101
linuxfirefox
SOLVED Validating F 17-64 live desktop.iso

Quote:
Originally Posted by smr54 View Post
rpm -ql coreutils|grep bin

will show you what commands are in it.

The q is for query, l is for list (a lower case L, not the numeral one). Running it as I show above, with the pipe key | and then grep bin will show what is in /usr/bin or /usr/sbin. (Otherwise, you get a complete list of everything it installs such as whatever files it might put in /etc, /lib, /usr/share/man, and so on.)
Thanks again. Combined with the titles in the coreutils directory, I should be able to sort it out.

jeb
Reply With Quote
  #9  
Old 24th July 2012, 04:21 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,981
linuxchrome
Re: Validating F 17-64 live desktop.iso

If you want to mark any thread that you've started as solved, you can click the thread tools link at the top--that should give you the option to mark it solve.d
Reply With Quote
Reply

Tags
1764, desktop, desktopiso, iso, live, validating

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Live Desktop no NFS? chrismurphy F17 Development Forum 0 13th May 2012 03:54 AM
validating a file or dircetory new2unix Programming & Packaging 2 26th June 2008 08:57 PM
Validating OpenSSL on Linux machine? ramki067 Servers & Networking 1 15th October 2007 11:27 AM
need validating schema based XML editor. Skunk Worx Using Fedora 4 20th August 2006 01:02 AM
Validating Microsoft Domain users with apache? nethole Servers & Networking 2 9th June 2006 12:43 AM


Current GMT-time: 21:19 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat