Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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!
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,644
Rep:
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.
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.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,644
Rep:
Quote:
Originally Posted by belial_88
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!
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.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,644
Rep:
Quote:
Originally Posted by schneidz
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?
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 ?
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,644
Rep:
Quote:
Originally Posted by schneidz
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.
[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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.