Install TeamViewer in Ubuntu 16.04 using command line/terminal

Keywords: TeamViewer, Ubuntu, command line, dpkg command, terminal Recently I needed to install the TeamViewer in my Ubuntu 16.04 machine.  I downloaded the latest 64-bit version of TeamViewer from TeamViewer web-site. I tried to install TeamViewer using Ubuntu’s graphical installer “Ubuntu Software Center” many times but it keep getting failed without displaying any error. If you are facing the same problem then you can install the TeamViewer through command line. Please follow the below steps to install it. Open terminal (command line) window and run the following command. sudo dpkg…

Read More

Useful Linux/Ubuntu terminal commands with example

Keywords: Linux terminal commands, basic Linux commands   If you are a newbi, you’ll find following Linux commands useful. These commands will work with any Linux distro. 1. To list all files and directory -> Use ls a.) current location : ls b.) any other location: ls <location> $ ls $ ls /home/ 2. To change a directory -> Use cd Syntax: cd <location> $ cd /home/sachin/movies 3. To exit from a directory -> Use cd .. or cd \ $ cd .. $ cd \ 4. To remove a…

Read More