Showing posts with label terminal. Show all posts
Showing posts with label terminal. Show all posts

How to install & uninstall debian package?


How to install & uninstall debian package?

When working with xubuntu or any other ubuntu flavors basically, you will find most of the software are in debian or .deb package. What exactly debian package? how to install and uninstall debian package from my computer? find out in this article.

How to add & remove PPA repo on Xubuntu

How to add and remove PPA repo on Xubuntu

In this tutorial we will be looking at how to add and remove PPA repository on xubuntu or ubuntu in general. PPA repository or Personal Package Archive is a repository that are not maintain by official ubuntu developers.

How to install ADB & Fastboot on Xubuntu 18.04

How to install ADB & Fastboot on Xubuntu 18.04

ADB stand for android debug bridge, adb is a tool for communicating with android devices using your computer, in this tutorial i will show you how to install the latest ADB and fastboot tool on xubuntu 18.04 bionic.

CLI based calculator on Xubuntu

CLI based calculator on Xubuntu

Did you know that you can calculate numbers on the command line? there is a command line tool for doing calculation. Using a CLI based program called bc you can calculate numbers just like a calculator program would do.