I have an acer aspire one laptop that runs linpus lite, which is based on fedora 8. I have noticed that my update software no longer works and was wondering if the problem was that the repo had gone.
I am running Suse 11.1 64bit, with KDE, recently I received a pop up on my screen, "something about update problems", I used Yast 2 and selected online Update and it couldn't find updates for Nvidia and froze at that point. I dis-enabled that repository and refreshed all of the remaining Repositories individually and it seemed to work. I then went to the repositories listing and selected "Add" and selected "community" repositories and received the following: WARNING Unable to download list of repositories or no repositories defined. What is my problem? How do I acquire the list of community repositories? I can live with out the Nvidia repository for now but would eventually like to get it back.
I just installed ubuntu because the newer versions were not working for me. So I installed 7.10 and there is no repositories that are still up. Is there any repositories that I could add from the newer ones or other distro repositories.
When I tried to install OpenOffice I noticed that there are no packages with Java from Sun in standard repositories for Fedora 12.Could someone explain why the Sun Java is not available in the repositories and how to install it?
Repository configuration for Fedora 13, and a few earlier releases. I don't see these repositories mentioned together on one page or web site, so I thought I'd throw this together.
[URL]
You'll need the RPMFusion repos, so hit the link and follow the instructions there.
[URL]
If you want to be able to play DVD video you'll need a file called libdvdcss so you'll need the Livna repository. To set up the Livna repository, open a terminal and type
Code:
su -c 'rpm -ivh http://rpm.livna.org/livna-release.rpm' su -c 'rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna' Then install libdvdcss with the command
Code:
su -c 'yum install libdvdcss' Adobe
The Adobe repositories provide the Adobe Reader and the flash plugin. To install this repository issue the following commands:
Code:
su -c 'rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm' su -c 'rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux'
To install Adobe Reader issue the following command:
Code:
su -c 'yum install AdobeReader_enu'
This reader is available in several languages. The one above is the English version. To list all available issue the following command:
Code:
yum list AdobeReader*
You'll see several listed. To get more information on a particular package use something like:
Code:
yum info AdobeReader.chs Available Packages Name : AdobeReader_chs Arch : i486
[code]....
I prefer to leave these additional repositories disabled (with the exception of RPMFusion of course) after I've gotten what I need from them. At that point they don't need to be enabled, but there's no harm done if they are. To disable any of the repositories you've installed open the corresponding file with a text editor. Using Livna as an example:
Code:
su -c 'nano /etc/yum.repos.d/livna.repo'
Find the first instance of the line that reads enabled=1 and change it to read enabled=0. Save and exit the editor. The Livna repository is now disabled.
I am curious as to why Firefox 3.6 isn't in the Fedora 12 repositories. I've read the existing threads on this issue, but these threads were started in January/February of this year. It's been what, 8 or 9 months since those threads were created? I installed Fedora 13 at home over the weekend and realized that it uses Firefox 3.6.
I'm not trying beat a dead horse. I understand that people have priorities.
I did an upgrade from Fedora 12 to Fedora 14 using a DVD.My repositories all still point to Fedora 12 programs. What do I have to do to make them access Fedora 14 programs ?
1. Installation freezes while looking for repositories. Have left overnight hoping installation would continue with no luck. 2. When it does find all the repositories it crashes with fatal error installing package XYZ. This could indicate errors when reading the installation media. Installation cannot continue.
Solutions tried.
1. First I though the download ISO was bad. Tested the ISO download with sha256sum checksum utility. Perfect download according to the checksum. 2. I tried 3 different DVD drives on system that Fedora is being installed to in hopes that maybe the DVD drive was bad. 3. I tried burning the ISO with two different DVD burners. One with windows 7 ISO burning utility. The other on windows XP using Nero 7. 4. Tried burning the disks at low speed to get a better burned disk. 5. I have tried 2 different brands of DVD disks 6. I have officially gone through 8 different DVD disks.
After seeing that Starcraft 2 had a Gold rating with Wine I decided to try it out on my 64bit F13 system. Unfortunately I seem to get the ACESS_VIOLATION error due to kernel issues (see http://appdb.winehq.org/objectManage...estingId=55485. This issue has apparently been fixed in 2.6.35 so I'd like to upgrade my kernel.Is it a good idea to install the kernel and nvidia drivers from the F14 repositories on a F13 system? Are there any pitfalls that I should be aware of?
I'd like to share my notes with all on how I create local yum repositories. By local I mean that the rpm files are on a computer here at home, not somewhere out in cyberspace. I've done this since Fedora 9 with both the "Fedora" repository and the install DVD.This how to was written with Fedora 14 in mind but should work equally as well with any earlier release.Hopefully, if we did everything right, there will be no errors and you will see your new repository listed amongst the normal Fedora repositories. Your new repository is now ready for use.This completes this section on how to create a local yum repository for the installation DVD rpm files.
How do I find, for example, what version of gfortran is available for Fedora 14 without having to boot Fedora?
From the Fedora Home page or the wiki. I could not find a list of browser-accessible sites for Fedora-14-compatible software. I have in mind something like the Debian repository.
Searching with Google is a problem because of the competing fedora-commons.org repository and the multiplicity of names like RHEL and EPEL that may not be compatible with Fedora and may not be free.
I upgrade to F15 yesterday using preupgrade. Everything was OK but there's something wrong with repositories. They release version seems to be "14". I tried to fix it by using:
yum --releasever=15 --skip-broken distribution-synchronization But everything nothing changed, this is the output of yum repolist": Complementos cargados:langpacks, presto, refresh-packagekit
I recently installed 11.4 32bit on my computer at my summer home. I carry a DVD with all my /home data. Then today I noticed that all my repositories are labeled "11.3" repositories. Everything works. Here is the output from "zypper lr -d"...
# | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
[Code]....
What is the correct method of moving to the 11.4 repositories?
I have what I suspect is a frequently encountered problem; indeed it may be an inevitable one. Moreover, I think that I know the solution to the problem. Let me explain.
History: 1. I downloaded f10 from the Fedora site.
2. I burned a DVD.
3. I installed f10 on my laptop using the DVD, and it seems to work correctly.
Symptoms: 4. I ran yum upgrade (as super user), and got the message 'No Packages marked for Update.'
5. I did the same thing for several days and got the same response.
6. I ran yum upgrade a* and got the same response. I thought that the mirror site might balk at large downloads.
Diagnosis: From what I have read on the web I think the following is what happens.
What I will call the original repository-key system, the one that I downloaded and that is now on my DVD, is limited. It merely concerns the packages that are already on my DVD, and these packages are never changed in the original repository. Therefore, yum is working correctly and will always tell me that 'No Packages marked for Update.'
Cure: There is a new repository-key system, and with it yum does real updates and upgrades. All I have to do is install the new repository-key system.
THE PROBLEM: ALTHOUGH I HAVE GOOGLED AND SEARCHED A LOT, I CANNOT FIND THE METHOD FOR GETTING AND INSTALLING THE NEW REPOSITORY-KEY SYSTEM IN F10. THERE MUST BE A SIMPLE STANDARDIZED METHOD. WHERE IS IT?
If the above is correct, then anyone who downloads and installs f10 as I did must face this problem.
FC12 with recent updates The bugzilla I reported is fixed in selinux 3.6.32-66 and I have 3.6.32-56. I refreshed the repositories and looked for 66 and it is not listed. Question - how often does the policy changes get posted to the repositories ? And are the repositories the normal place to get the latest and greatest ?
I just upgraded my F9 to F12 with a new install. I see that Lineakd is no longer in any of the usual repositories. Going back to another F9 system I have, based on the installed rpm, it looks like the last time it included was FC6.
I just wanted to confirm this situation, before I going looking to get Lineakd outside of the standard Fedora repositories.
I have a problem accessing repositories behind my proxy. Another problem, I have no access for that installation right now, but I do remember what I did.
First, this is fresh install Fedora 13 with KDE. I manually added IP, subnet mask, DNS, to network manager. Then, manually added proxy settings to SystemSettings/ NetworkSettings/ Proxy. After that,
Also, in /etc/yum.repos.d/fedora.repos and i686.repos (I mean, Core repositories and Standard one) I commented out "fedora" address line, and uncommented "mirror".
Now I can, for example, yum install wine, but yum install unrar fails totally (not found), and yum install mc (midnight commander) shows error, where I can copy address or rpm, and make localinstall then.
I am currently setting up a Mono environment (mono, monodevelop, gtk#, etc.) in order to experiment with C# programming. Ideally I would like to use the latest version of mono, 2.10; however, F14 repos only carry 2.6.x . Compiling and installing 2.10 from tarballs is causing me dependency troubles which I'm not willing to dedicate much time to. In the meantime, I came across this Novell-hosted rpm repo, which is supposed to be used by RHEL/CentOS users:[URL]. Is it possible to somehow add said repository as an installation source via yum/rpm, or the differences between Fedora and RHEL repositories goes beyond aesthetic differences?
Like the subjects says everytime I try to install a program using synaptic it says the repositories are not available, even changing the repositories included in it doesn't work, fedora 14 gnome.
I'm giving CentOS a new look as a desktop. Been a few years since I last installed it on anything but a server. While the default repositories have improved greatly I am still bereft of so much of my cherished and necessary software. No Gambas, Wesnoth (shows up but version is 2 years out of date), Chrome, Audacious ugly plugins, XMMS support for FLAC (shows up but errors out if I try to install), Cinalarra, Audacity, JACK audio, Ardour, Xine, Amarok, Blender, Gthumb, Abiword, gramps, disk utility, many KDE apps, it's almost like KDE is a forgotten desktop manager for CentOS repsositories and pages more of software I'm too lazy too list. All of this is software which shows up in Debian based distros and most of which in Fedora/SUSE repositories.
What are some good repositories for CentOS. I clearly have the wrong ones enabled or CentOS is a very crippled desktop. Here are the repositories I've added/have. Updates extras addons adobe base c5-media errors out so I have it disabled. centosplus contrib kbs-CentOS-extras & misc Rpmforge RPMforge extras errors out so I have it disabled.
I'm user of Fedora 11. Back this weekend the official repositories works 100% I can download packages with 100 kbytes. This weekend cannot download packages, only with 3 Kbytes! PTM! What is happening?