Windows 95 Theme, Icons, Style (Linux)
What makes us different from other similar websites? › Forums › Tech › Windows 95 Theme, Icons, Style (Linux)
Tagged: Icons, Linux, Theme, Windows 95, Windows 95 Icons, Windows 95 Theme
- This topic has 3 replies, 1 voice, and was last updated 6 months, 2 weeks ago by
thumbtak.
- AuthorPosts
- October 30, 2021 at 9:42 pm #5532
thumbtak
KeymasterFor CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bgstack15:Chicago95/CentOS_8_Stream/home:bgstack15:Chicago95.repo yum install chicago95-theme-all
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bgstack15:Chicago95/CentOS_8/home:bgstack15:Chicago95.repo yum install chicago95-theme-all
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bgstack15:Chicago95/CentOS_7/home:bgstack15:Chicago95.repo yum install chicago95-theme-all
For Debian Unstable run the following:
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
For Debian Testing run the following:
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
For Debian 10 run the following:
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
For Fedora 32 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bgstack15:Chicago95/Fedora_32/home:bgstack15:Chicago95.repo dnf install chicago95-theme-all
For Fedora 31 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bgstack15:Chicago95/Fedora_31/home:bgstack15:Chicago95.repo dnf install chicago95-theme-all
For Fedora 30 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bgstack15:Chicago95/Fedora_30/home:bgstack15:Chicago95.repo dnf install chicago95-theme-all
For xUbuntu 20.10 run the following:
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
For xUbuntu 20.04 run the following:
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
For xUbuntu 18.04 run the following:
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
November 1, 2021 at 6:22 am #5533thumbtak
KeymasterIf you want to uninstall chicago95, do the following.
$ sudo apt remove --purge chicago95-theme-all
$ sudo apt autoremove
-
This reply was modified 1 year, 7 months ago by
thumbtak. Reason: "Uninstall" was replaced with "remove"
September 30, 2022 at 5:17 pm #6786thumbtak
KeymasterI had issues installing this in Xubuntu. Running the following helped. Just copy and paste all in the terminal.
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15:/Chicago95/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:bgstack15:Chicago95.list curl -fsSL https://download.opensuse.org/repositories/home:bgstack15:Chicago95/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bgstack15_Chicago95.gpg > /dev/null sudo apt update sudo apt install chicago95-theme-all
November 24, 2022 at 6:40 pm #6829thumbtak
KeymasterIf you want the Windows 95 maze screensaver you may run the following command:
$ sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
Select Maze3D under Screensavers in the System Settings.
-
This reply was modified 1 year, 7 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.