Answers for "uninstall visual paradigm ubuntu"

4

uninstall visual paradigm ubuntu

//check in the terminal if there is a package that starts with 'visual'
dpkg-query -l 'Visual*'

//if yes
dpkg -r [package name]

//if no. 
cd /opt
sudo rm -R [visual_paradigm_directory_name]

Then check your homedirectory for a directory called “VisualParadigm” (default name).
This will contain your so called workspace as well as several data files which Visual Paradigm uses (license files, log files, etc.).
If you want to save some of your Visual Paradigm projects then this is where you’ll find them (most likely: ~/VisualParadigm/ws/VPProjects).

If you’re fully sure about not needing to save any data then also remove this directory ("~/VisualParadigm").
Posted by: Guest on September-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language