• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

Tag: Repository

09 November 2020

(Solved) apt-add-repository command not found – Ubuntu & Debian

Written by Rahul
The apt-add-repository command is a symlink of the add-apt-repository command. Which is used to add third party PPA to our Ubuntu or Debian systems. This command comes under software-properties-common debian package. Which is not available under the minimal Ubuntu installation, but this package can be installed from default system repositories. If you found apt-add-repository...
Read More about (Solved) apt-add-repository command not found – Ubuntu & Debian
05 October 2020

How to List Installed Repositories In Ubuntu & Debian

Written by Rahul
A repository is the collection of packages for a Linux operating system. You can create a central repository containing the actual packages. Then configure your other systems to connect with the main repository. From where, you can install, update packages. The Ubuntu and other Debian based systems uses APT (Advanced Packages Tool) as package...
Read More about How to List Installed Repositories In Ubuntu & Debian
15 March 2017

How to Delete Commit History in Github

Written by Rahul
This tutorial will help you to delete commit history from your local git repository and remote git repository hosted on Github, Gitlab, Bitbucket or any other git hosting. In this repository, you will remove the local master branch and create a new master branch. Finally, push changes to the remote git repository. Delete Commit...
Read More about How to Delete Commit History in Github
21 November 2015

How to Remove Untracked Files from Local Git Repository

Written by Rahul
What are Untracked Files – All the files and directories, which is created locally and have not been added to the git repository ever. Sometimes you may need to delete these untracked files from your code. These files can be some temporarily created files in an application. Use the below commands to list all...
Read More about How to Remove Untracked Files from Local Git Repository
23 October 2015

SVN Repository Corruption – SVNREPO/db/current

Written by Rahul
Recently one of repository on my SVN server is got corrupted. After checking we found that there was issue with svnrepo/db/current file was got corrupted due to bad sectors in my hardisk. I tried to checkout this repository but failed. How to Recover Corrupted SVN Repository – Before start recovery we should know about...
Read More about SVN Repository Corruption – SVNREPO/db/current
12 January 2015

How to Install EPEL and REMI Repository on CentOS/RedHat 7/6

Written by Rahul
EPEL is known as “Extra Packages for Enterprise Linux” repository having lots of extra packages which is not added in official repositories. REMI is a third party repository provides latest version of packages which is already included in official repositories of CentOS and Red Hat. This article will help you to install EPEL and...
Read More about How to Install EPEL and REMI Repository on CentOS/RedHat 7/6
02 January 2015

How to Add RPMForge Yum Repository in CentOS/RHEL 7/6/5

Written by Rahul
The RPMForge repository has been dis-continued. Please use other yum repositories. Use the below link to find useful yum repositories Top 5 Yum Repositories RPMforge is a collaboration of Dag and other packages. It provides a large number of packages for CentOS and RHEL systems. This article will help you to how to add...
Read More about How to Add RPMForge Yum Repository in CentOS/RHEL 7/6/5
01 January 2015

Top 5 Yum Repositories for CentOS/RHEL 7/6/5

Written by Rahul
YUM ( Yellowdog Updater, Modified ) is a command-line package management utility for RPM-based Linux systems, It has been released under the GNU General Public License. Yum is useful for RPMs which have dependencies, Yum searches for all dependencies of any RPM in all available repositories. Below list contains top 5 yum repositories (RPMFusin,...
Read More about Top 5 Yum Repositories for CentOS/RHEL 7/6/5
12 January 2014

Install CentALT RPM Repository in CentOS, RHEL 6/5

Written by Rahul
CentALT RPM Repository provides most of updated packages for RHEL based systems. I also use this repository for getting recent version of packages. This article will help you to install CentALT repository in CentOS 6/5, RHEL 6/5 systems. Install CentALT in CentOS/RHEL 6/5 Use one of below option to install CentALT repository as per...
Read More about Install CentALT RPM Repository in CentOS, RHEL 6/5
27 September 2013

How to Setup ATrpms Yum Repository on CentOS/RHEL and Fedora

Written by Rahul
ATRPMS is a 3’rd party rpm repository providing up to date packages for Red Hat based systems. We can used it for directly downloading packages or we can use one of the available package manager tools. Read: Adding EPEL and REMI Yum Repository on CentOS & RedHat 7/6/5 To enable atrpms yum repository first...
Read More about How to Setup ATrpms Yum Repository on CentOS/RHEL and Fedora

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy