| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.11 2004/06/25 22:28:55 vapier Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.12 2004/06/29 09:47:17 neysx Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/gentoolkit.xml"> |
5 | <guide link="/doc/en/gentoolkit.xml"> |
| 6 | <title>Gentoolkit</title> |
6 | <title>Gentoolkit</title> |
| 7 | |
7 | |
| … | |
… | |
| 219 | <section> |
219 | <section> |
| 220 | <title>Listing Duplicate Packages</title> |
220 | <title>Listing Duplicate Packages</title> |
| 221 | <body> |
221 | <body> |
| 222 | |
222 | |
| 223 | <p> |
223 | <p> |
| 224 | Sometimes multiple versions of the same package may exist. <c>qpkg --dup</c> |
224 | Sometimes multiple versions of the same package may exist. <c>qpkg --dups</c> |
| 225 | will print a list of duplicate packages. The existence of a duplicate package |
225 | will print a list of duplicate packages. The existence of a duplicate package |
| 226 | though may not indicate that the older version may be removed. They may fill |
226 | though may not indicate that the older version may be removed. They may fill |
| 227 | different slots. To look for duplicates in the same slot, use |
227 | different slots. To look for duplicates in the same slot, use |
| 228 | <c>qpkg --dups --slot</c>. I just updated KDE from 3.0 to 3.0.2, so I have some |
228 | <c>qpkg --dups --slot</c>. I just updated KDE from 3.0 to 3.0.2, so I have some |
| 229 | duplicates in the same slot. |
229 | duplicates in the same slot. |