Beamer/LaTeX Tutorial
LaTeX is commonly used to prepare documents. It is commonly used for the scientific documentation because it is very useful to create documents with lots of mathematical symbols and notations. For some time, Beamer is used by the scientific community for preparing slides for a presentation. Beamer has features to describe slides and the transition. [...]
Group Removal of packages in RHEL Fedora Linux
You need to be very careful while performing this step. With yum groups, you can easily install, update and remove a set of packages. Suppose you want to remove all the Editors from your RHEL machine, you can simply use the option groupremove of yum. NOTE: You must ensure first that you are aware of [...]
Group Update of packages in RHEL/Fedora Linux
If you have learnt about group installation of packages in RHEL/Fedora Linux, let’s explore on how to update a group of packages. Let’s see if any package in the group “Editors” needs upgradation. For this purpose, we will use the groupupdate option of yum NOTE: Don’t forget the group name in quotes As you can [...]
How to get more Information on a Group of packages in RHEL/Fedora Linux?
yum groups a set of packages serving a purpose into “Groups”. You can see the available groups in your machine. Once you find the list, you can know more about a group using the groupinfo option of command yum. This gives you a description of the group and also the available and optional packages. Let’s [...]
Group installation of packages in RHEL/Fedora Linux
With yum, you can easily install a group of packages with a simple command. A collection of packages which deal with a particular purpose is called a group. Various examples include Administration Tools Authoring and Publishing Dial-up Networking Support Editors Electronic Lab Fonts GNOME Desktop Environment GNOME Software Development Games and Entertainment To check what [...]
Package Groups in Fedora/RHEL Linux
With yum, you can easily install a group of packages with a simple command. A collection of packages which deal with a particular purpose is called a group. Take for example “Administration Tools” consists of all major packages like system-config-network, system-config-users, system-config-date. When you install a group, you install all the packages in the group. [...]
How to get the list of available groups of packages in RHEL/Fedora Linux?
yum has a concept called “groups” which makes the package installation a simpler step. Take for example, the group “Editors” has collection of all major editors like vim, emacs. So instead of installing each package like vim,emacs independently, you can easily install a group. There are additional advantages of groups especially with the language support. [...]