Bug 161413 - yum install does not work from yum shell
Summary: yum install does not work from yum shell
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-23 06:33 UTC by Aaron VanDevender
Modified: 2014-01-21 22:52 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-06-23 12:19:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Aaron VanDevender 2005-06-23 06:33:31 UTC
Description of problem:
if you enter the yum shell:
# yum shell
 and issue an install command 
> install somepackage
it fails to install the package.

Version-Release number of selected component (if applicable):
yum-2.3.2-7

How reproducible:
always

Steps to Reproduce:
1. run yum shell
2. run install somepackage
  
Actual results:
The following text is displayed:

Setting up Install Process
Parsing package install arguments

And then that's it. No install takes place.

Expected results:
I expect the package to get installed along with its dependancies.

Comment 1 Seth Vidal 2005-06-23 12:18:57 UTC
the purpose of the yum shell is so you can stack commands and run them in a batch

type 'help' for help.

but you can run:
install somepackage
run

the 'run' will run the transaction you have created.




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