<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Ubuntu Linux: How do I install .deb packages?</title> <atom:link href="http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: drainman</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-66285</link> <dc:creator>drainman</dc:creator> <pubDate>Mon, 02 Jan 2012 19:37:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-66285</guid> <description>People who receive errors, especially unresolved dependencies, may use the APT Package Manager.
If you have Ubuntu Desktop installed, you can use the Synaptic userinterface (for apt) for managing your packages. Syaptic will know all packages on the CD and may have configured additional web sources during installation. If not you can add new online sources anytime in the GUI. Synaptic will, as it uses APT, resolve all dependencies (or at least will try) during package installation.
if you want or have to use CLI and #sudo dpgk [] does not wortk, use the apt-get command (apt package manager) instead, which resolves all dependencies.
Install with APT on CLI:
A) to install known packages from known sources ;)
#sudo apt-get install [package]
If you want to install LOCAL deb packages with apt, do the following
B) define new sources and import packages
B.1) the location of the package must be included in the etc/apt/sources.list. you may change this file with an editor of your choice. If you want to add a directory, do the following:
B.1.1) put all debs in one directory, in this example /root/debs/
B.1.2) to create Packages.gz, in root type:
# dpkg-scanpackages debs /dev/null &#124; gzip &gt; debs/Packages.gz
B.1.3) edit sources.list adding this line:
deb file:/root debs/
B.2) you MUST use the following command after changing the sources.list, to import all new package lists from the sources:
#sudo apt-get update
B.3) now you can use A)
however, having internet connection available ist the easyest way to go.
to get the name of you package, try
#apt-cache search [expression]
that will list you all packages where [expression] was found ;)
for more Information on APT search google, or ask your WIKI.</description> <content:encoded><![CDATA[<p>People who receive errors, especially unresolved dependencies, may use the APT Package Manager.</p><p>If you have Ubuntu Desktop installed, you can use the Synaptic userinterface (for apt) for managing your packages. Syaptic will know all packages on the CD and may have configured additional web sources during installation. If not you can add new online sources anytime in the GUI. Synaptic will, as it uses APT, resolve all dependencies (or at least will try) during package installation.</p><p>if you want or have to use CLI and #sudo dpgk [] does not wortk, use the apt-get command (apt package manager) instead, which resolves all dependencies.</p><p>Install with APT on CLI:<br
/> A) to install known packages from known sources ;)<br
/> #sudo apt-get install [package]</p><p>If you want to install LOCAL deb packages with apt, do the following</p><p>B) define new sources and import packages<br
/> B.1) the location of the package must be included in the etc/apt/sources.list. you may change this file with an editor of your choice. If you want to add a directory, do the following:</p><p>B.1.1) put all debs in one directory, in this example /root/debs/<br
/> B.1.2) to create Packages.gz, in root type:<br
/> # dpkg-scanpackages debs /dev/null | gzip &gt; debs/Packages.gz<br
/> B.1.3) edit sources.list adding this line:<br
/> deb file:/root debs/<br
/> B.2) you MUST use the following command after changing the sources.list, to import all new package lists from the sources:<br
/> #sudo apt-get update<br
/> B.3) now you can use A)</p><p>however, having internet connection available ist the easyest way to go.</p><p>to get the name of you package, try<br
/> #apt-cache search [expression]<br
/> that will list you all packages where [expression] was found ;)</p><p>for more Information on APT search google, or ask your WIKI.</p> ]]></content:encoded> </item> <item><title>By: imran</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-65827</link> <dc:creator>imran</dc:creator> <pubDate>Tue, 20 Dec 2011 12:00:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-65827</guid> <description>i installed ubuntu 8.04.4 and was unable to connect to the wireless modem so i started manually updating packages, as i needed to run emacs, so i updated packages like, emacs22_22.2-0ubuntu9_i386,
emacs22-common_22.2-0ubuntu9_all,
liblockfile1_1.08-3ubuntu1_i386,
libgif4_4.1.6-9_i386,
libssl0.9.8_0.9.8k-7ubuntu8.6_i386,
libc6_2.11.1-0ubuntu7.7_i386,
libsqlite3-0_3.6.22-1_i386,
libdb4.8_4.8.24-1ubuntu1_i386,
libreadline6_6.1-1_i386,
emacs22-bin-common_22.2-0ubuntu9_i386,
emacsen-common_1.4.19ubuntu1_all,
libasound2_1.0.22-0ubuntu7_i386,
libpython2.6_2.6.5-1ubuntu6_i386,
xaw3dg_1.5+E-17build1_i386,
python2.6_2.6.5-1ubuntu6_i386,
python2.6-minimal_2.6.5-1ubuntu6_i386,
python-central_0.6.15ubuntu1_all.
these many packages were updated manually by the command ,  sudo dpkg -i ./filename.
on every package it showed on the terminal &quot; setting&quot;  and three package dependencies are broken that are , python2.6, emacs22, libreadline6.
plz help, i am new to ubuntu</description> <content:encoded><![CDATA[<p>i installed ubuntu 8.04.4 and was unable to connect to the wireless modem so i started manually updating packages, as i needed to run emacs, so i updated packages like, emacs22_22.2-0ubuntu9_i386,<br
/> emacs22-common_22.2-0ubuntu9_all,<br
/> liblockfile1_1.08-3ubuntu1_i386,<br
/> libgif4_4.1.6-9_i386,<br
/> libssl0.9.8_0.9.8k-7ubuntu8.6_i386,<br
/> libc6_2.11.1-0ubuntu7.7_i386,<br
/> libsqlite3-0_3.6.22-1_i386,<br
/> libdb4.8_4.8.24-1ubuntu1_i386,<br
/> libreadline6_6.1-1_i386,<br
/> emacs22-bin-common_22.2-0ubuntu9_i386,<br
/> emacsen-common_1.4.19ubuntu1_all,<br
/> libasound2_1.0.22-0ubuntu7_i386,<br
/> libpython2.6_2.6.5-1ubuntu6_i386,<br
/> xaw3dg_1.5+E-17build1_i386,<br
/> python2.6_2.6.5-1ubuntu6_i386,<br
/> python2.6-minimal_2.6.5-1ubuntu6_i386,<br
/> python-central_0.6.15ubuntu1_all.<br
/> these many packages were updated manually by the command ,  sudo dpkg -i ./filename.<br
/> on every package it showed on the terminal &#8221; setting&#8221;  and three package dependencies are broken that are , python2.6, emacs22, libreadline6.<br
/> plz help, i am new to ubuntu</p> ]]></content:encoded> </item> <item><title>By: imran</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-65490</link> <dc:creator>imran</dc:creator> <pubDate>Sun, 11 Dec 2011 06:22:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-65490</guid> <description>i am unable to install package for emacs on ubuntu 10.04  , i have saved  the package on the desktop. any one can help me out..</description> <content:encoded><![CDATA[<p>i am unable to install package for emacs on ubuntu 10.04  , i have saved  the package on the desktop. any one can help me out..</p> ]]></content:encoded> </item> <item><title>By: imran shaikh</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-65488</link> <dc:creator>imran shaikh</dc:creator> <pubDate>Sun, 11 Dec 2011 05:34:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-65488</guid> <description>i have the same problem while installing emacs, can u help me out</description> <content:encoded><![CDATA[<p>i have the same problem while installing emacs, can u help me out</p> ]]></content:encoded> </item> <item><title>By: imran shaikh</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-65487</link> <dc:creator>imran shaikh</dc:creator> <pubDate>Sun, 11 Dec 2011 05:19:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-65487</guid> <description>where can i download packages to install on ubuntu using a pendrive</description> <content:encoded><![CDATA[<p>where can i download packages to install on ubuntu using a pendrive</p> ]]></content:encoded> </item> <item><title>By: shwetank</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-65040</link> <dc:creator>shwetank</dc:creator> <pubDate>Thu, 01 Dec 2011 14:12:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-65040</guid> <description>Thanks a ton :)
This was exactly what i was missing.</description> <content:encoded><![CDATA[<p>Thanks a ton :)</p><p>This was exactly what i was missing.</p> ]]></content:encoded> </item> <item><title>By: Mahesh</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-64431</link> <dc:creator>Mahesh</dc:creator> <pubDate>Mon, 14 Nov 2011 11:39:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-64431</guid> <description>dpkg -i *.deb
dpkg: error: dpkg status database is locked by another process
i  find this error.</description> <content:encoded><![CDATA[<p>dpkg -i *.deb<br
/> dpkg: error: dpkg status database is locked by another process</p><p>i  find this error.</p> ]]></content:encoded> </item> <item><title>By: Ranomez</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-64323</link> <dc:creator>Ranomez</dc:creator> <pubDate>Fri, 11 Nov 2011 01:26:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-64323</guid> <description>thank you, i dont have gdebi so i had no ideea what to do</description> <content:encoded><![CDATA[<p>thank you, i dont have gdebi so i had no ideea what to do</p> ]]></content:encoded> </item> <item><title>By: F-3000</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-64227</link> <dc:creator>F-3000</dc:creator> <pubDate>Tue, 08 Nov 2011 15:08:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-64227</guid> <description>If you&#039;re forced to use CLI, then there&#039;s no way to double click. ;)
With GUI and only a couple .deb packets, it&#039;s indeed easier to just double click.</description> <content:encoded><![CDATA[<p>If you&#8217;re forced to use CLI, then there&#8217;s no way to double click. ;)</p><p>With GUI and only a couple .deb packets, it&#8217;s indeed easier to just double click.</p> ]]></content:encoded> </item> <item><title>By: Wasim</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-62858</link> <dc:creator>Wasim</dc:creator> <pubDate>Tue, 27 Sep 2011 08:25:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-62858</guid> <description>i used alien to convert .rpm to .deb ..whr does .deb file get stored..i m not getting it on desktop of ubuntu as my .rpm is on desktop</description> <content:encoded><![CDATA[<p>i used alien to convert .rpm to .deb ..whr does .deb file get stored..i m not getting it on desktop of ubuntu as my .rpm is on desktop</p> ]]></content:encoded> </item> <item><title>By: Negi</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-62192</link> <dc:creator>Negi</dc:creator> <pubDate>Tue, 06 Sep 2011 11:44:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-62192</guid> <description>hi, I am new to ubuntu
I did what this instructions said but it didn&#039;t work, actually nothing happened, even if I double click on it it opens the programs of ubuntu, i don&#039;t know what to do can you tell me what is wrong or what i should do</description> <content:encoded><![CDATA[<p>hi, I am new to ubuntu<br
/> I did what this instructions said but it didn&#8217;t work, actually nothing happened, even if I double click on it it opens the programs of ubuntu, i don&#8217;t know what to do can you tell me what is wrong or what i should do</p> ]]></content:encoded> </item> <item><title>By: Guy</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-56933</link> <dc:creator>Guy</dc:creator> <pubDate>Fri, 01 Apr 2011 10:54:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-56933</guid> <description>Hi.  I am surprised that this install did not work successfully on my system (Linux Mint, though it says that it is Ubuntu 10.10 in the About Ubuntu section...).
Here is what was written in Terminal after the attempted installation:
tracey@tracey-TravelMate-5610:~$ cd /home/tracey/mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb
bash: cd: /home/tracey/mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb: Not a directory
tracey@tracey-TravelMate-5610:~$ cd /home/tracey
tracey@tracey-TravelMate-5610:~$ sudo dpkg -i mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb
[sudo] password for tracey:
Sorry, try again.
[sudo] password for tracey:
Selecting previously deselected package mysql-workbench-gpl.
(Reading database ... 192967 files and directories currently installed.)
Unpacking mysql-workbench-gpl (from mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb) ...
dpkg: dependency problems prevent configuration of mysql-workbench-gpl:
mysql-workbench-gpl depends on libzip1 (&gt;= 0.8); however:
Package libzip1 is not installed.
mysql-workbench-gpl depends on mysql-client; however:
Package mysql-client is not installed.
mysql-workbench-gpl depends on python-pysqlite2; however:
Package python-pysqlite2 is not installed.
dpkg: error processing mysql-workbench-gpl (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for python-support ...
Errors were encountered while processing:
mysql-workbench-gpl
tracey@tracey-TravelMate-5610:~$
Any help and insight as to why there are errors would be greatly appreciated.  Thank you!!
- Guy.</description> <content:encoded><![CDATA[<p>Hi.  I am surprised that this install did not work successfully on my system (Linux Mint, though it says that it is Ubuntu 10.10 in the About Ubuntu section&#8230;).</p><p>Here is what was written in Terminal after the attempted installation:</p><p>tracey@tracey-TravelMate-5610:~$ cd /home/tracey/mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb<br
/> bash: cd: /home/tracey/mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb: Not a directory<br
/> tracey@tracey-TravelMate-5610:~$ cd /home/tracey<br
/> tracey@tracey-TravelMate-5610:~$ sudo dpkg -i mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb<br
/> [sudo] password for tracey:<br
/> Sorry, try again.<br
/> [sudo] password for tracey:<br
/> Selecting previously deselected package mysql-workbench-gpl.<br
/> (Reading database &#8230; 192967 files and directories currently installed.)<br
/> Unpacking mysql-workbench-gpl (from mysql-workbench-gpl-5.2.33b-1ubu1010-i386.deb) &#8230;<br
/> dpkg: dependency problems prevent configuration of mysql-workbench-gpl:<br
/> mysql-workbench-gpl depends on libzip1 (&gt;= 0.8); however:<br
/> Package libzip1 is not installed.<br
/> mysql-workbench-gpl depends on mysql-client; however:<br
/> Package mysql-client is not installed.<br
/> mysql-workbench-gpl depends on python-pysqlite2; however:<br
/> Package python-pysqlite2 is not installed.<br
/> dpkg: error processing mysql-workbench-gpl (&#8211;install):<br
/> dependency problems &#8211; leaving unconfigured<br
/> Processing triggers for desktop-file-utils &#8230;<br
/> Processing triggers for python-gmenu &#8230;<br
/> Rebuilding /usr/share/applications/desktop.en_US.utf8.cache&#8230;<br
/> Processing triggers for python-support &#8230;<br
/> Errors were encountered while processing:<br
/> mysql-workbench-gpl<br
/> tracey@tracey-TravelMate-5610:~$</p><p>Any help and insight as to why there are errors would be greatly appreciated.  Thank you!!</p><p>- Guy.</p> ]]></content:encoded> </item> <item><title>By: youngdaddytc</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-56332</link> <dc:creator>youngdaddytc</dc:creator> <pubDate>Tue, 15 Mar 2011 22:17:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-56332</guid> <description>that worked, nice command.   just put the package on the desktop, then run the terminal from there, worked just fine.</description> <content:encoded><![CDATA[<p>that worked, nice command.   just put the package on the desktop, then run the terminal from there, worked just fine.</p> ]]></content:encoded> </item> <item><title>By: utkarsh</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-55806</link> <dc:creator>utkarsh</dc:creator> <pubDate>Sun, 20 Feb 2011 16:33:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-55806</guid> <description>thanks!! it really helped me!</description> <content:encoded><![CDATA[<p>thanks!! it really helped me!</p> ]]></content:encoded> </item> <item><title>By: mahesh</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-53558</link> <dc:creator>mahesh</dc:creator> <pubDate>Sat, 25 Dec 2010 05:59:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-53558</guid> <description>i try for installing wvdial in ubuntu 9.10.
i describe process as
1&gt; i download all 5 packages.
2&gt; dpkg --force-architecture -i pkg_name.deb
3&gt; sudo apt-get install wvdial
i give some errors for /etc/apt/sources.lst for some hyperlinks.
what should ido?
i am very desperate to dial up pc with mobile.
plz help me</description> <content:encoded><![CDATA[<p>i try for installing wvdial in ubuntu 9.10.<br
/> i describe process as<br
/> 1&gt; i download all 5 packages.<br
/> 2&gt; dpkg &#8211;force-architecture -i pkg_name.deb<br
/> 3&gt; sudo apt-get install wvdial<br
/> i give some errors for /etc/apt/sources.lst for some hyperlinks.<br
/> what should ido?<br
/> i am very desperate to dial up pc with mobile.<br
/> plz help me</p> ]]></content:encoded> </item> <item><title>By: mohamed</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-51003</link> <dc:creator>mohamed</dc:creator> <pubDate>Sat, 20 Nov 2010 16:23:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-51003</guid> <description>i convert tar.gz or tar.bz2 to deb file with alien.
but after i install them, i cant find them in applications.</description> <content:encoded><![CDATA[<p>i convert tar.gz or tar.bz2 to deb file with alien.<br
/> but after i install them, i cant find them in applications.</p> ]]></content:encoded> </item> <item><title>By: Noushad</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-50986</link> <dc:creator>Noushad</dc:creator> <pubDate>Fri, 19 Nov 2010 13:29:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-50986</guid> <description>I want to know about downloadings and installation of images and software</description> <content:encoded><![CDATA[<p>I want to know about downloadings and installation of images and software</p> ]]></content:encoded> </item> <item><title>By: TF hAAck</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-49957</link> <dc:creator>TF hAAck</dc:creator> <pubDate>Wed, 06 Oct 2010 15:35:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-49957</guid> <description>Thanks a lot.</description> <content:encoded><![CDATA[<p>Thanks a lot.</p> ]]></content:encoded> </item> <item><title>By: aby</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-49765</link> <dc:creator>aby</dc:creator> <pubDate>Tue, 28 Sep 2010 06:12:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-49765</guid> <description>bt for installing command is sudo gainroot</description> <content:encoded><![CDATA[<p>bt for installing command is sudo gainroot</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/#comment-49454</link> <dc:creator>Michael</dc:creator> <pubDate>Thu, 09 Sep 2010 16:31:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/ubuntu-linux-how-do-i-install-deb-packages.php#comment-49454</guid> <description>Nice post! Short and to the point. Thank you!</description> <content:encoded><![CDATA[<p>Nice post! Short and to the point. Thank you!</p> ]]></content:encoded> </item> </channel> </rss>
