LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-22-2012, 01:44 AM   #1
rayyu
LQ Newbie
 
Registered: Jul 2012
Posts: 28

Rep: Reputation: Disabled
Installing programs WITHOUT command line?


Obviously a newbie here U^_^ I finally got around to installing Fedora on my laptop and now I wanna get some basic programs on it--torrent client, etc--but everything I've found seems to lead to going into the command line and typing something that doesn't seem to work for me D:
So I'm wondering if there's a way to install programs without the command line. I feel like I might be downloading all sorts of things that I don't need because of the instructions that I've been followng (a lot of which seem to involve a 200 mb download...).
I've never really been one to ask questions onlnie instead of research and dig around for a solution, but since I don't seem to be going anywhere by myself... U^_^
I kind of miss how I could just double-click the windows installers and they'd install without a fuss, but I love everything else about linux and am willing to work with it so...help?
And I apologize for what might be a very silly question.
Thanks
 
Old 07-22-2012, 01:54 AM   #2
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Rep: Reputation: 125Reputation: 125
Use the GUI package manager, Add/Remove Software. It in Applications > System Tools > Add/Remove Software.
 
Old 07-22-2012, 02:03 AM   #3
rayyu
LQ Newbie
 
Registered: Jul 2012
Posts: 28

Original Poster
Rep: Reputation: Disabled
Does that come with Fedora already? Because I've been digging through the menus for quite a while, and there isn't a path like that.

---------- Post added 07-22-12 at 03:04 PM ----------

If it makes any difference, I'm using the lxde desktop.
 
Old 07-22-2012, 02:04 AM   #4
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Hi Rayyu,
good day. dun worry, i dun think its a stupid question. For fedora, you can try downloading installers with rpm extension.
1: If you have the correct libraries/dependencies in fedora, installing will be a breeze by using clicking on the rpm file, entering the root password and let it run.
2: Next you can use the yum installer on the terminal via command line input. Eg: on terminal type yum install ### where ### is the name of the package you like to install. The installation will kicks in automatically and you need internet connection.

Some websites you can check for more information:
http://docs.fedoraproject.org/en-US/..._Software.html
http://ask.fedoraproject.org/questio...ftware-offline
http://www.zealfortechnology.com/201...tallation.html
 
2 members found this post helpful.
Old 07-22-2012, 02:27 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
You might want to LEARN how to use the terminal

fedora dose have a very rudimentary basic GUI for installing things
but it is junk

"yum" is your Friend

have a read through Mjmwired's guide page for fedora 17
http://www.mjmwired.net/resources/mjm-fedora-f17.html
and DangerMouse's "autoten" page
http://dnmouse.org/autoten/index.php...-autoplus.html

Quote:
but everything I've found seems to lead to going into the command line and typing something that doesn't seem to work for me
that is because it is VERY simple to post the instructions for "yum"
most are one line long
VS two to three PAGES of typing for explaining how to do it in
GNOME3
or
KDE4
or
any of the other half dozen desktop managers

Quote:
I feel like I might be downloading all sorts of things that I don't need because of the instructions that I've been followng (a lot of which seem to involve a 200 mb download...).
Almost ALL software has prerequisites that MUST be installed for the program to work

"yum" is a package manager THAT solves the dependence issues and keeps track of just WHAT is installed

you might want to do a bit of research on not just fedora ( fedora is a VERY special case of linux distro) but on Linux in general
"(Linux is Not Windows)"
http://linux.oneandoneis2.org/LNW.htm
and the wiki for fedora
https://fedoraproject.org/wiki/Fedora_Project_Wiki
the FAQ
https://fedoraproject.org/wiki/FAQ

And from personal use of fedora
If you DO NOT want to "get your hands dirty, and covered in grease"( Auto mechanic ) and use a terminal then fedora is most likely
a VERY poor choice for a Operating System for you .

Fedora is a research and Development OS and as such is VERY often in need of fixing BY YOU .
Hacking software to get it to run on fedora.
Hacking the Operating System to well- get it to work sometimes

So unless YOU WANT TO LEARN how a computer Operating System WORKS from the inside out,
dig into it's innards and get "messy" .
Then you probably should not be using fedora .

Ubuntu 12 long life or Mint12 might better a better choice .

Last edited by John VV; 07-22-2012 at 02:29 AM.
 
Old 07-22-2012, 02:40 AM   #6
kindofabuzz
Member
 
Registered: Mar 2010
Location: There
Distribution: Linux Mint 17.1
Posts: 237

Rep: Reputation: 46
Yeah take the time to learn how to install packages from command line. Once you learn it, it's so much faster to do than the gui way.
 
1 members found this post helpful.
Old 07-22-2012, 02:57 AM   #7
rayyu
LQ Newbie
 
Registered: Jul 2012
Posts: 28

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
You might want to LEARN how to use the terminal
I intend to, when I have some free time on my hands The reason I asked was because I just wanted to get some basic programs running quickly so I can move on to the other stuff for now.

Quote:
fedora dose have a very rudimentary basic GUI for installing things
but it is junk

"yum" is your Friend

have a read through Mjmwired's guide page for fedora 17
http://www.mjmwired.net/resources/mjm-fedora-f17.html
and DangerMouse's "autoten" page
http://dnmouse.org/autoten/index.php...-autoplus.html
Thanks! I'll check those out.

Quote:

Almost ALL software has prerequisites that MUST be installed for the program to work

"yum" is a package manager THAT solves the dependence issues and keeps track of just WHAT is installed

you might want to do a bit of research on not just fedora ( fedora is a VERY special case of linux distro) but on Linux in general
"(Linux is Not Windows)"
http://linux.oneandoneis2.org/LNW.htm
and the wiki for fedora
https://fedoraproject.org/wiki/Fedora_Project_Wiki
the FAQ
https://fedoraproject.org/wiki/FAQ
Haha, I've spent the past day or so doing just that It's a lot of info, so it takes me a while to get the hang of it.

Quote:
And from personal use of fedora
If you DO NOT want to "get your hands dirty, and covered in grease"( Auto mechanic ) and use a terminal then fedora is most likely
a VERY poor choice for a Operating System for you .

Fedora is a research and Development OS and as such is VERY often in need of fixing BY YOU .
Hacking software to get it to run on fedora.
Hacking the Operating System to well- get it to work sometimes

So unless YOU WANT TO LEARN how a computer Operating System WORKS from the inside out,
dig into it's innards and get "messy" .
Then you probably should not be using fedora .
That's exactly why I chose Fedora! XD I like getting my hands dirty and learning things.

Like I said, I usually search for the answers or fiddle around rather than ask. And I'd probably still be searching and fiddling if I didn't have homework to do U^_^

Quote:
Ubuntu 12 long life or Mint12 might better a better choice .
No way...I don't really like the look of those XD The only other one I tested briefly was arch before settling on this one~

Quote:
Originally Posted by vitalstrike82 View Post
Hi Rayyu,
good day. dun worry, i dun think its a stupid question. For fedora, you can try downloading installers with rpm extension.
1: If you have the correct libraries/dependencies in fedora, installing will be a breeze by using clicking on the rpm file, entering the root password and let it run.
2: Next you can use the yum installer on the terminal via command line input. Eg: on terminal type yum install ### where ### is the name of the package you like to install. The installation will kicks in automatically and you need internet connection.

Some websites you can check for more information:
http://docs.fedoraproject.org/en-US/..._Software.html
http://ask.fedoraproject.org/questio...ftware-offline
http://www.zealfortechnology.com/201...tallation.html
THANK YOU! For some reason I've only stumbled upon the first link before but not the other two. This seems like the info I've been looking for, thanks!
 
Old 07-22-2012, 03:01 AM   #8
rayyu
LQ Newbie
 
Registered: Jul 2012
Posts: 28

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kindofabuzz View Post
Yeah take the time to learn how to install packages from command line. Once you learn it, it's so much faster to do than the gui way.
Wow, I always though doing it with a GUI of some sort was always faster than command prompt.
That's probably true for windows~
 
Old 07-22-2012, 03:34 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by rayyu View Post
Wow, I always though doing it with a GUI of some sort was always faster than command prompt.
That's probably true for windows~
The fastest tool is often just the one you are most familiar with. But--at least in Linux / Unix, there are certain kinds of things that I don't even know how to do in the GUI. Simple example: Assume I want to move all the jpeg files from directory A to B:
(in directory A):
Code:
mv *jpg *JPG B
This is so easy in the CLI, that I've never bothered to learn any other method.

Also, once you know some of the *nix power tools like SED, AWK, etc. --- I doubt if you'll ever find GUI tools that will do the same things

In Arch Linux, there is no GUI package manager. Suppose I want to install a utility "openldap":
Code:
pacman -S openldap
I can just about type that faster that I can even OPEN a GUI package manager.

Bottom line---use whatever works best for you
 
1 members found this post helpful.
Old 07-22-2012, 08:06 AM   #10
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
What are the programs you want to install? Chances are there is already something installed in your computer that does the same thing! For torrents there is already a torrent program in Fedora.
If you have the Gnome desktop there is Transmission torrent already in your system, Trasmission is very simple, fast and clean torrent client.

Good luck to you
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing programs so they run from the command line (fc3) pwc101 Linux - Newbie 5 02-11-2006 12:56 AM
get programs on net from command line brianetilley Linux - Networking 1 12-07-2005 09:42 AM
Installing Programs from Command Line Using MCC TGWDNGHN Mandriva 3 06-27-2005 05:38 PM
launching programs from command line in FS dertien Linux - Software 1 11-26-2004 09:27 AM
Running programs from Command Line SirLostalot Linux - Newbie 1 11-11-2002 09:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration