Kirin kylinV10 system yum source replacement

Introduction:
Kirin kylinV10 system replacement yum source
download kylin system software rpm installation package

1. Environment version

Operating system version

cat /etc/kylin-release 

> Kylin Linux Advanced Server release V10 (Tercel)

Check for phrases

cat /proc/version

> Linux version 4.19.90-23.21.v2101.fortest.ky10.aarch64 (gc version 7.3.0 (Gc)) 


uname -a

> Linux version 4.19.90-23.21.v2101.fortest.ky10.aarch64 (gc version 7.3.0 (Gc)) 

2. Change the yum source

Creating KylinV10 internal yum source warehouse (implementation)

Clear and build yum cache

yum clean all
yum makecache

3. Package the software rpm installation package yourself

Maybe the yum source does not have the rpm installation package for the required software, but there are rpm packages for other Linux systems. At this time, we need to recompile and package the rpm package, which is very troublesome.
I recommend a software package download platform. There are many websites for different Linux distributions and different architecture packages, which are relatively comprehensive. After downloading other Linux system rpm, you need to expand the query dependencies and recompile. Install dpkg package management tool in rpm environment
https://pkgs.org/

After downloading the package, use the rmp installation command.

# rpm -ivh 包名.rpm
rpm -ivh dpkg-1.18.25-10.ky10sp1.aarch64.rpm

References

Kylin kylinV10 system yum source replacement:
making Kylin KylinV10 internal yum source warehouse (implementation)
Kylin V10 kylin v10 server version yum software source official source personal test available
kylin v10 configuration archiconda and tensorflow2.3
[Kylin advanced server system V10]

You need to compile and package the rpm package yourself:
install the dpkg package management tool in the rpm environment, install
the domestic Kylin operating system kylin V10 sp2 operating system, and install openldap and kerberos.

Guess you like

Origin blog.csdn.net/aiaidexiaji/article/details/130790969