Red Hat / Fedora :: Yum Source Distro Packages Not Working?

Jul 8, 2011

My SL6.1 Distribution isn't connecting the the source packages from yum. It says something along the lines of the repo???.xml cannot be found for altrpms & sourceforge packages.

I have already tried using the command:

su yum clean all su yum update package-list

but that failed to work.

and su yum makecache

Is there any other way i can try? Like uninstalling the source from yum then reinstalling it?

View 2 Replies


ADVERTISEMENT

Fedora :: Package To Install To Build Packages From Source

Mar 15, 2010

What package do I have to install to build packages from sources? I am trying to build the TrueCrypt package from source.

View 1 Replies View Related

Software :: Cannot Install Source Packages - No Packages Given For Installation

Jan 5, 2010

HOW TO INSTALL PACKAGES IN IT ,IT SHOWS SOME ERROR (Cannot install source packages) OR (No packages were given for installation.)

View 5 Replies View Related

General :: Any Alternative Source Distro To Gentoo Without Space Taken Up By /user / Portage?

Sep 8, 2010

I sort of asked this question in the arch linux forums since I was interested in arch but I still have yet to get a response (maybe it's too early).I wan't something like gentoo but without taking up unnecessary space like gentoo's portage does (/usr/portage/). I find that to be a serious flaw with gentoo. Yes you can use squashfs-unionfs to help but it requires some work especially when something goes wrong with portage.I was thinking about arch but can you use it completely as a source based distro? Some people seem to have said it requires scripting and some work from the user. I wan't something that'll do it for me so I can set it and forget it.

I heard about source mage linux and exherbo but I'm not sure what to think. I'm thinking about trying arch linux and source mage but perhaps there's other distro's I don't know about. I'd really like some suggestions.

View 4 Replies View Related

Ubuntu Installation :: Install All Distro Packages On Computer Without Internet

Mar 1, 2010

I want to install all the ubuntu distro packages on a computer without an internet connection. I read the website, but it didn't say if the DVD you buy has all the packages. Or are there ISO's of them?

View 1 Replies View Related

CentOS 5 :: How To Add Source Packages

Apr 29, 2009

I installed CentOS 5 (x86-64). I got a project which was developed long time ago and need to update it so it can be run in the fresh new CentOS 5.2. All I know about the project was that it had been developed with and wxGTK1.2. I look at the makefile, which contains:

---------------------------------------------------------------------
SYSTEM_INCLUDE = -I/usr/X11R6/Include
-I/usr/include/cairo

[code]....

View 1 Replies View Related

Ubuntu :: 10.04 - Installing Packages From DVD Source

May 16, 2010

OS: Ubuntu 10.04.
When I try to install some packages by aptitude, I see this:
Before it, I made it (sudo apt-cdrom add):
And it (sudo apt-get update):

My dvd-disk is not broken - md5 checksum is right. In sources.list I have only cdrom source, without any network repositories. When I install one package (for example pptp-linux) which don't use any depending, it work good, but when I have some group of packages - installed only first package from this group, you can see this in a first image, marked by yellow color and set to 16 percent.

View 9 Replies View Related

Debian :: Building Packages Using A Git Repo As The Source?

Jan 21, 2011

I would like to create some packages for programs that use the Git software to manage the source, I want to do this directly using the source code in the Git repo as the source code form the package. Does anyone have any hints or directions on how to do this? I been looking round the web for information about this, but all I seem to find is for about storing and build Debian packages from git, this is not what I want to do as these packages are for personal use and I have no need for this.

View 3 Replies View Related

Ubuntu :: Can't Compile Source Packages Under KDE4

Jun 23, 2010

Wanted to switch to Kubuntu and decided a clean install was the way to go. Though the learning curve isn't too tough, I've hit a serious snag: When I try to compile a source package according to the similar instructions in each of the README files, I get the same error message;

Instructions:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
su -c 'make install'

[Code].....

I'm liking this KDE 4.4 setup, but if I can't install the improvements from kde-look.org

View 6 Replies View Related

General :: Update Packages From Source Files?

Dec 6, 2009

I'm not to sure if i'm using the right terminology but im trying to install rrdtool and it needs all these dependencies. One of them I have installed but it isn't up to date.glib-1.2x needs to updated to 1.17 or higher. How do i go about updating this? I downloaded the source and did ./configure && make && make install but this didn't update it.Also trying to install libxml-2.0 to 2.6.31, im getting a whole list of dependicies.

View 2 Replies View Related

Networking :: Source Routed Packages - IP Rules?

May 19, 2010

I am building a router and I wonder if I have some rules like this and
/proc/sys/net/ipv4/conf/all/accept_source_route is 0 will it work.

Code:
echo 1000 TEST >> /etc/iproute2/rt_tables
iptables -A PREROUTING -s 192.168.2.0/24 -t mangle -j MARK --set-mark 1
ip rule add fwmark 1 table TEST
ip route add default via 192.168.3.5 dev eth2 table TEST

I am not quite sure is it source routed packages at all. And also even if it works with my router will next firewall drop such packages. I have mentioned before that some things like:

Code:
ip route add default via 192.168.3.5 dev eth2 src 192.168.2.0/24
do not work

View 5 Replies View Related

General :: Binary And Source Packages Difference

Feb 4, 2011

Very often we get to hear Binary / Source when we talk about installing packages...From what I understand "Binary" refers to a natively packaged installation by a Distro wheras installation from Source would entail fetching the files, Compiling and then building the package. When we say "source" where do these codes reside? Is it diffferent for different distros or one common source like "sourceforge.net" or similar?! I know it sounds silly but what is the origin of the source codes??

One general remedy if a package is not found is to install from source... So , source would refer to a "tar.gz" or "bz2" archive present at some location like "[URL]". In some cases , id it possible that some packageas are not available in "Source". When I tried to build a package for a particular distro , I was told that some dependencies are not un the source ...What is the meaning of this? So do all distros maintain the codes in their official repositories?

View 1 Replies View Related

Debian :: Unable To Fetch Some Packages / Source List

Mar 6, 2016

I'm a fresh user of Debian 6 64 Bit. I'm trying to install wine on it to run bluestacks. URL... but when I use the following command, it can't seem to fetch some files/packages. I have these as my sources list at the moment.

sudo nano /etc/apt/sources.list
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb-src http://ftp.us.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

[code]....

View 5 Replies View Related

Debian Configuration :: Kernel From Source And Firmware Packages

Jul 16, 2011

If I want to compile a kernel from source (from kernel.org), including all the drivers I need regardless of their origin, I would not need any firmware-*.deb packages, right? Do the firmware packages add anything that is not present in the latest kernel?

View 3 Replies View Related

OpenSUSE Hardware :: Download Source Rpm For Nvidia Packages?

Jul 6, 2011

I need a newer version of the nvidia drivers for opensuse 11.4. ftp://download.nvidia.com/opensuse/11.4 has version 270.41.06 available, but I found that I need the 270.41.19 version for CUDA 4.0 to run (yes I know CUDA 4.0 does not officially support 11.4, but the same 270.41.06 is available for 11.2 which CUDA 4.0 does support).

Where can I download the files x11-video-nvidiaG02-270.41.06-5.1.nosrc.rpm and nvidia-gfxG02-270.41.06-4.1.nosrc.rpm that these binaries were created from? Once I have the source rpms, I can easily update them to the newer version.

View 9 Replies View Related

Ubuntu Installation :: Coexisting Packages And Compiled-from-source?

May 20, 2010

I have recently installed a dev branch of Postfix on my box (jaunty), in order to access some new features. This requires that I do not use any of the postfix-related packages in the repos, I have to set this all up manually.

What is the best method for me to manage this system moving forward? Do I need to prevent the repo's postfix package (or anything depending on it, like postfix-mysql, postfix-dovecot etc.) from ever being installed accidentally? Is there anything else I need to worry about? How do you folks generally manage having compiled, customized versions of software that exists in the repos on your systems?

View 1 Replies View Related

Software :: Open Source Customer Support Packages ?

Mar 18, 2011

Can anyone recommend any open source customer support portal software? I'm looking for something where users can sign in, and submit support tickets for a wide variety of issues (game play, billing, etc). Then a Support Agent can login and assign tickets, respond, etc. I've already started looking at bugzilla, but I was hoping to find some other options to compare to.

View 5 Replies View Related

Slackware :: What Packages Are Required For Compiling Source On Slack 13?

Apr 3, 2010

Can someone please tell me what packages are required for compiling source on Slack 13? Something is missing in my box and I get errors, I can't figure out what it is.

View 11 Replies View Related

General :: Aptitude Source List - Error In Authenticating Some Packages

Apr 10, 2011

I do have a problem on updating linux ubuntu 10 I'll show you the error and my sources.list.. Error in authenticating some packages: It was not possible to authenticate some packages. This may be a transient network problem. You may want to try again later. See below for a list of unauthenticated packages.

acpi-fakekey
acpi-support
acpi-support-base
acpid

[code]....

View 4 Replies View Related

Slackware :: Pros/Cons Installing From Source Versus Packages

Mar 15, 2011

At work / home / laptops I have about 5 slackware machines. I have always tended to install new packages on each machine from source, generally using slackbuilds when available. I thought I would try 'libreoffice' and reading alien-bobs blog I deduced that a full from source install might be pretty difficult, so I followed his advice and just took the package (.txz file) and used installpkg. To my slight surprise this installed and ran perfectly.

Now I'm wondering if someone would clarify under what circumstances you can just take the slackware package from one machine to another and install. More generally I guess what are the main advantages of building from source. Is it mainly about availability of all the required dependencies?

View 9 Replies View Related

Fedora Installation :: Use The Source Dvd To Install The Source Package?

Feb 19, 2010

installed the fedora 12, but dont know how to use the source dvd to install the source package.

View 3 Replies View Related

Hardware :: Printer Not Working In Any Distro?

Jan 28, 2010

I've searched and posted, and tried a buncha stuff, and still no joy.

I am running Mandriva 2010 on a Toshiba Laptop with an HP P1006 Laserjet. Also an Asus eee with Joliecloud.

Both of these were working until two weeks ago. Suddenly I can't print from either of these computers. My wife's MacBook and my son's Windows 7 computer both work with this printer. Neither of my Linux boxes is working.

The queues are enabled, I've reloaded the CUPs dirvers.

View 3 Replies View Related

Fedora :: Difference In Operation/function Between Their Packages And The Packages Download On Virtualbox.org Website?

Feb 22, 2010

On Fedora repo I found VirtualBox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?

View 5 Replies View Related

Fedora Installation :: Preupgrade Leftover Packages - 176 F13 Packages Remaining

Nov 17, 2010

I recently upgraded from F13 to F14 using "preupgrade". This is the first time I've used preupgrade. So far, F14 is running OK. There are some leftovers from F13 and I'm wondering if this is correct.

Q1: There are 176 F13 packages remaining. [alfrugal@localhost Documents]$ rpm -qa | grep fc13 | wc -l 176 Is this OK? FWIW, after the upgrade, I ran "package-cleanup --orphans" as recommended by the "preupgrade" page on the Fedora Project wiki.

Q2: Also, my GRUB menu was correctly updated for F14, but it still contains the three entries it had for F13. Is it normal for the preupgrade process to require the user to clean up the obsolete entries from the GRUB menu?

View 2 Replies View Related

Fedora :: Install Packages From The 14 Dvd Instead Of Downloading From Internet Using Add / Remove Packages

Mar 31, 2011

im using fedora 14 and i have a slow internet connection. i want 2 install some packages from the fedora 14 dvd instead of downloading from internet using add/remove packages. i tried to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo but it dint work.

View 2 Replies View Related

Debian :: Cursor Stopped Working After Installing Second Distro?

Aug 30, 2011

I use Debian 6 as my main distro, installed on partition 1 (sda1) on my laptop. After installing a second distro on sda2 everything still worked fine and both distros show up on the boot up screen. After installing a 3rd distro on sda3; suddenly my cursor (in Debian) is frozen and I can't use either the touch-pad or the 'left and right clickers'. It seems unlikely that this would have anything to do with installing another distro but on the other hand it is a bit of a coincidence...or? The cursor works on the 2nd OS. The 3rd has not yet showed up on the boot screen (I want to do a 'update-grub from within Debian)

View 5 Replies View Related

OpenSUSE Hardware :: Realtek Hi-Def Audio Not Working Very Well On The Distro?

Mar 22, 2010

as reported on the Milestone 3 release news:

Originally Posted by Me, myself

I�d like to report a bug in the distro that KDE cannot deal with my Sound Card (snd-hda-intel). It�s recognized by the kernel and the module works well, the Yast tested it well too, but when I try to use AmaroK or a media/video player it doesn�t work, never, since the version 11.1 when I acquired my PC.My sound card is a onboard nForce 630i, that uses Realtek High-Def audio driver; I suppose I ain�t sayin� foolishness, so on openSUSE and KDE the sound doesn�t come up,but only on programs, in tests and on another situation it works,even on streaming videos! That�s why I don�t understand what is the real deal.I tested it on Gnome too and the problem persists,so I�ve to change the distro and I�m using Mandriva now, which I don�t like it too much, but everything works well.

View 1 Replies View Related

Ubuntu Multimedia :: How Can App Work For While / Then Stop Working Within Same Distro

Jan 17, 2010

I have been working with Ubuntu for the last 6 months. Overall, I am all behind linux and open source. However, what I cannot figure out is why [in Ubuntu] or how can an app work for a while, then stop working within the same distro? My iPod was working great with HiPO, Banshee, and Rhythmbox and now, after the latest upgrade, it's not working.

View 3 Replies View Related

Fedora :: Download All Packages And All Rpmfusion Packages

Feb 7, 2010

I download all packages of Fedora 12 64 bit and all rpmfusion packages , all of them free and nonfree. all of them is near 20GB, I download all of them by rsync.I download them in work,In home I use Fedora12 64 bit and do not have internet connection , I copy all packages with USB flash and copy them to my Fedora box , and I want install VLC and other codecs and Nvidia driver for some games.What I must do ?I said again I do not have internet connection in home but I have all packages , free and nofree and rpmfusion packages

View 14 Replies View Related

General :: Distro - Nominate A Disastrous Distro From Past Or Present

Jan 9, 2010

nominate a disastrous distro from past or present that was simply AWFUL and what exactly was so bad about it?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved