|
|
401d07 |
---
|
|
|
401d07 |
title: CentOS Stream
|
|
|
401d07 |
title_lead: |
|
|
|
e6ab86 |
Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux
|
|
|
401d07 |
(RHEL) development, positioned as a midstream between Fedora Linux and RHEL.
|
|
|
401d07 |
For anyone interested in participating and collaborating in the RHEL
|
|
|
401d07 |
ecosystem, CentOS Stream is your reliable platform for innovation.
|
|
|
401d07 |
layout: page
|
|
|
401d07 |
permalink: /:path/:basename/index.html
|
|
Brian Stinson |
9fce6a |
toc: false
|
|
|
401d07 |
---
|
|
|
401d07 |
|
|
|
85f9fc |
## Downloading CentOS Stream
|
|
|
85f9fc |
{% include centos-stream-download.html %}
|
|
|
85f9fc |
|
|
|
85f9fc |
|
|
Brian Stinson |
9fce6a |
## Converting from CentOS Linux to CentOS Stream
|
|
Brian Stinson |
9fce6a |
|
|
Brian Stinson |
9fce6a |
```console
|
|
Brian Stinson |
9fce6a |
root@centos-linux# dnf install centos-release-stream
|
|
Brian Stinson |
9fce6a |
|
|
Brian Stinson |
f58841 |
root@centos-linux# dnf swap centos-{linux,stream}-repos
|
|
Brian Stinson |
f58841 |
|
|
Brian Stinson |
9fce6a |
root@centos-linux# dnf distro-sync
|
|
Brian Stinson |
9fce6a |
|
|
Brian Stinson |
9fce6a |
root@centos-stream# cat /etc/centos-release
|
|
Brian Stinson |
9fce6a |
CentOS Stream release 8
|
|
Brian Stinson |
9fce6a |
```
|
|
Brian Stinson |
9fce6a |
|
|
Brian Stinson |
9fce6a |
|