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 18th January 2013, 11:14 PM
kkdkdkdkkd56554 Offline
Registered User
 
Join Date: Sep 2012
Location: Here
Posts: 10
linuxfirefox
Question Few questions about Fedora 18

I've previously used and ran a persistent F17 GNOME 3 usb drive.

That is no longer my case. I now and run and use a persistent F18 GNOME 3 usb drive.

Having not used F17/F18 for long, F17/18 are the only Fedora's I've ever used in my Fedora experience.

That said, I'd like to ask a few questions regarding F18.

Can I install Steam BETA? (Invites no longer required.) If, so how?

Can I mount my Nexus 7 16GB for basic usage like file transfers? If so, how?

How can I get seconds to display in date/time?

How can I get the minimize/maximize window buttons to show?

How can I update to Firefox 18? Or can I install Nightly instead?

These are the current questions I have for now.

Last edited by kkdkdkdkkd56554; 18th January 2013 at 11:17 PM.
Reply With Quote
  #2  
Old 18th January 2013, 11:50 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,979
linuxchrome
Re: Few questions about Fedora 18

I'm not sure what the Nexus runs. In older Android systems, it would probably just show up as a USB device. In newer Android systems, you have to installs simple-mtpfs, then you can mount it (with root privilege--there's a way to use it as user too, I think, but I make so little use of it, I never bothered), with simple-mptfs /mnt

(Or wherever you want to mount it. )
Reply With Quote
  #3  
Old 18th January 2013, 11:54 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,624
linuxfedorafirefox
Re: Few questions about Fedora 18

I have attempted to answer some of your questions below

Quote:
Originally Posted by kkdkdkdkkd56554 View Post
Can I install Steam BETA? (Invites no longer required.) If, so how?
Yes. Use the rpm from Tom Callaway (spot's) repositories. Here is the link - http://spot.fedorapeople.org/

Quote:
Originally Posted by kkdkdkdkkd56554 View Post
How can I get seconds to display in date/time?

How can I get the minimize/maximize window buttons to show?
Easiest way is using gnome-tweak-tool. Install it and use the gui to toggle options from off to ON.

Code:
yum install gnome-tweak-tool
Alternative to do the same include using gsettings command on the terminal and using dconf-editor (yum install dconf-editor)

Quote:
Originally Posted by kkdkdkdkkd56554 View Post
How can I update to Firefox 18? Or can I install Nightly instead?
If you update the system, you should get FF18.

Hope this helps.
Reply With Quote
  #4  
Old 19th January 2013, 01:50 AM
kkdkdkdkkd56554 Offline
Registered User
 
Join Date: Sep 2012
Location: Here
Posts: 10
linuxiceweasel
Re: Few questions about Fedora 18

Quote:
Originally Posted by nonamedotc View Post
I have attempted to answer some of your questions below

Yes. Use the rpm from Tom Callaway (spot's) repositories. Here is the link - http://spot.fedorapeople.org/
Can you or someone explain to me what .rpm is?
.
These are the available Steam .rpm's

steam-1.0.0.14-2.fc16.i686.rpm
steam-1.0.0.14-2.fc17.i686.rpm
steam-1.0.0.14-2.fc17.src.rpm
steam-1.0.0.14-2.fc18.i686.rpm

I'm unsure on which to grab and use.
Reply With Quote
  #5  
Old 19th January 2013, 01:52 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,624
linuxfedorafirefox
Re: Few questions about Fedora 18

If you are using Fedora 18, try steam-1.0.0.14-2.fc18.i686.rpm.
Reply With Quote
  #6  
Old 19th January 2013, 01:59 AM
kkdkdkdkkd56554 Offline
Registered User
 
Join Date: Sep 2012
Location: Here
Posts: 10
linuxiceweasel
Re: Few questions about Fedora 18

Quote:
Originally Posted by nonamedotc View Post
If you are using Fedora 18, try steam-1.0.0.14-2.fc18.i686.rpm.
Will do.

I'd still like to know what .rpm is and how to use it?

Assumably just double click the .rpm, or how would I Proceed after downloading the Steam .rpm?
Reply With Quote
  #7  
Old 19th January 2013, 02:08 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,624
linuxfedorafirefox
Re: Few questions about Fedora 18

'rpm' is the packaging format used in Fedora, Red Hat, etc. See this wikipedia article about rpm/package manager.

You could double click on the rpm and your default package manager front end should pop-up and ask for permissions to install the software (depending on your settings) and should proceed.

If you prefer command line, you could do the following.

Code:
su -
[enter root password]

yum install steam-1.0.0.14-2.fc18.i686.rpm
Hope that helps.

I just noticed that you are running debian. .rpm is to fedora (fedora based) as .deb is to debian (and debian based)
Reply With Quote
  #8  
Old 19th January 2013, 02:18 AM
kkdkdkdkkd56554 Offline
Registered User
 
Join Date: Sep 2012
Location: Here
Posts: 10
linuxfirefox
Re: Few questions about Fedora 18

Quote:
Originally Posted by nonamedotc View Post
'rpm' is the packaging format used in Fedora, Red Hat, etc. See this wikipedia article about rpm/package manager.

You could double click on the rpm and your default package manager front end should pop-up and ask for permissions to install the software (depending on your settings) and should proceed.

If you prefer command line, you could do the following.

Code:
su -
[enter root password]

yum install steam-1.0.0.14-2.fc18.i686.rpm
Hope that helps.

I just noticed that you are running debian. .rpm is to fedora (fedora based) as .deb is to debian (and debian based)
I got these errors when attemtping to install via the double click install procedure.

Attached the errors as screenshots.

I need to be root use

Code:
yum install steam-1.0.0.14-2.fc18.i686.rpm
How would/do I run Terminal as root?
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2013-01-18 21:14:26.png
Views:	22
Size:	19.1 KB
ID:	24364   Click image for larger version

Name:	Screenshot from 2013-01-18 21:14:58.png
Views:	17
Size:	15.6 KB
ID:	24365  

Last edited by kkdkdkdkkd56554; 19th January 2013 at 02:21 AM.
Reply With Quote
  #9  
Old 19th January 2013, 02:32 AM
kkdkdkdkkd56554 Offline
Registered User
 
Join Date: Sep 2012
Location: Here
Posts: 10
linuxfirefox
Re: Few questions about Fedora 18

Quote:
Originally Posted by kkdkdkdkkd56554 View Post
I got these errors when attemtping to install via the double click install procedure.

Attached the errors as screenshots.

I need to be root use

Code:
yum install steam-1.0.0.14-2.fc18.i686.rpm
How would/do I run Terminal as root?
Well, I've somewhat got it figured out now, I have to use
Code:
su -
to use Terminal as root.

For the most part, this is the output upon running the commands

Code:
[liveuser@localhost ~]$ su -
[root@localhost ~]# 
[root@localhost ~]# yum install steam-1.0.0.14-2.fc18.i686.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
No package steam-1.0.0.14-2.fc18.i686.rpm available.
Error: Nothing to do
Reply With Quote
  #10  
Old 19th January 2013, 02:35 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Few questions about Fedora 18

Open a terminal as you normally do, then enter all of what nonamedotc gave you above you above. The su - command witll switch you into a root login in your terminal screen. Then you can install using the yum command specified. (Just a note, for that yum command to work, you need to cd to the folder you downloaded the steam rpm into after you sign into root.)

Yum looks in the current folder for rpm packages you try to install. If it's not in the current folder, you either need to specify the full path in the yum command, or change to the folder first.
Reply With Quote
  #11  
Old 19th January 2013, 02:46 AM
kkdkdkdkkd56554 Offline
Registered User
 
Join Date: Sep 2012
Location: Here
Posts: 10
linuxfirefox
Re: Few questions about Fedora 18

Quote:
Originally Posted by DBelton View Post
Open a terminal as you normally do, then enter all of what nonamedotc gave you above you above. The su - command witll switch you into a root login in your terminal screen. Then you can install using the yum command specified. (Just a note, for that yum command to work, you need to cd to the folder you downloaded the steam rpm into after you sign into root.)

Yum looks in the current folder for rpm packages you try to install. If it's not in the current folder, you either need to specify the full path in the yum command, or change to the folder first.
I specified the path but this is the output

Code:
[root@localhost ~]# yum install steam /home/liveuser/Downloads/install steam-1.0.0.14-2.fc18.i686.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
No package steam available.
fedora/filelists_db                                      |  22 MB     00:15     
updates/filelists_db                                     | 6.2 MB     00:03     
No package /home/liveuser/Downloads/install available.
No package steam-1.0.0.14-2.fc18.i686.rpm available.
Error: Nothing to do
Hopefully I kinda did this correctly
Reply With Quote
  #12  
Old 19th January 2013, 03:06 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Few questions about Fedora 18

You didn't specify the path correctly

try it this way:

Code:
yum install /home/liveuser/Downloads/steam-1.0.0.14-2.fc18.i686.rpm
Reply With Quote
Reply

Tags
fedora, questions

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
UNOFFICIAL Beginner's Fedora Linux Questions for New Fedora Hats (NFHs) newfedorahat Links 33 13th March 2012 12:17 AM
A few questions about Fedora robro Using Fedora 7 13th April 2011 12:19 AM
Fedora 8 on new HD questions edszr Installation and Live Media 7 23rd January 2008 02:52 PM
Fedora 8 questions ShivaS Using Fedora 4 8th December 2007 08:10 PM
Some Fedora 8 Questions Kaanx Using Fedora 3 10th November 2007 01:42 PM


Current GMT-time: 00:40 (Thursday, 23-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