linux empty recycle bin command code example
Example 1: clear trash ubuntu
rm -rf ~/.local/share/Trash/*
Example 2: how to remove something from bin folder in ubuntu
sudo rm -rf /usr/bin/adobe
rm -rf ~/.local/share/Trash/*
sudo rm -rf /usr/bin/adobe