diff --git a/cstzt6/.keep b/cstzt6/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/cstzt6/third-party-app.tx b/cstzt6/third-party-app.tx new file mode 100644 index 0000000000000000000000000000000000000000..a5d222440f70f040696b3590ce8245bbb710efa7 --- /dev/null +++ b/cstzt6/third-party-app.tx @@ -0,0 +1,44 @@ +dnf install -y redis-5.0.3 +Last metadata expiration check: 0:02:25 ago on Tue 14 May 2024 09:28:28 PM CST. +Dependencies resolved. +============================================================================================================================== + Package Architecture Version Repository Size +============================================================================================================================== +Installing: + redis x86_64 5.0.3-5.0.1.module+an8.7.0+10894+be029f52 AppStream 925 k +Enabling module streams: + redis 5 + +Transaction Summary +============================================================================================================================== +Install 1 Package + +Total download size: 925 k +Installed size: 3.2 M +Downloading Packages: +redis-5.0.3-5.0.1.module+an8.7.0+10894+be029f52.x86_64.rpm 6.8 MB/s | 925 kB 00:00 +------------------------------------------------------------------------------------------------------------------------------ +Total 6.8 MB/s | 925 kB 00:00 +Running transaction check +Transaction check succeeded. +Running transaction test +Transaction test succeeded. +Running transaction + Preparing : 1/1 + Running scriptlet: redis-5.0.3-5.0.1.module+an8.7.0+10894+be029f52.x86_64 1/1 + Installing : redis-5.0.3-5.0.1.module+an8.7.0+10894+be029f52.x86_64 1/1 + Running scriptlet: redis-5.0.3-5.0.1.module+an8.7.0+10894+be029f52.x86_64 1/1 + Verifying : redis-5.0.3-5.0.1.module+an8.7.0+10894+be029f52.x86_64 1/1 + +Installed: + redis-5.0.3-5.0.1.module+an8.7.0+10894+be029f52.x86_64 + +Complete! +[root@iZuf6hf3sk2sc30wjl79fxZ ~]# service redis start +Redirecting to /bin/systemctl start redis.service +[root@iZuf6hf3sk2sc30wjl79fxZ ~]# redis-cli +127.0.0.1:6379> set testkey testvalue1 +OK +127.0.0.1:6379> KEYS * +1) "testkey" +127.0.0.1:6379> exit