System Administration Guide

How to Delete a Form

  1. Log in as superuser or lp on the print server.

  2. Delete the form by using the lpforms command.


    # lpforms -f form-name -x
    
    -f form-name
    

    Form to be deleted. 

    -x

    Deletes the specified form. 

    The form is deleted from /etc/lp/forms/form-name file.

  3. Verify that form was deleted by using the following command. You should receive an error indicating that a form by the specified name does not exist.


    # lpforms -f form-name -l
    

Example--Deleting a Form

In the following example, the command deletes the medical form.


# lpforms -f medical -x