You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uninstall any package with Bash command from terminal here example with [ nginx ].
$ sudo apt-get remove nginx
$ sudo apt-get autoremove
$ sudo apt-get autoclean
$ sudo apt-get remove --purge nginx
#check the just removed package [nginx] and [apt update] with below commands
$ whereis nginx
$ sudo apt-get update -y
terminal line copy
Gnome-terminal - How to Copy selection to clipboard automatically?
Command :: sudo apt-get install parcellite
Config :: In the settings check "use primary" and "synchronize clipboards". it works.