Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vazmin/fastos.repo

Fast Open Source yum repo
https://github.com/vazmin/fastos.repo

Last synced: about 1 month ago
JSON representation

Fast Open Source yum repo

Awesome Lists containing this project

README

        

# FastOS.repo for yum

the rpm packages in FastOS.repo include: libfastcommon, libserverframe, FastCFS etc.

```
git clone https://github.com/happyfish100/FastOS.repo
cd FastOS.repo
sudo cp yumrepo/FastOS.repo /etc/yum.repos.d/
sudo cp yumrepo/RPM-GPG-KEY-FastOS /etc/pki/rpm-gpg/
```

list one package (eg. libfastcommon) in FastOS.repo:

```
yum list libfastcommon
```