Install Google Chrome on Fedora 43/42 and RHEL / CentOS / Rocky / Alma 10.1 / 9.7 / 8.10

This guide explains howto install Google Chrome Web browser on Fedora 43/42, CentOS Stream, Red Hat (RHEL), Rocky Linux, and Alma Linux versions 10.1, 9.7, and 8.10. Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM/DNF repository. Check video guide, howto install Google Chrome on Fedora 43/42:
Read more →

YUM History (list, info, summary, repeat, redo, undo, new)

Yum (Yellowdog Update Modified) is RPM Packet Management system for Fedora, CentOS, Red Hat, OpenSuse etc. Yum history (list, info, summary, repeat, redo, undo, new) commands is added on 3.2.25 version. So this works every Linux Distros, which uses yum 3.2.25 or newer. Yum history command is a really useful in situations where the need to example rollback latest yum activity or undelete some deletes or just see what is updated lately.
Read more →

YUM Query Available Packages From Specific Repository on Fedora, CentOS, Red Hat

This is a quick tip, howto find, query and list all available packages from a specific Yum repository/repositories on Fedora, CentOS, Red Hat (RHEL). This trick does not show the already installed packages from selected repository. List All Repositories and Check Repository ID’s $ yum repolist Loaded plugins: dellsysidplugin2, refresh-packagekit repo id repo name status adobe-linux-i386 Adobe Systems Incorporated enabled: 17 fedora Fedora 12 - i386 enabled: 15,366 google Google - i386 enabled: 4 livna rpm.livna.org for 12 - i386 enabled: 3 rpmfusion-free RPM Fusion for Fedora 12 - Free enabled: 383 rpmfusion-free-updates RPM Fusion for Fedora 12 - Free - Updates enabled: 551 rpmfusion-nonfree RPM Fusion for Fedora 12 - Nonfree enabled: 124 rpmfusion-nonfree-updates RPM Fusion for Fedora 12 - Nonfree - Updates enabled: 228 updates Fedora 12 - i386 - Updates enabled: 4,587 repolist: 21,263 Query Available Packages From Selected YUM Repository Disable all repositories and then enable just selected repo.
Read more →

Install Mozilla Firefox 3.6 (3.6.13) on Fedora Linux

This is guide, howto install Mozilla Firefox 3.6 versions (currently 3.6.13) on Fedora 12 using Yum. Firefox 3.6 stable installation works also with older Fedora Linux versions, like f11, f10. Note: Fedora 13 and Fedora 14 already has Firefox 3.6 as default browser Install Mozilla Firefox 3.6 Stable Version on Fedora Linux Using Remi Repository 1. Change to root User su - ## OR ## sudo -i 2. Enable Remi Repository ## Fedora 12 rpm -Uvh http://rpms.famillecollet.com/remi-release-12.rpm ## Fedora 11 rpm -Uvh http://rpms.famillecollet.com/remi-release-11.rpm ## Fedora 10 rpm -Uvh http://rpms.famillecollet.com/remi-release-10.rpm ## Fedora 9 rpm -Uvh http://rpms.famillecollet.com/remi-release-9.rpm ## Fedeora 8 rpm -Uvh http://rpms.famillecollet.com/remi-release-8.rpm 3. Check Available Firefox versions $ yum --enablerepo=remi list firefox Loaded plugins: dellsysidplugin2, refresh-packagekit Installed Packages firefox.i686 3.5.8-1.fc12 @updates Available Packages firefox.i586 3.6.13-1.fc12 remi 4. Update or Install Firefox 3.6 Stable Version yum --enablerepo=remi update firefox ## OR ## yum --enablerepo=remi install firefox Screenshot: Firefox 3.6 on Fedora 12
Read more →

Howto Install KDE 4.4 or Update to KDE 4.4 on Fedora 12 Linux

Updated 26.2.2010, Read First Currently, the latest version of the KDE desktop in Fedora is 4.3.5. I had some problems with its stability, so I decided to try out, how will work KDE 4.4.0 the latest stable version of KDE. At first I tried to install KDE 4.4 from Rawhide repository, but it failed to install from there. Here is instructions on how to install KDE 4.4 successfully using RPMFusion and KDE Packaging Project Repositories. It may be that RPMFusion repository is redundant, but KDE Packaging Project home page says: KDE-redhat packages depend on RPMFusion repository, so it’s reasonable also enable RPMFusion repository anyway.
Read more →

Install, Configure and Use Gnome Do – Docky on Fedora 12 Linux

What is Gnome Do? GNOME Do (Do) is an intelligent launcher tool that allows users to use the keyboard to rapidly perform tasks such as launching applications, manipulating files and data, running scripts, or sending e-mail. It is similar to the applications GNOME Launch Box (Linux Gnome), KRunner (Linux KDE), Quicksilver (Mac OS X), LaunchBar (Mac OS X) and Butler (Mac OS X). What is Gnome Do – Docky? Gnome Do – Docky is a nice frontend for GNOME Do (Do) which introduces an entirely new way to use Gnome Do. Docky is a graphical user interface feature that provides the user with a way of launching and switching between applications.
Read more →

Upgrade to CentOS 5.11 from CentOS 5.10 (5.9, 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0)

This is quick guide, howto upgrade to CentOS 5.11 from CentOS 5.10 (5.9, 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0). 1. Change to root User su - ## OR ## sudo -i 2. Backup all important data Backup /etc diretory Backup important logs /var/log Backup web server configs and sites Dump MySQL databases Dump PostgreSQL databases Backup all what you need if something goes wrong 3. Check list of packages that are going to be updated yum list updates 4. Upgrade with yum update Official way to do upgrade:
Read more →

YUM/DNF Remove Repo – YUM/DNF Disable Repository

Quick guide, howto remove and disable YUM/DNF repo (repository). Yum/DNF command itself does not contain any way to remove the repository. YUM and DNF repo files are located in /etc/yum.repos.d/ directory. I use skype-stable.repo file with following content as example on this guide: [skype-stable] name=skype (stable) baseurl=https://repo.skype.com/rpm/stable/ enabled=1 gpgcheck=1 gpgkey=https://repo.skype.com/data/SKYPE-GPG-KEY Remove YUM/DNF Repo (Repository) Permanently Before deleting repository permanently is a good idea to check that is the repository installed using rpm package. As many repos usually are, like RPM-Fusion, Epel, etc.
Read more →

YUM Downgrade Packages on Fedora, CentOS, Red Hat (RHEL)

This is quick tip, howto downgrade packages using YUM (example) on Fedora, CentOS, Red Hat (RHEL). This works simply with yum downgrade command and is very usefull when package(s) downgrade is needed some reason. YUM Downgrade Basic Usage Downgrade is very straightforward when package have not any dependencies, which affect the downgrade. YUM Downgrade Single Package yum downgrade package Example: yum downgrade hunspell-mr.noarch Setting up Downgrade Process Resolving Dependencies --> Running transaction check ---> Package hunspell-mr.noarch 0:20060920-5.fc13 set to be downgraded ---> Package hunspell-mr.noarch 0:20060920-6.fc14 set to be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Downgrading: hunspell-mr noarch 20060920-5.fc13 fedora 62 k Transaction Summary ================================================================================ Downgrade 1 Package(s) Total download size: 62 k Is this ok [y/N]: y Downloading Packages: hunspell-mr-20060920-5.fc13.noarch.rpm | 62 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : hunspell-mr-20060920-5.fc13.noarch 1/2 Cleanup : hunspell-mr-20060920-6.fc14.noarch 2/2 Removed: hunspell-mr.noarch 0:20060920-6.fc14 Installed: hunspell-mr.noarch 0:20060920-5.fc13 Complete! YUM Downgrade Package Which Have Dependencies YUM downgrade is more difficult with packages that have dependencies. YUM downgrade does not resolve dependencies automatically, so it must be done manually.
Read more →

DNF/YUM Autocomplete (package names/commands) on Fedora/CentOS/RHEL

This is quick tip, howto use Bash auto complete (autocomplete) with DNF/YUM (package names/commands) on Fedora, CentOS, Red Hat (RHEL). Dnf package manager is used on Fedora 26/25/24/23/22 and Yum package manager is used on Fedora 21/20/19/18, CentOS 7.3/6.9 and Red Hat (RHEL) 7.3/6.9. Autocomplete feature is familiar to many who have used the Debian based Linux, like Debian and Ubuntu. For some reason, this feature is not automatically activated/installed on Red Hat -based Linux distros, like Fedora, CentOS and Red Hat (RHEL). Actually auto completion works with any Bash programs, but I think it’s very useful example with DNF/YUM and also with RPM. You can autocomplete DNF/YUM commands and package names.
Read more →

Upgrade to CentOS 6.7 from CentOS 6.6/6.5/6.4/6.3/6.2/6.1/6.0

CentOS 6.6 is released. This is quick guide, howto upgrade to CentOS 6.7 from CentOS 6.6/6.5/6.4/6.3/6.2/6.1/6.0. I have tested this method on multiple CentOS 6 (servers / desktops) and everything looks work fine after upgrade. Upgrade to CentOS 6.7 from CentOS 6.6/6.5/6.4/6.3/6.2/6.1/6.0 1. Change to root User su - ## OR ## sudo -i 2. Backup all important data Backup /etc diretory Backup important logs /var/log Backup web server configs and sites Dump MySQL databases Dump PostgreSQL databases Backup all what you need if something goes wrong 3. Check list of packages that are going to be updated yum list updates 4. Upgrade with yum update Official way to do upgrade:
Read more →

YUM/DNF Remove Old Kernels on Fedora/CentOS/RHEL

This is quick guide howto delete/remove/clean old kernels on Fedora 28/27/26, CentOS 7.5/6.10, Red Hat (RHEL) 7.5/6.10. I use here two kernel as example, if you want to keep other more or less, then adjust amount of installed kernels as you wish. Normally reason why you maybe want remove kernels is limited disk space, example on VPS servers and laptop. This is very easy task. 1. Check Installed Kernels and All Kernel Packages rpm -qa kernel\* |sort -V kernel-4.18.9-200.fc28.x86_64 kernel-4.18.10-200.fc28.x86_64 kernel-core-4.18.9-200.fc28.x86_64 kernel-core-4.18.10-200.fc28.x86_64 kernel-devel-4.18.9-200.fc28.x86_64 kernel-devel-4.18.10-200.fc28.x86_64 kernel-headers-4.18.10-200.fc28.x86_64 kernel-modules-4.18.9-200.fc28.x86_64 kernel-modules-4.18.10-200.fc28.x86_64 kernel-modules-extra-4.18.9-200.fc28.x86_64 kernel-modules-extra-4.18.10-200.fc28.x86_64 2. Delete / Remove Old Kernels 2.1 Delete / Remove Old Kernels on Fedora ## dnf repoquery set negative --latest-limit ## ## as how many old kernels you want keep ## dnf remove $(dnf repoquery --installonly --latest-limit=-2 -q) 2.2 Delete / Remove Old Kernels on CentOS / Red Hat (RHEL) ## CentOS, Red Hat (RHEL) ## yum install yum-utils ## Package-cleanup set count as how many old kernels you want keep ## package-cleanup --oldkernels --count=2 3. Make Amount of Installed Kernels Permanent on Fedora / CentOS / Red Hat (RHEL) Edit /etc/yum.conf or /etc/dnf/dnf.conf and set installonly_limit:
Read more →

Support inttf:

Buy Me a Coffee:

Support inttf:

Buy me a coffee Buy me a coffee