{"id":614,"date":"2012-03-18T10:08:00","date_gmt":"2012-03-18T10:08:00","guid":{"rendered":"http:\/\/zensonic.dk\/?p=614"},"modified":"2017-04-09T10:03:04","modified_gmt":"2017-04-09T10:03:04","slug":"rpm-e-on-multiple-packages","status":"publish","type":"post","link":"https:\/\/zensonic.dk\/?p=614","title":{"rendered":"rpm -e on multiple packages"},"content":{"rendered":"<pre>Recently I got\r\n\r\nsudo rpm -e postgresql-libs-8.1.23-1.el5_7.3\r\nerror: \"postgresql-libs-8.1.23-1.el5_7.3\" specifies multiple packages\r\n\r\nThis is due to different versions (32 and 64 bit) of the same package being installed\r\nThe fix is easy\r\n\r\nsudo rpm -e postgresql-libs-8.1.23-1.el5_7.3.i386 postgresql-libs-8.1.23-1.el5_7.3.x86_64<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Recently I got sudo rpm -e postgresql-libs-8.1.23-1.el5_7.3 error: &#8220;postgresql-libs-8.1.23-1.el5_7.3&#8221; specifies multiple packages This is due to different versions (32 and 64 bit) of the same package being installed The fix is easy sudo rpm -e postgresql-libs-8.1.23-1.el5_7.3.i386 postgresql-libs-8.1.23-1.el5_7.3.x86_64<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-614","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/posts\/614"}],"collection":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=614"}],"version-history":[{"count":0,"href":"https:\/\/zensonic.dk\/index.php?rest_route=\/wp\/v2\/posts\/614\/revisions"}],"wp:attachment":[{"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zensonic.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}