diff --git a/centos-stream.md b/centos-stream.md
index 61559ba..97c9bdf 100644
--- a/centos-stream.md
+++ b/centos-stream.md
@@ -17,14 +17,9 @@ toc: false
 ## Converting from CentOS Linux to CentOS Stream
 
 ```console
-root@centos-linux# dnf install centos-release-stream
-
 root@centos-linux# dnf swap centos-{linux,stream}-repos
 
 root@centos-linux# dnf distro-sync
-
-root@centos-stream# cat /etc/centos-release
-CentOS Stream release 8
 ```
 
 
diff --git a/distro-faq.md b/distro-faq.md
index 9332380..155fd05 100644
--- a/distro-faq.md
+++ b/distro-faq.md
@@ -62,14 +62,9 @@ Specifically, since the RHEL release cadence is every 3 years, and the full supp
 and are also below for your convenience.
 
 <pre>
-root@centos-linux# dnf install centos-release-stream
-
 root@centos-linux# dnf swap centos-{linux,stream}-repos
 
 root@centos-linux# dnf distro-sync
-
-root@centos-stream# cat /etc/centos-release
-CentOS Stream release 8
 </pre>
 
 This will result in some package updates and new packages being installed, which is expected.