Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#221 fixed Add yum-plugin-replace to available yum plugins Lewis Rosenthal
Description

yum-plugin-replace provides for swapping conflicting packages, either different ones or the same, but for different arches. Thus, it is possible to:

yum replace mysql --replace-with mysql51

without uninstalling the first package and then installing the replacement. This also works for packages which are "locked" by dependencies.

Source: https://github.com/iuscommunity/yum-plugin-replace

Presently, the only alternative to this is to use the yum shell to uninstall and then install, and even that is not as robust as yum-plugin-replace.

#95 wontfix Allow to be installed on non-root directory martini
Description

On the instructions and on the WarpIn? installer the user is told to install RPM/YUM on the root drive (C:\, X:\, etc).

My request is that the users can choose where to install the Linux Hierachy (FHS) on his hard drive. Like C:\Programs\ or any other place.

I had tried to move it by hand on an VM experiment and moving the structure is working fine.

Here it is some documentation: http://www.os2world.com/wiki/index.php/Experiment:_Moving_the_OS/2_Directory_Structure#Moving_UNIXROOT_-_RPM.2FYUM

Regards

#128 invalid AttributeError raiko
Description

Just installed rpm, which seemed to have completed correctly, however I get an error when trying to use the console:


Repository setup

package os2-release-00-2.oc00.noarch is already installed package netlabs-rel-0.0.0-4.oc00.i386 is already installed

Testing internet connection: "yum repolist"... Traceback (most recent call last):

File "J:\TMP\YUMBT\USR\BIN\YUM", line 29, in <module>

yummain.user_main(sys.argv[1:], exit_code=True)

File "/@unixroot/usr/share/yum-cli/yummain.py", line 288, in user_main

errcode = main(args)

File "/@unixroot/usr/share/yum-cli/yummain.py", line 98, in main

base.getOptionsConfig(args)

File "/@unixroot/usr/share/yum-cli/cli.py", line 253, in getOptionsConfig

(opts, self.cmds) = self.optparser.setupYumConfig(args=args)

File "/@unixroot/usr/share/yum-cli/cli.py", line 1599, in setupYumConfig

self.base.setupKeyImportCallbacks()

File "/@unixroot/usr/share/yum-cli/output.py", line 1225, in setupKeyImportCal

lbacks

gpgca_import_func = self.getCAKeyForRepo

AttributeError?: 'YumBaseCli?' object has no attribute 'getCAKeyForRepo'

[J:\]


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.