<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rpm &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/rpm/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Thu, 12 May 2011 01:42:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Install Ksplice on CentOS / RedHat</title>
		<link>https://lifelinux.com/how-to-install-ksplice-on-centos-redhat/</link>
					<comments>https://lifelinux.com/how-to-install-ksplice-on-centos-redhat/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 12 May 2011 01:34:39 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[CentOS kernel hot patching]]></category>
		<category><![CDATA[Debian kernel hot patching]]></category>
		<category><![CDATA[Fedora kernel hot patching]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[kernel hot patching]]></category>
		<category><![CDATA[kernel updates]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux kernel hot patching]]></category>
		<category><![CDATA[linux-distributions]]></category>
		<category><![CDATA[network proxy]]></category>
		<category><![CDATA[OpenSuse kernel hot patching]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[proxy setting]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[Redhat kernel hot patching]]></category>
		<category><![CDATA[RHEL kernel hot patching]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[security updates]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Slackware kernel hot patching]]></category>
		<category><![CDATA[Suse kernel hot patching]]></category>
		<category><![CDATA[Ubuntu kernel hot patching]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[yum]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=446</guid>

					<description><![CDATA[<p>You can apply kernel updates using &#8220;yum&#8221; command or &#8220;apt-get&#8221; command line options. After each upgrade you need to reboot the server. How to skip reboot step and apply hotfixes to kernel without rebooting the server ? What is Ksplice Uptrack? Ksplice Uptrack is a subscription service that lets you apply 100% of the important [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-ksplice-on-centos-redhat/">How To Install Ksplice on CentOS / RedHat</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>You can apply <strong>kernel updates</strong> using &#8220;yum&#8221; command or &#8220;apt-get&#8221; command line options. After each upgrade you need to reboot the server. How to skip reboot step and apply hotfixes to kernel without rebooting the server ?</p>
<h3>What is Ksplice Uptrack?</h3>
<p><strong>Ksplice Uptrack</strong> is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting.<span id="more-446"></span></p>
<h3>Install Ksplice</h3>
<p>First, you&#8217;ll need an access key. If you don’t have one, <a href="https://www.ksplice.com/signup">request a free trial</a>.<br />
Download the Ksplice Uptrack repository installation RPM package</p>
<pre>
[root@lifelinux ~]# wget https://www.ksplice.com/yum/uptrack/centos/ksplice-uptrack-release.noarch.rpm
</pre>
<p>To install, type the following command as root</p>
<pre>
[root@lifelinux ~]# rpm -ivh ksplice-uptrack-release.noarch.rpm
[root@lifelinux ~]# yum -y install uptrack
</pre>
<p>Edit /etc/uptrack/uptrack.conf, enter </p>
<pre>
[root@lifelinux ~]# vi /etc/uptrack/uptrack.conf
</pre>
<p>Sample outputs</p>
<pre>
[Auth]
accesskey = [ACCESS KEY HERE]

[Network]
# Proxy to use when accessing the Uptrack server, of the form
# [protocol://][:port]

# The proxy must support making HTTPS connections. If this is unset,
# Uptrack will look for the https_proxy, HTTPS_PROXY, and http_proxy
# environment variables in that order, and then finally look for a
# proxy setting in the system-wide GConf database, if available.
https_proxy =

[Settings]
# Automatically install updates at boot time. If this is set, on
# reboot into the same kernel, Uptrack will re-install the same set of
# updates that were present before the reboot.
install_on_reboot = yes

# Options configuring the Uptrack cron job.
#
# GUI users will get all notices via the GUI and likely want to set
# the following cron options to "no".

# Cron job will install updates automatically
autoinstall = no

# Cron job will print a message when new updates are installed.
# This option is only relevant if autoinstall = yes
cron_output_install = no

# Cron job will print a message when new updates are available
cron_output_available = no

# Cron job will print a message when it encounters errors
cron_output_error = no
</pre>
<p>Insert your access key. Please use the same access key for all of your systems. If you would like Uptrack to automatically install rebootless kernel updates as they become available, set autoinstall = yes.</p>
<p>When you are done with your Uptrack configuration, please run the following command as root to bring your kernel up to date:</p>
<pre>
uptrack-upgrade -y
</pre>
<g:plusone href="https://lifelinux.com/how-to-install-ksplice-on-centos-redhat/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-ksplice-on-centos-redhat/">How To Install Ksplice on CentOS / RedHat</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-install-ksplice-on-centos-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Update Linux Kernel With Ksplice Uptrack</title>
		<link>https://lifelinux.com/how-to-update-linux-kernel-with-ksplice-uptrack/</link>
					<comments>https://lifelinux.com/how-to-update-linux-kernel-with-ksplice-uptrack/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 12 May 2011 01:21:43 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Fedora kernel hot patching]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[kernel hot patching]]></category>
		<category><![CDATA[kernel updates]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux kernel hot patching]]></category>
		<category><![CDATA[linux-distributions]]></category>
		<category><![CDATA[network proxy]]></category>
		<category><![CDATA[OpenSuse kernel hot patching]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[proxy setting]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[Redhat kernel hot patching]]></category>
		<category><![CDATA[RHEL kernel hot patching]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[security updates]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Slackware kernel hot patching]]></category>
		<category><![CDATA[Suse kernel hot patching]]></category>
		<category><![CDATA[Ubuntu kernel hot patching]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[yum]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=442</guid>

					<description><![CDATA[<p>What is Ksplice Uptrack? Ksplice Uptrack is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting. Update Linux Kernel With Ksplice Uptrack Ksplice updates are the same security and bugfix updates you would get from your Linux vendor, packaged in a special rebootless [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-update-linux-kernel-with-ksplice-uptrack/">How To Update Linux Kernel With Ksplice Uptrack</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><h3>What is Ksplice Uptrack?</h3>
<p><strong>Ksplice Uptrack</strong> is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting.<span id="more-442"></span></p>
<h3>Update Linux Kernel With Ksplice Uptrack</h3>
<p><strong>Ksplice</strong> updates are the same security and bugfix updates you would get from your Linux vendor, packaged in a special rebootless form. Type the following to apply updates (note it may take a few hours to get ksplice update as they upgrade their system after RHN releases kernel upgrades):</p>
<pre>
[root@lifelinux ~]# uptrack-upgrade
</pre>
<g:plusone href="https://lifelinux.com/how-to-update-linux-kernel-with-ksplice-uptrack/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-update-linux-kernel-with-ksplice-uptrack/">How To Update Linux Kernel With Ksplice Uptrack</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-update-linux-kernel-with-ksplice-uptrack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using yum command on CentOS / RedHat</title>
		<link>https://lifelinux.com/using-yum-command-on-centos-redhat/</link>
					<comments>https://lifelinux.com/using-yum-command-on-centos-redhat/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Sat, 30 Apr 2011 07:27:48 +0000</pubDate>
				<category><![CDATA[Bash Shell]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[rhel 5]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum check]]></category>
		<category><![CDATA[yum command]]></category>
		<category><![CDATA[yum install]]></category>
		<category><![CDATA[yum list]]></category>
		<category><![CDATA[yum update]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=307</guid>

					<description><![CDATA[<p>yum is an interactive, automated update program which can be used for maintaining systems using rpm. Synopsis yum [options] [command] [package ...] The following is a list of the most commonly used yum commands: Install a package yum install [package name] Used to install the latest version of a package or group of packages. If [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/using-yum-command-on-centos-redhat/">Using yum command on CentOS / RedHat</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>yum is an interactive, automated update program which can be used for maintaining systems using rpm.</p>
<h3>Synopsis</h3>
<pre>
yum [options] [command] [package ...]
</pre>
<p><span id="more-307"></span><br />
The following is a list of the most commonly used yum commands:</p>
<p><strong>Install a package</strong></p>
<pre>
yum install [package name]
</pre>
<p>Used to install the latest version of a package or group of packages. If no package matches the specified package name(s), they are assumed to be a shell glob, and any matches are then installed.</p>
<p><strong>Update the specified packages</strong></p>
<pre>
yum update [package name]
</pre>
<p>Used to update the specified packages to the latest available version. If no package name/s are specified, then yum will attempt to update all installed packages.</p>
<p><strong>Check update</strong></p>
<pre>
yum check-update
</pre>
<p>This command allows you to determine whether any updates are available for your installed packages. yum returns a list of all package updates from all repositories if any are available.</p>
<p><strong>Remove a package</strong></p>
<pre>
yum remove [package name]
</pre>
<p>Used to remove specified packages, along with any other packages dependent on the packages being removed.</p>
<p><strong>Determine which packages provide a specific file or feature</strong></p>
<pre>
yum provides [file name]
</pre>
<p><strong>Find any packages containing the specified keyword</strong></p>
<pre>
yum search [keyword]
</pre>
<p>This command is used to find any packages containing the specified keyword in the description, summary, packager and package name fields of RPMs in all repositories.</p>
<p><strong>For a complete list of available yum commands, refer to man yum.</strong></p>
<pre>
man yum
</pre>
<p>Sample outputs:</p>
<pre>
NAME
       yum - Yellowdog Updater Modified

SYNOPSIS
       yum [options] [command] [package ...]

DESCRIPTION
       yum  is an interactive, rpm based, package manager. It can automatically perform system updates, including dependency analysis and obsolete pro-
       cessing based on "repository" metadata. It can also perform installation of new packages, removal of old packages and  perform  queries  on  the
       installed  and/or  available  packages  among many other commands/services (see below). yum is similar to other high level package managers like
       apt-get and smart.

       While there are some graphical interfaces directly to the yum code, more recent graphical interface development is happening with PackageKit and
       the gnome-packagekit application.

       command is one of:
        * install package1 [package2] [...]
        * update [package1] [package2] [...]
        * check-update
        * upgrade [package1] [package2] [...]
        * remove | erase package1 [package2] [...]
        * list [...]
        * info [...]
        * provides | whatprovides feature1 [feature2] [...]
        * clean [ packages | headers | metadata | dbcache | all ]
        * makecache
        * groupinstall group1 [group2] [...]
        * groupupdate group1 [group2] [...]
        * grouplist [hidden] [groupwildcard] [...]
        * groupremove group1 [group2] [...]
        * groupinfo group1 [...]
        * search string1 [string2] [...]
        * shell [filename]
        * resolvedep dep1 [dep2] [...]
        * localinstall rpmfile1 [rpmfile2] [...]
        * localupdate rpmfile1 [rpmfile2] [...]
...
</pre>
<h3>Example: Install LAMP with single command by yum</h3>
<p>Enter the following command:</p>
<pre>
yum install httpd mysql mysql-server php 
</pre>
<g:plusone href="https://lifelinux.com/using-yum-command-on-centos-redhat/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/using-yum-command-on-centos-redhat/">Using yum command on CentOS / RedHat</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/using-yum-command-on-centos-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
