Gentoo: Difference between revisions

From The Incoherency.Net Wiki
Jump to navigation Jump to search
Denis (talk | contribs)
New page: == Checking for Vulnerabilities == glsa-check -l affected == Fixing Broken Dependencies == revdep-rebuild --ignore --pretend revdep-rebuild -i -p -v == Building Packages == quickp...
 
Denis (talk | contribs)
No edit summary
Line 1: Line 1:
== Checking for Vulnerabilities ==
== Checking for Vulnerabilities ==
To check installed ebuilds against known vulnerabilities, first make sure app-portage/gentoolkit is installed, then use the following command:


  glsa-check -l affected
  glsa-check -l affected
Line 11: Line 13:


  quickpkg
  quickpkg
== Finding what ebuild a File Belongs To ==
  equery belongs ''file''

Revision as of 19:15, 26 February 2008

Checking for Vulnerabilities

To check installed ebuilds against known vulnerabilities, first make sure app-portage/gentoolkit is installed, then use the following command:

glsa-check -l affected

Fixing Broken Dependencies

revdep-rebuild --ignore --pretend
revdep-rebuild -i -p -v

Building Packages

quickpkg

Finding what ebuild a File Belongs To

 equery belongs file