On expanding the Linux category, we get the deb files for different Linux distributions. Choose according to your system. We go with the x86_64bit “Ubuntu, Debian” file. You need to wait until the deb file of TeamViewer is fully downloaded into your system. It won’t take more than 1...
$ sudo apt-get install nano [On Debian/Ubuntu & Mint] $ sudo dnf install nano [On Fedora/CentOS] $ sudo pacman -S nano [On Arch/Manjaro] If you want to install the most recent version of nano, then you need to compile it from its source code, you can get its source code from...