repository – POFTUT

Git – Environment Setup and Basic Configuration

Installing git is easy with operating system provided packages like apt or dnf. We can track here Fedora way with dnf but it is very similar for other operating systems like CentOS, Debian, Ubuntu etc. $ dnf install git -y                                                                                                                   Failed to set locale, defaulting to C                                                                                                  Last metadata expiration check: 1:28:52 ago … Read more

How To Add New Repository To Apt In Linux?

Apt is a mainstream package management tool. Apt is used by Debian, Ubuntu and a lot of different distributions. Package administration job can be done with Apt very easily. Installing new packages, removing packages, updating packages, resolving dependency of packages, etc. Big distributions like Debian, Ubuntu provides repositories. There are a lot of 3 party … Read more