Bug 240821 - RFE: yum should be able to remove packages without network
Summary: RFE: yum should be able to remove packages without network
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Florian Festi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-22 02:01 UTC by Arthur Pemberton
Modified: 2014-01-21 22:58 UTC (History)
8 users (show)

Fixed In Version: 3.2.5
Clone Of:
Environment:
Last Closed: 2008-12-10 20:25:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Arthur Pemberton 2007-05-22 02:01:52 UTC
Description of problem:

yum cannot remove packages without network, solution/workarounds such as use
cache or disabling all repos are non obvious.


How reproducible:

100%


Steps to Reproduce:
1. severe machines connection to repos
2. attempt yum remove of any package

  
Actual results:

process fails while trying to update repo data

Expected results:

process continues as all the data it needs to remove a package should already be
present on the system, or at least provide a clear path to work arounds


Additional info:

All frontends for yum inherit this problem, and non familiar users get stumped
by this. Maybe a 'localremove' option is needed which bypasses updating of repo
data.

Comment 1 Till Maas 2007-09-09 12:14:03 UTC
imho yum remove should never require network or a filed cache.

yum -C remove does not work, when the cache is empty. Also when I run

yum clean all
yum clean all
The second time yum wants to download repository data, which is totally strange
but it seems to be an related issue: yum checks for repository data even when it
does not need them.

Comment 2 Jeremy Katz 2007-09-13 18:08:42 UTC
yum clean requiring a download should be fixed as of yum 3.2.4 or 3.2.5.

Comment 3 Till Maas 2007-09-13 19:23:53 UTC
(In reply to comment #2)
> yum clean requiring a download should be fixed as of yum 3.2.4 or 3.2.5.

I just tried yum 3.2.5 from updates-testing, there it is fixed. I am not sure,
whether or not I had this problem with 3.2.4, I installed it on Sep 08 11:22
UTC. When I calculated correctly, I posted here on Sep 09 13:14 UTC, so I guess
it is not fixed in 3.2.4. yum remove still wants network access, so the two
issues seem not to be related.

Comment 4 Till Maas 2008-01-08 17:32:06 UTC
In case this bug was really fixed in 3.2.5, it is broken 3.2.8 again:

Steps to reproduce:

(istanbul is here an example package)

1) yum install istanbul
2) yum clean all
3a) yum -C remove istanbul
3b) yum remove istanbul

Results:
3a) does not work, because yum wants some repository data, e.g.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.
Please verify its path and try again
3b) yum starts to download repository data

Expected Results:
yum removes istanbul in steps 3a and 3b without downloading repository data.

Comment 5 Seth Vidal 2008-03-12 14:33:45 UTC
It was fixed in 3.2.5 and yes it re-break with 3.2.8 but for a different reason.

Comment 6 Bug Zapper 2008-05-14 12:14:48 UTC
This message is a reminder that Fedora 7 is nearing the end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 7. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '7'.

Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 7's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 7 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug. If you are unable to change the version, please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. If possible, it is recommended that you try the newest available Fedora distribution to see if your bug still exists.

Please read the Release Notes for the newest Fedora distribution to make sure it will meet your needs:
http://docs.fedoraproject.org/release-notes/

The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Jeremy Katz 2008-06-12 17:51:50 UTC
This is still the case in rawhide.  And it's due to the changes to make the
pkgSack an attribute of the tsInfo, so when we set up the tsInfo, we then need
repodata.

Comment 8 Jan Hutař 2008-08-07 12:52:05 UTC
I can still see this in yum-3.2.17-2.fc9.noarch

Comment 9 James Antill 2008-08-07 13:40:14 UTC
 It's also going to be true in 3.2.18, it's not as easy to fix as you might expect (having yum remove not need metadata).
 There's always "rpm -e" :)

Comment 10 James Antill 2008-08-10 15:57:59 UTC
As a work around you can do:

 yum -C --disablerepo='*' remove instanbul

Comment 11 seth vidal 2008-12-10 20:25:36 UTC
fixed in in 3.2.20 - which is available in updates-testing for everything.


Note You need to log in before you can comment on or make changes to this bug.