Cognitive Technology Team
Cognitive Technology Team
Jul 6, 2025 · Backend Development

How to Force Maven to Update a Corrupted Local Repository

This tutorial explains why a Maven local repository can become corrupted, demonstrates how to identify broken dependencies, and provides step‑by‑step commands—including -U, dependency:resolve, and purge‑local‑repository—to force Maven to refresh or clean the repository safely.

Force UpdateJava Build Toolslocal repository
0 likes · 8 min read
How to Force Maven to Update a Corrupted Local Repository
Open Source Linux
Open Source Linux
Mar 6, 2020 · Operations

How to Set Up a Local Yum Repository on CentOS 8 Using DNF

This guide walks through configuring a local yum repository on CentOS 8 by creating a mount point, mounting an ISO (via CD/DVD or loopback), backing up existing repo files, writing a new repo configuration, cleaning the cache, enabling auto‑mount at boot, and introduces DNF with essential commands.

CentOS8LinuxPackage Management
0 likes · 5 min read
How to Set Up a Local Yum Repository on CentOS 8 Using DNF
ITPUB
ITPUB
Jan 13, 2020 · Operations

How to Build Your Own Local Yum and Apt Repositories on Linux

This guide explains step‑by‑step how to create local package repositories for RPM‑based (yum/dnf) and Debian‑based (apt) Linux systems, covering required tools, directory setup, metadata generation, repository configuration files, and example commands for easy deployment.

APTLinuxPackage Management
0 likes · 7 min read
How to Build Your Own Local Yum and Apt Repositories on Linux
MaGe Linux Operations
MaGe Linux Operations
Mar 5, 2019 · Operations

How to Build a Fast Local Yum Repository on CentOS and Switch to Domestic Mirrors

This guide walks through creating a local CentOS Yum repository from an ISO image, backing up the default repo files, mounting the ISO, configuring a local repo, switching to Aliyun or 163 mirrors, setting repository priorities with yum‑plugin‑priorities, and testing package installation to ensure the local source is used first.

163 MirrorAliyun MirrorCentOS
0 likes · 10 min read
How to Build a Fast Local Yum Repository on CentOS and Switch to Domestic Mirrors