How to disable the weird characters from “bracketed paste mode”

For example, you can highlight text and paste it into the terminal. I then see 00~text01~.  You can use this command printf "\e[?2004l" to fix your terminal if this mode got suddenly enabled. echo 'printf "\e[?2004l"' >> ~/.bashrc does the same thing in one line, and you can verify with tail -n1 ~/.bashrc. 

dpkg: purge versus remove

dpkg can be used to install, remove and check the current state of a package. Every package contains the following components dpkg has two options –remove and –purge. Both these options are used to remove package contents. But there is a significant difference between the two.’ dpkg –remove is used to remove the package binaries. But if there