Displaying 20 results from an estimated 112 matches for "urpmi".
2016 Oct 31
0
[PATCH 4/4] rpm: mageia: prefer dnf over urpmi
Mageia introduced dnf as alternative package manager for the next
version 6, with the possibility to replace urpmi as primary in the
future.
As such, prefer dnf over urpmi+fakeroot to download rpm packages.
Thanks to Neal Gompa for his heads-up.
---
README | 3 +--
src/rpm.ml | 8 +++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 79fcfd8..679bf70 100644
--- a/R...
2005 Jul 28
1
what the best ? apt-get? yum or urpmi ?
Hello, I must make a choice concerning the use of a tool used to update
rpms: yum, urpmi or apt-get.
Personally, I use urpmi every day, without real problems (the
dependences, even those of Perl are very well managed),
the "hdlist" can be used in several forms , it contains a lot of
funtions but, it is not integrated into
up2date and does not have a graphic interface that fit...
2003 Nov 24
3
Samba 3.0.1 from samba.org shows "bgmilne" as username
...my Mandrake 9.2 box, I got an unusual message that doesn't make sense.
It said, over and over (thirteen times total):
WARNING: user bgmilne does not exist - using root
When it went back to root prompt, I did an "updatedb", but nothing for
"samba-3" is found when I did the urpmi request. Any ideas? I wrote an
email that bounced to Mr Milne, and don't know what else to investigate
Eric
2012 Oct 29
0
Porting febootstrap to urpmi-based distributions
...yes.
See also: src/febootstrap_package_handlers.mli where the interface is
precisely defined.
> My
> current understanding of this function tells me that its purpose is
> to download a given package and all its dependency. I think I could
> basically achieve the same result by calling urpmi (the functional
> equivalent of yum install) with the --no-install flag, wrapping its
> output to return the list of downloaded filenames. Or am I missing
> an obvious trap ?
The purpose of ph_resolve_dependencies_and_download is described as:
Take a list of package names, and usin...
2016 Oct 31
5
[PATCH 0/4] supermin: use dnf on Mageia
Hi,
as pointed out by Neal Gompa, Mageia recently introduced dnf in the
distribution (currently only in Cauldron, which is the future Mageia 6),
and most probably it will replace urpmi in the future.
As such, on Mageia make supermin prefer dnf over urpmi when found,
using the same code already used for Fedora.
Related change: make test-harder.sh work explicitly also on Mageia
("broken" since the recent switch to /etc/os-release).
Thanks,
Pino Toscano (4):
tests:...
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.
2013 Aug 21
0
Re: [PATCH v2 0/3 supermin] URPMI & xz support.
I had to make some changes to the xz patch.
The code that was used for conftest had to be modified and I needed to add
lzma to the link line. The urpmi patch worked fine.
On Mon, Aug 19, 2013 at 4:43 PM, Richard W.M. Jones <rjones@redhat.com>wrote:
> 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...
2016 May 24
3
[PATCH 1/3] inspect: recognize the Void Linux distribution
Since Void Linux provides only an /etc/os-release with no VERSION_ID
field, then special-case it to avoid that the os-release parsing ignore
it.
This provides basic distro identification, and icon.
---
generator/actions.ml | 4 ++++
inspector/virt-inspector.rng | 1 +
src/guestfs-internal.h | 1 +
src/inspect-fs-unix.c | 14 ++++++++++++--
src/inspect-fs.c |
2002 Feb 02
1
Re: R install problem
On Fri, 1 Feb 2002, Tony Fagan wrote:
> I downloaded your RPM and tried installing it on Madrake 8.1.
> It failed and said it could not find:
>
> libblas.so.3
To install these, from console as root do:
urpmi liblapack3
> libgcc_s.so.1
> libgcc_s.so.1 (GLIBC_2.0)
urpmi libgcc3
--
Michele Alzetta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or...
2004 Jan 13
1
reinstalling R/ mandrake 9.1/ rpm
OS: linux Mandrake 9.1
R Version 1.8.1 (2003-11-21),
GNU Emacs 21.2.93.1
-------------------
Colleagues
I'm reinstalling R after reformatting a partition containing the
applications software. The urpmi returned this error:
[root at localhost R]# urpmi R-1.8.1-1mdk.i586.rpm
installing R-1.8.1-1mdk.i586.rpm
Preparing...
##################################################
1:R #################error: unpacking of
archive failed on file
/usr/lib/R/library/base/html/00Index...
2003 Oct 02
1
Samba-3.0.0 packages for Mandrake 8.2-9.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
RPMs of samba3 for Mandrake were uploaded to the samba FTP mirrors on
Saturday. For those who have urpmi media setup for your favourite samba
mirror, all you need to do to get samba3 is (assuming you have setup the
Sambaldap source such as at http://plf.zarb.org/~nanardon/?minor=1):
# urpmi.update Sambaldap
# urpmi samba3-server
Please note that by default the samba3 packages are built to install in...
2016 May 04
1
Re: [PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...> + let rec guest_install_command packages =
> let quoted_args = String.concat " " (List.map quote packages) in
> match g#inspect_get_package_management root with
> | "apk" ->
> @@ -116,10 +116,11 @@ exec >>%s 2>&1
> | "urpmi" -> sprintf "urpmi %s" quoted_args
> | "yum" -> sprintf "yum -y install %s" quoted_args
> | "zypper" -> sprintf "zypper -n in -l %s" quoted_args
> +
> | "unknown" ->
> - error (f_&quo...
2016 May 04
3
[PATCH 1/2] inspection: Set package manager to "unknown" if parsing major version failed (RHBZ#1332025).
In cases where parsing the release file failed and so we have an
obviously incorrect major version number, don't try to infer the
package manager from the major version number.
In the bug report, parsing the /etc/redhat-release file of a CentOS
7.1 guest failed, so major version was set to 0, and the package
manager was inferred as "up2date". virt-customize then failed with a
2016 May 24
0
[PATCH 3/3] customize: add support for the xbps package manager
...e13c..c9d9d7d 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -114,6 +114,7 @@ exec >>%s 2>&1
| "pisi" -> sprintf "pisi it %s" quoted_args
| "pacman" -> sprintf "pacman -S %s" quoted_args
| "urpmi" -> sprintf "urpmi %s" quoted_args
+ | "xbps" -> sprintf "xbps-install -Sy %s" quoted_args
| "yum" -> sprintf "yum -y install %s" quoted_args
| "zypper" -> sprintf "zypper -n in -l %s" quoted_a...
2016 Jul 21
1
[PATCH] customize: use --noconfirm when installing Arch Linux packages
...ntf "dnf -y install %s" quoted_args
| "pisi" -> sprintf "pisi it %s" quoted_args
- | "pacman" -> sprintf "pacman -S %s" quoted_args
+ | "pacman" -> sprintf "pacman -S --noconfirm %s" quoted_args
| "urpmi" -> sprintf "urpmi %s" quoted_args
| "xbps" -> sprintf "xbps-install -Sy %s" quoted_args
| "yum" -> sprintf "yum -y install %s" quoted_args
--
2.7.4
2016 May 04
0
[PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...st_install_command packages =
+ let rec guest_install_command packages =
let quoted_args = String.concat " " (List.map quote packages) in
match g#inspect_get_package_management root with
| "apk" ->
@@ -116,10 +116,11 @@ exec >>%s 2>&1
| "urpmi" -> sprintf "urpmi %s" quoted_args
| "yum" -> sprintf "yum -y install %s" quoted_args
| "zypper" -> sprintf "zypper -n in -l %s" quoted_args
+
| "unknown" ->
- error (f_"--install is not suppor...
2005 Dec 28
2
R on Mandriva 2006
Hello anyone,
I'm trying to install R on Mandriva 2006 distribution via rpm file with the
line
urpmi R-2.0.0-1mdk.i586.rpm
but I got an error message saying that the file is not accessible due to some
info problem.
I also tried with a source code in R-2.1.1.tar but I think that there is some
problem concerning the new version of gcc (4.x), so I downgraded it to gcc
3.4.5 but it does not work...
2002 Nov 05
1
Warning when updating Samba via mandrake update
I've just done a update of Samba from 2.2.4 to 2.2.6.
After installing everything it says some files were modified, ie smb.conf,
and gives you the option to view the changes.
It removed all my shared folders, removed settings from 'global' and changed
lines for cups and other bits and pieces. Some changes are highlighted in
green and the ones it removes are in red with '-'
2003 Jan 22
0
[Fwd: Re: Authoring a HOWTO]
...rom:
http://ranger.dnsalias.com/mandrake/samba or
http://people.mandrakesoft.com/~staburet/samba
So, at present there are RPMs of 2.2.7 on the samba FTP mirrors, and
2.2.7a-1mdk is here:
http://ranger.dnsalias.com/mandrake/samba/RPMS/9.0/samba-2.2.7a/
Easy setup should be something like this:
# urpmi.addmedia samba-2.2.7a \
http://ranger.dnsalias.com/mandrake/samba/RPMS/9.0/samba-2.2.7a/ with \
hdlist.cz
# urpmi samba-server-ldap
Also, you may want to note that
1)smbldap should be setup by default, but that you would want to ensure
that /etc/samba/smbldap_conf.pm is linked into
/usr/share/samb...
2016 Nov 11
0
[PATCH] configure: Look for dpkg* only in /usr/bin, /bin
...(libguestfs build failures) because configure had chosen the
wrong binary.
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3a0d25d..72ffb92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,10 +110,10 @@ AC_PATH_PROG(URPMI,[urpmi],[no], [$PATH$PATH_SEPARATOR/usr/sbin])
dnl For Debian handler.
AC_PATH_PROG(APT_GET,[apt-get],[no])
-AC_PATH_PROG(DPKG,[dpkg],[no])
-AC_PATH_PROG(DPKG_DEB,[dpkg-deb],[no])
-AC_PATH_PROG(DPKG_QUERY,[dpkg-query],[no])
-AC_PATH_PROG(DPKG_DIVERT,[[dpkg-divert]],[no])
+AC_PATH_PROG(DPKG,[dpk...