docs: update doc/guides/howto-list-packages-iso

This commit is contained in:
ru ru 2020-03-09 20:01:19 +00:00 committed by omakuta
parent 357184c544
commit d08bf3d118
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: How to get a list of all packages included in the ISO title: How to get a list of all packages included in the ISO
description: description:
published: true published: true
date: 2020-03-09T19:56:46.846Z date: 2020-03-09T20:01:18.065Z
tags: documentation, howto tags: documentation, howto
--- ---
@ -31,4 +31,6 @@ If you wish a list of all the packages sorted by date, type:
rpm -qa --last > pkglist-last.txt rpm -qa --last > pkglist-last.txt
``` ```
\- \-
See also
[How to get a list of the latest updates](/doc/guides/howto-latest-updates)