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.
hello
I am a newbie so bare with me if im asking stupid questions. i want to know how i can access the sources.list file in fedora. i want to edit it so that it points to a new database that was just created.
i have tried this command
vi /etc/apt/sources.list
but i keep getting an empty file.
please help
Not sure what you are trying to do but /etc/apt/sources.list.d is a directory on my fc7 server and contains livna.list - a livna apt repository list. I have no idea what it is doing there I assume it was created when I added livna to the yum repositories.
However, on Ubuntu, /etc/apt/sources.list is a Ubuntu apt repository list.
As Fedora traditionally uses yum more info on your distro is needed.
I am trying to install some software and this software is on the school database. now i want to set the sources.list file such that it points to this database.
Dude, first of all, Fedora does not use the package manager that Debian-based systems use. Hence, you are getting the empty file (actually, the file is not there); vim is creating the file. What package are you trying to install? You can use
Code:
yum install <package name>
And, you cannot simply point to some computer like that. That has to be a repository in a particular format, like the fedora repository etc.
Deepumnit - I was trying to get some info in order to assist. I still don't know what OS he or the school is using, what format the software is in or even if it runs on linux.
The only clues so far are fedora and apt which currently, as you have also pointed out, seems odd. However earlier releases of fedora could be updated with apt.
Plus don't forget that yum is not the only way of installing software on current fedora releases.
hi guys
im trying to install akregator, elinks and ns2. but these packages are on the school database. if i try to install using yum. it gives a mirror error. the school is using linux and windows, the linux distros that are being used are fedora core 8, ubuntu 7.04 and sidux
i want to put an address in the sources.list file that will point to the packages that i need to install
i hope this is clear enough
OK don't know any of those packages BUTakregator is included in kdepim & elinks is a standard package thus:
Code:
yum install kdepim elinks
should get it onto your fc8 system (edit: fc8 installs the gnome desktop by default - are you running KDE instead? it's needed for akregator).
NS2 is not a standard package - but plenty of references to it on google. I don't know anything about it but seems it can be downloaded as a tar zip file and possibly compiled.
Creating a sources.list containing a ip no will not achieve anything on Fedora or Ubuntu rather shh, ftp or http into the school server to download files (if permitted) OR if the school is a apt repository you would add a file (eg: school.list) which the school would supply looking something like the following.
Code:
# rpm.livna.org sources.list entries for apt-rpm with repomd support,
# http://apt-rpm.laiskiainen.org/
# -- Main repository
repomd http://rpm.livna.org/fedora/ $(VERSION)/$(ARCH)/
#repomd http://rpm.livna.org/fedora/ $(VERSION)/$(ARCH)/debug/
#repomd-src http://rpm.livna.org/fedora/ $(VERSION)/SRPMS/
# -- Potential updates in testing
#repomd http://rpm.livna.org/fedora/ testing/$(VERSION)/$(ARCH)/
#repomd http://rpm.livna.org/fedora/ testing/$(VERSION)/$(ARCH)/debug/
#repomd-src http://rpm.livna.org/fedora/ testing/$(VERSION)/SRPMS/
you would also need to install apt:
Code:
yum install apt
this installs a fc6 version but thats OK.
Then I assume you would be able to download the schools pre-compiled ns2 package (purely a guess).
Hey, you got some advice from Mickza for Akregator. Also, consider this: NS2 is a network simulator. I use that to do some experiments and also some assignments given by my professor. That is freely available on the NS2 site. You can download that. I do not think you can yum to get it, as it may not be listed on the Fedora mirrors (just guessing). But, you can download the source tarball and follow the instructions to install that. Some post-installation configuration has to be done. You can post here if you have any problems.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.