Wednesday, October 30, 2019

Removing unused packages in Linux

To remove unused packages in Linux, we will use the following software:

  • deborphan
  • gtkorphan (GUI based)
  • rpmorphan
References

No comments:

Post a Comment

CSP on Apache

To add CSP to root if sort of funny. The following will NOT work for most cases !!     <LocationMatch "^/$">        Header s...