Satish Kumar has Published 1042 Articles

How to download a Tarball from GitHub on Linux?

Satish Kumar

Satish Kumar

Updated on 01-Dec-2022 08:44:37

2K+ Views

Github is an online source code repository and hosting service for open-source projects, which provides the ability to host, version control, review, fork, and submit changes to any project hosted there. The following steps will help you download a tarball of your choice from github.com − By using git ... Read More

How to Get the Path of a Linux Command?

Satish Kumar

Satish Kumar

Updated on 01-Dec-2022 08:41:43

4K+ Views

A Linux command that you run from a terminal window can be built-in (a part of the system), a function (an application that runs when you enter certain commands), an alias (another name for a command), or an external executable (a program that you download). You can use the which, ... Read More

Advertisements