Ubuntu
Saturday, 12 December 2009
Uninstall netbeans 6.5.1
My NetBeans 6.5 was in /home/my_username/netbeans-6.5.1
cd ~/netbeans-6.5.1
./uninstall.sh
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
How to update snap-store
Print protected pdf
Convert the pdf to a postscript file and the postscript file to a pdf. Open the new pdf for example with Acrobat Reader and you can print. p...
How To Install Zoom Client on Ubuntu 22.04 LTS
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb
mkdtemp: private socket dir: Permission denied
Probelm: /etc/gdm/Xsession: Beginning session setup... mkdtemp: private socket dir: Permission denied Solution: A quick sudo chmod a+w /tmp ...