Bug 35933

Summary: feature to show not installed packages removed
Product: [Retired] Red Hat Linux Reporter: Ivan Martinez <ivanfmartinez>
Component: up2dateAssignee: Preston Brown <pbrown>
Status: CLOSED NOTABUG QA Contact: Jay Turner <jturner>
Severity: low Docs Contact:
Priority: medium    
Version: 7.0CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-14 14:01:51 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 Ivan Martinez 2001-04-14 14:01:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.17-14 i586)


I have updated to 2.5.3-1
Before this version I have option to see all available packages, not only
the installed packages
.
This feature is very good, sometimes we need to install a package that are
not installed and is good to install the latest version.


Reproducible: Always
Steps to Reproduce:
1.up2date --configure
2.up2date --showall
3.
	

Actual Results:  The option to get all packages are removed.
If I try to use the --showall on command line, the list is displayed in the
console and program stops.
 

Expected Results:  When using the --showall the program must have the old
behaviour and show all packages and permit the installation.

Comment 1 Preston Brown 2001-04-16 15:06:38 UTC
you may install any package or package(s) individually by passing them on the 
command line, regardless of whether or not they are installed.  The old method 
was simply too resource-intensive (all headers had to be downloaded).

Now, you can:

up2date --showall

and then pick some packages.  To install them:

up2date <uninst-packagename1> <uninst-packagename2>

It will work.


Comment 2 Ivan Martinez 2001-04-16 20:16:23 UTC
The old behaviour can be an option, because with the old behaviur I can know
what is a package looking at the info.
With this new format I get only the package name.