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. [...]
How to upgrade/update to Ubuntu 11.10?
Ubuntu has released Oneiric Ocelot, the Ubuntu 11.10. If you are using Ubuntu 11.04, you can follow the steps given here to upgrade to Ubuntu 11.10. First install the update-manager-core package. There are high chances that it is already available in your system. Secondly run the following command Follow the instructions.
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. [...]