Bug 161413

Summary: yum install does not work from yum shell
Product: [Fedora] Fedora Reporter: Aaron VanDevender <sig>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-23 12:19:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.