swaret - HOW-TO-USE-SWARET
-----------------------------------------------------------------------
(These are just Examples how to use swaret)

Q: I want swaret to Dependency Check my Slackware System every day.
A: For Example: Dependency Check must start every day at 1:00 AM,
   use the following cronjob rule: 
   * 3 * * * /usr/sbin/swaret --update && /usr/sbin/swaret --dep -A
   If you want to know which Packages/Patches/Extra Packages have been Upgraded,
   take a look to the swaret Log File (default: /var/log/swaret).

Q: When do i need to use the command: 'swaret --update'?
A: You need to --update everytime when there are new 
   Packages out there.

Q: How can I Upgrade to the newest version of Apache Web Server?
A: You need to fetch the newest File Lists by using: swaret --update,
   to Upgrade Apache (if there is a new version out there),
   you need to use: swaret --upgrade apache

Q: How can I Upgrade everything of KDE?
A: You need to fetch the newest File Lists by using: swaret --update,
   and then you need to use: swaret --upgrade kde

Q: How can I Install everything of GNOME?
A: You need to fetch the newest File Lists by using: swaret --update,
   and then you need to use: swaret --install gnome/

Q: GIMP cannot run due to missing libraries, 
   how to solve the problem?
A: swaret has a Dependency System which calculates missing libraries,
   which Downloads and Installs/Re-Installs/Upgrades the necessary
   Packages/Patches/Extra Packages.
   Use the following command: swaret --dep gimp

Q: I want to know which Packages of KDE have not been installed yet.
A: You need to use: swaret --search kde -n

Q: I want to enable PGP Signature Check and how to import a GPG-KEY?
A: You need to get the GPG-KEY and import it with:
   swaret --pgp -i /path/to/GPG-KEY and change PGPCHECK Variable
   in /etc/swaret.conf to 1, instead of 0.
   PGPCHECK will NOT work on Sources.

Q: How can i force remove all Packages matching Keyword 'gnome'?
A: swaret --remove gnome -A

Q: If i got a question 'HOW-TO-USE-SWARET', what should i do?
A: The best thing is to forward you to the swaret Forum, 
   http://swaret.xbone.be/forum and post your question.

-----------------------------------------------------------------------
E-Mail: xbone@xbone.be - mgmanry@linuxorbit.com
MSN: xbone@xbone.be - linuxsneaker@hotmail.com
ICQ: 10527685 - 9427006
WWW: http://swaret.xbone.be
