Delete Files And Folders From Linux Mint Command Line Without Using rm
If the rm command when using Linux Mint Terminal is something that is scary (quite rightly so because of rm -rf), then there is a safer alternative to deleting files and folders without worrying about messing up the system.
This is by using trash command. It works similar to recycle bin although from the command line.
First, install it from Terminal in Linux Mint/Ubuntu :
sudo apt install...