search for: yumdownload

Displaying 20 results from an estimated 89 matches for "yumdownload".

Did you mean: yumdownloader
2008 May 08
1
problem with yumdownload?
coworker wants to download a module with all its dependencies, for use in updating an offline system... CentOS 5.latest ... [root at pig home]# yum -y install yum-utils ...... [root at pig home]# yumdownloader --resolve gcc Loading "priorities" plugin Loading "installonlyn" plugin Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished 263 packages excluded due to repository priority protections Traceback (most recent call last): File &...
2008 Mar 12
2
Question relating to yumdownloader
Hi I use yumdownloader occasionally to grab RPMS. One thing that confuses me though is the --source option. I thought this would mean rather than getting the RPM that it would retrieve the source RPM. But it appears this isn't the case. Can anyone explain what this option actually relates to ?
2008 Nov 25
0
Centos 4 Yumdownloader vs yum-downloadonly on Centos 5
Peter Kjellstrom <cap at nsc.liu.se> wrote: > For completeness, yumdownloader is a command/program that > comes with the > yum-utils package on centos 4 and 5. > Yumdownloader on centos 4 does not add the functionality of the yum --downloadonly feature in Centos 5 from the yum-downloadonly-1.1.10-9.el5 I was replying to Peter Kjellstrom http://lists.centos.o...
2010 Oct 23
0
How to install and update a src rpm?
Hello, is there please a way to install and later update a src rpm - instead of locating and downloading that package manually? I've run: "yum install rpm-build mock yum-utils" successfully. But when I try to run "yumdownloader --source httpd", I get the error listed at the bottom of my mail. Do I maybe need to add a file to /etc/yum.repos.d/ ? I'd like to have httd source somewhere in a good defined place (will it be $HOME/src or /usr/src ?) because I'm trying to develop an Apache module. I'm using C...
2011 Jun 15
2
[PATCH 1/2] use apt-get instead of aptitude
...++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.ml.in b/config.ml.in index a8c008a..262c913 100644 --- a/config.ml.in +++ b/config.ml.in @@ -22,7 +22,7 @@ let package_version = "@PACKAGE_VERSION@" let yum = "@YUM@" let rpm = "@RPM@" let yumdownloader = "@YUMDOWNLOADER@" -let aptitude = "@APTITUDE@" +let apt_get = "@APTGET@" let dpkg = "@DPKG@" let pacman = "@PACMAN@" let host_cpu = "@host_cpu@" diff --git a/configure.ac b/configure.ac index bd9d39d..1a0302c 100644 --- a/configure....
2010 Nov 22
5
perl bindings
Hi All, When are the XS-based Perl bindings going to be deprecated in favour of the SWIG bindings? Please remove the dead RHEL RPMs from: http://xapian.org/download I've built RPMs for RHEL5/CentOS5 (with a different signing key) here: http://rpm.eprints.org/xapian/5/ RHEL4 is eol and shouldn't be used. For my own convenience I have written an RPM for the repository: rpm -ivh
2010 Oct 10
8
recommended way to install source rpms?
...tos.org/PackageManagement/SourceInstalls seems just a touch on the hysterical side. i don't disagree that installing packages from the source rpm is probably a questionable idea. but that doesn't justify simply not explaining how to do it easily. my plan is to install yum-utils to get yumdownloader, add the repo file suggested above, then have students: $ yumdownloader --source <package> so they can examine the source of some packages. is the approach i'm suggesting reasonable? thanks. rday -- ======================================================================== Rober...
2013 Apr 09
2
[PATCH 1/2] add run_shell helper
The new run_shell helper is a copy of run_python, and will be used by upcoming changes. Signed-off-by: Olaf Hering <olaf at aepfle.de> --- src/supermin_utils.ml | 9 +++++++++ src/supermin_utils.mli | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/src/supermin_utils.ml b/src/supermin_utils.ml index f98e09a..cb8a27e 100644 --- a/src/supermin_utils.ml +++ b/src/supermin_utils.ml
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
...doing and what do you want to > > achieve? > > > > The %install phase you posted is really not of interest to your 'problem' > > but rather the %build phase would be telling. > > As I've done with several other RPMs, I did the following; > > === > yumdownloader --source mtr-gtk > > rpm -Uvh mtr-0.75-5.el6.src.rpm > > cd rpmbuild/SPECS/ > > # Change "Release" > > rpmbuild -ba mtr.spec > === > > If you're asking a more generic "why are you doing this?" question; I am > including the RPM in a proj...
2013 Jul 11
4
Problem with supermin & zypper
...on this system or distro then it may be that the package detection code is not working. make[2]: *** [stamp-supermin] Error 1* Now, I installed supermin from git. During configuration it discovered zypper: *checking for zypper... zypper checking for yum... no checking for rpm... rpm checking for yumdownloader... no checking for aptitude... no checking for apt-cache... apt-cache checking for dpkg... no checking if apt-cache depends --recurse is broken... yes checking for pacman... no* I have the following file: *> cat /etc/SuSE-release SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEV...
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
...gt;>> The %install phase you posted is really not of interest to your > 'problem' > >>> but rather the %build phase would be telling. > >> > >> As I've done with several other RPMs, I did the following; > >> > >> === > >> yumdownloader --source mtr-gtk > >> > >> rpm -Uvh mtr-0.75-5.el6.src.rpm > >> > >> cd rpmbuild/SPECS/ > >> > >> # Change "Release" > >> > >> rpmbuild -ba mtr.spec > >> === > >> > >> If you're asking...
2013 Aug 19
5
[PATCH v2 0/3 supermin] URPMI & xz support.
Joseph, Please try my modified versions of these patches. These are compile-tested on Fedora and they don't break any existing functionality, but I don't have either urpmi nor a statically-linked xz so I cannot fully test them. I have also fixed detection of zlib (2/3). Rich.
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
On 8 March 2016 at 10:07, Leon Fauster <leonfauster at googlemail.com> wrote: > Am 08.03.2016 um 01:50 schrieb Digimer <lists at alteeve.ca>: > > I'm not surprised, given that it is in the repo. That's why I was asking > > if anyone tried building it themselves and, if so, did they have the > > same issue as I describe below? > > > >
2016 Feb 26
1
CentOS Extras SRPMs for 7.1 / 7.2
Hello, I noticed that recent source repositories for CentOS Extras packages do not have SRPMs for each available RPM. In particular, I wanted to download the SRPM for cloud-init. After enabling the extras-source repository, `yumdownloader --source cloud-init` doesn't find any package. This used to work on CentOS 7.0. See the content of the following two repos: http://vault.centos.org/7.2.1511/extras/Source/SPackages/ http://vault.centos.org/7.1.1503/extras/Source/SPackages/ compared with http://vault.centos.org/7.0.1406/e...
2016 Nov 18
0
Anaconda installer fails to install nodejs010 and npm due to dependency error
...js010-npm(request) >= 2.47.0 nodejs010-nodejs-npm-registry-client-7.0.8-1.el7.centos.noarch requires nodejs010-npm(retry) >= 0.8.0 nodejs010-nodejs-which-1.2.0-1.el7.centos.noarch requires nodejs010-npm(is-absolute) < 0.2 If I download nodejs010 and npm dependent RPMS of same version from yumdownloader command, then I get RPMs without "centos" name. yumdownloader command taken build RPMs from repo: [centos-sclo-rh] :http://mirror.centos.org/centos/7/sclo/x86_64/rh/nodejs010/) If I copy paste these RPMS to my custom ISO, then anaconda successfully installs these packages without any er...
2013 May 21
1
CentOS source rpm repository setup
Hi. I thought I might set up my CentOS 6 system with a source rpm repository config, so that I'll be able to download srpm files via "yumdownloader --source" or similar. I'm thinking that in order to this, I have to add something like the following to the yum repos config: [base-source] name=CentOS-$releasever - Base (SRPMS) baseurl=http://mirror.centos.org/centos/$releasever/os/SRPMS gpgcheck=1 gpgkey=file://...
2019 Apr 27
1
Can't find SRPMS for CentOS
...ave to rebuild a handful of CentOS packages for some extra functionality. So I setup a build environment in a virtual machine, and right now I'm trying to find the SRPMS. I enabled the repositories listed in /etc/yum.repos.d/CentOS-Sources.repo and then tried this: [microlinux at buildbox:~] $ yumdownloader --source ark Loaded plugins: fastestmirror, langpacks, priorities Enabling epel-source repository Loading mirror speeds from cached hostfile * nux-dextop: mirror.li.nux.ro 9238 packages excluded due to repository priority protections No source RPM found for ark-4.10.5-4.el7.x86_64 Nothing to dow...
2012 May 08
2
Equivalent RHEL package for CentOS httpd package?
I'm trying to find out if a particular RedHat patch has been ported to CentOS yet. In particular, this vulnerability: CVE-2011-3607 According to this: https://rhn.redhat.com/errata/RHSA-2012-0323.html it has been patched as of httpd-2.2.3-63.el5_8.1.x86_64.rpm Now, in the latest CentOS repository, I find httpd-2.2.3-63.el5.centos.1.x86_64.rpm Is this the same (or later) release? I suspect
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
...f interest to your > >> 'problem' > >>>>> but rather the %build phase would be telling. > >>>> > >>>> As I've done with several other RPMs, I did the following; > >>>> > >>>> === > >>>> yumdownloader --source mtr-gtk > >>>> > >>>> rpm -Uvh mtr-0.75-5.el6.src.rpm > >>>> > >>>> cd rpmbuild/SPECS/ > >>>> > >>>> # Change "Release" > >>>> > >>>> rpmbuild -ba mtr.spec &g...
2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks! On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > This is really wrong way to do this. Install yum-utils and use > yumdownloader --source package-name to get rhel version of package. Then > modify spec file and recompile. > > Eero > Hey guys, > > I'm trying to disable ZTS in php, because an application we need > (AppDynamics) is not compatible with it. > > So I tried compiling php with the f...