# LeoCAD ## Tested with * Linux Mint 21.2 Cinnamon * LeoCAD Version 21.06 ## Installation ```shell sudo apt update ``` ```shell sudo apt install -y leocad ldraw-parts ``` ### Optional ```shell sudo apt install -y povray ``` ## Removal ```shell sudo apt autoremove -y --purge leocad ldraw-parts povray ```