How do i remove a package and configuration files from ubuntu?



  • Man page for apt-get

    Using the apt-get command.

    purge
               purge is identical to remove except that packages are removed and purged (any configuration
               files are deleted too).
    

    The purge option for the apt-get command.

    $ sudo apt-get purge cassandra
    

    Note: It make not remove some directories that are not empty. Read the output carefully and clean up any remaining directories.


Log in to reply
 

© Lightnetics 2024