LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-01-2016, 12:53 PM   #1
belial_88
LQ Newbie
 
Registered: Dec 2015
Location: Cartersville, Ga
Distribution: Linux Mint 17.3
Posts: 6

Rep: Reputation: Disabled
Install new apps/repos, fedora lxde?


Hey guys. I figured a quick google search would clear this up for me but ive been looking for a few hours now and still cannot find a comprehensible answer. Im pretty new to linux. I have had ubuntu 14.04 for about 5 months or so and like it a lot, so i decided that i would try another distro as well. I decided on fedora 22 lxde. I enjoy the speed, UI, etc. Although i have one major problem. I cant figure out how to install new apps. Is there not a built-in repository like ubuntu has? And how do i install a repository similar to the style of the one included in ubuntu 14.04? Thanks in advance guys!
 
Old 01-01-2016, 01:11 PM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Yes, there are built in repositories and, I recall, there is some kind of graphical interface where you can install programs though I tend to use dnf to install things in a terminal (as root, of course).
To add a repository follow the Fedora documentation. Though I advise against adding repositories unless you really need to (this goes for Ubuntu also) as they're more often than not a cause of dependency issues -- a great number of posts on this site are due to problems with non-standard repositories.
 
1 members found this post helpful.
Old 01-04-2016, 01:50 AM   #3
belial_88
LQ Newbie
 
Registered: Dec 2015
Location: Cartersville, Ga
Distribution: Linux Mint 17.3
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the help. Although I have already switched distros. Now I am dual booting Linux Mint 17.3 and Zorin 8. I liked them both a lot so kept them both.
 
Old 01-04-2016, 12:09 PM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by belial_88 View Post
Thanks for the help. Although I have already switched distros. Now I am dual booting Linux Mint 17.3 and Zorin 8. I liked them both a lot so kept them both.
Glad I could help.
I never did. Sticl with Fedora myself and I think Mint will likely be a little easierto start out with. That said Fedora is a fine distribution and worth going back to if you're interested in learning how to use Linux -- if you're not then it may be easiest to stick with the. First distribution that does everything (or almost everythong ) you want and doesn't confuse you too much.
Either way -- have fun!
 
Old 01-04-2016, 12:14 PM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i am using fedora-22-lxde. if i click on the f-button -> other -> software it opens the software store but i usually use yum from the command-line since i find it easier.

i usually add the rpmfusion repo.
 
1 members found this post helpful.
Old 01-04-2016, 12:25 PM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by schneidz View Post
i am using fedora-22-lxde. if i click on the f-button -> other -> software it opens the software store but i usually use yum from the command-line since i find it easier.

i usually add the rpmfusion repo.
I thought it was dnf on the command-line nowadays, or is yum aliased?
 
1 members found this post helpful.
Old 01-04-2016, 12:28 PM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by 273 View Post
I thought it was dnf on the command-line nowadays, or is yum aliased?
Code:
[schneidz@hyper lq]$ yum search kernel-devel
Yum command has been deprecated, redirecting to '/usr/bin/dnf search kernel-devel'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'

Last metadata expiration check performed 3 days, 20:32:52 ago on Thu Dec 31 16:54:55 2015.
============================================ N/S Matched: kernel-devel ============================================
kernel-devel.x86_64 : Development package for building kernel modules to match the kernel
buildsys-build-rpmfusion-kerneldevpkgs-current.x86_64 : Meta-package to get all current kernel-devel packages into
                                                      : the buildroot
yum stands for yellowdog update manager; have they ever explained what dnf means ?

Last edited by schneidz; 01-04-2016 at 12:31 PM.
 
Old 01-04-2016, 12:47 PM   #8
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by schneidz View Post
yum stands for yellowdog update manager; have they ever explained what dnf means ?
There seems to be an explanation over at Wikipedia.
Your system, your rules, of course but not using the latest package manager on a bleeding-edge distribution strikes me as odd.
 
Old 01-04-2016, 12:51 PM   #9
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by schneidz View Post
Code:
[schneidz@hyper lq]$ yum search kernel-devel
Yum command has been deprecated, redirecting to '/usr/bin/dnf search kernel-devel'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'

Last metadata expiration check performed 3 days, 20:32:52 ago on Thu Dec 31 16:54:55 2015.
============================================ N/S Matched: kernel-devel ============================================
kernel-devel.x86_64 : Development package for building kernel modules to match the kernel
buildsys-build-rpmfusion-kerneldevpkgs-current.x86_64 : Meta-package to get all current kernel-devel packages into
                                                      : the buildroot
yum stands for yellowdog update manager; have they ever explained what dnf means ?
Dandified YUM. Not, IMO, the best meaning for dnf...but that's their prerogative.

As to Fedora itself, I will say it's a good distro with the caveat that if you do ANYTHING that deals with media from non-open source people, you will need the rpmfusion repositories. Fedora supports no media codecs that are non-free out of the box, and doesn't offer anything to support most of them.
 
Old 01-04-2016, 12:53 PM   #10
belial_88
LQ Newbie
 
Registered: Dec 2015
Location: Cartersville, Ga
Distribution: Linux Mint 17.3
Posts: 6

Original Poster
Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by 273 View Post
Glad I could help.
I never did. Sticl with Fedora myself and I think Mint will likely be a little easierto start out with. That said Fedora is a fine distribution and worth going back to if you're interested in learning how to use Linux -- if you're not then it may be easiest to stick with the. First distribution that does everything (or almost everythong ) you want and doesn't confuse you too much.
Either way -- have fun!
I'm going to go back to it sometime because I definitely do want to learn Linux. For the time being I want something that I can actually use while I learn though. Lol.
 
  


Reply

Tags
fedora, install, lxde, repo



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
fedora lxde install belial_88 Linux - Newbie 5 12-28-2015 10:19 PM
[SOLVED] Install VirtualBox on Fedora 12 LXDE Gad Linux - Virtualization and Cloud 2 08-31-2013 04:49 AM
Install apps, use repos kasumi Mandriva 2 02-22-2011 07:04 AM
Fedora 11 x86-64 install hangs during updating repos bax Fedora - Installation 2 10-09-2009 02:25 PM
how to install oracle apps on fedora 9 arshad_y3k Fedora 4 06-23-2008 01:18 PM

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

All times are GMT -5. The time now is 06:53 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