Summary of Linux learning sites

   

        table of Contents

1. Development related

1.1 rpm package management organ network

1.2 rpm package manager github repository

1.3 Red Hat official website

1.4 Red Hat Developer Blog

2. Software package download

2.1 fedora which 

2.2 Centos release version binary package download

2.3 Centos release source code package download

2.4 rpm binary/source package

2.5 rpm binary/source package

2.6 Packages for each Linux distribution


    This article sorts out the better websites used in the process of study and work. At present, it mainly includes the websites used for development and software package download, and will continue to be updated in the future.

1. Development related

1.1 rpm package management organ network

    This website is the rpm package management organ network, which contains the rpm package manager documentation and the source code of each version.

    https://rpm.org/

1.2 rpm package manager github repository

    This website is the github repository of the rpm package manager, as well as the repositories of dnf and yum.

    https://github.com/rpm-software-management

1.3 Red Hat official website

    This website is the official website of Red Hat.

    https://access.redhat.com/

1.4 Red Hat Developer Blog

    This website is a Red Hat developer blog with many technical points.

    https://developers.redhat.com/blog/

2. Software package download

2.1 fedora which 

    This website is a software package building platform for fedora, you can download all packages of fedora, including binary packages and source code packages.

    https://koji.fedoraproject.org/koji/

2.2 Centos release version binary package download

    This website is the repository of each release of centos, including binary packages and  iso  .

    http://mirror.centos.org/centos/

2.3 Centos release source code package download

    This website is the warehouse of each release of centos, mainly storing source code packages;

    http://vault.centos.org/

2.4 rpm binary/source package

    This website can download rpm binary/source code packages (redhat versions).

    http://rpm.pbone.net/index.php3

2.5 rpm binary/source package

    This website can download rpm binary/source code packages (redhat versions).

    http://rpmfind.net/

2.6 Packages for each Linux distribution

    This website can download packages of various Linux distributions, including centos, ubuntu, Arch Linux, etc.

    https://pkgs.org/

Guess you like

Origin blog.csdn.net/u011074149/article/details/108168020