{"id":467,"date":"2009-05-26T06:11:18","date_gmt":"2009-05-25T20:11:18","guid":{"rendered":"http:\/\/nsrd.wordpress.com\/?p=467"},"modified":"2018-12-12T16:06:00","modified_gmt":"2018-12-12T06:06:00","slug":"using-yum-to-install-networker-on-linux","status":"publish","type":"post","link":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/","title":{"rendered":"Using yum to install NetWorker on Linux"},"content":{"rendered":"<p>If you&#8217;re using CentOS, or another RedHat style Linux that happens to include the yum package manager, installing NetWorker on Linux becomes trivial, even when dependencies aren&#8217;t locally on the machine.<\/p>\n<p>For example, on a new host install (particularly one with minimum graphics), it&#8217;s common to get an error such as the following:<\/p>\n<pre>[root@rhltst7 linux_x86]# rpm -ivh lgtoclnt-7.5.1-1.i686.rpm lgtoman-7.5.1-1.i686.rpm\nerror: Failed dependencies:\n openmotif is needed by lgtoclnt-7.5.1-1.i686\n libXp.so.6 is needed by lgtoclnt-7.5.1-1.i686\n libstdc++.so.5 is needed by lgtoclnt-7.5.1-1.i686\n libstdc++.so.5(CXXABI_1.2) is needed by lgtoclnt-7.5.1-1.i686\n libstdc++.so.5(GLIBCPP_3.2) is needed by lgtoclnt-7.5.1-1.i686\n libstdc++.so.5(GLIBCPP_3.2.2) is needed by lgtoclnt-7.5.1-1.i686<\/pre>\n<p>Luckily, if you&#8217;re using yum, there&#8217;s a simple way around it, using the &#8216;localinstall&#8217; option. Note however that by using &#8216;localinstall&#8217; with yum, you&#8217;ll also need to add in the &#8216;&#8211;nogpgcheck&#8217;, as the EMC packages aren&#8217;t signed. (Failing to do so will result in the installation aborting with an error message about non-signed packages.)<\/p>\n<p>Here&#8217;s what a successful install looks like:<\/p>\n<pre>[root@rhltst7 linux_x86]# yum localinstall --nogpgcheck lgtoclnt-7.5.1-1.i686.rpm lgtoman-7.5.1-1.i686.rpm\nLoaded plugins: fastestmirror\nSetting up Local Package Process\nExamining lgtoclnt-7.5.1-1.i686.rpm: lgtoclnt-7.5.1-1.i686\nMarking lgtoclnt-7.5.1-1.i686.rpm to be installed\nLoading mirror speeds from cached hostfile\n * base: ftp.monash.edu.au\n * updates: ftp.monash.edu.au\n * addons: ftp.monash.edu.au\n * extras: ftp.monash.edu.au\nExamining lgtoman-7.5.1-1.i686.rpm: lgtoman-7.5.1-1.i686\nMarking lgtoman-7.5.1-1.i686.rpm to be installed\nResolving Dependencies\n--&gt; Running transaction check\n---&gt; Package lgtoman.i686 0:7.5.1-1 set to be updated\n---&gt; Package lgtoclnt.i686 0:7.5.1-1 set to be updated\n--&gt; Processing Dependency: openmotif for package: lgtoclnt\n--&gt; Processing Dependency: libXp.so.6 for package: lgtoclnt\n--&gt; Processing Dependency: libstdc++.so.5 for package: lgtoclnt\n--&gt; Processing Dependency: libstdc++.so.5(CXXABI_1.2) for package: lgtoclnt\n--&gt; Processing Dependency: libstdc++.so.5(GLIBCPP_3.2) for package: lgtoclnt\n--&gt; Processing Dependency: libstdc++.so.5(GLIBCPP_3.2.2) for package: lgtoclnt\n--&gt; Running transaction check\n---&gt; Package openmotif.i386 0:2.3.1-2.el5 set to be updated\n---&gt; Package compat-libstdc++-33.i386 0:3.2.3-61 set to be updated\n---&gt; Package libXp.i386 0:1.0.0-8.1.el5 set to be updated\n--&gt; Finished Dependency Resolution\n\nDependencies Resolved\n\n&lt;table snipped&gt;\nInstall&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 Package(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;\nUpdate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 Package(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;\nRemove&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 Package(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;\n\nTotal size: 98 M\nTotal download size: 96 M\nIs this ok [y\/N]: y\nDownloading Packages:\nRunning rpm_check_debug\nRunning Transaction Test\nFinished Transaction Test\nTransaction Test Succeeded\nRunning Transaction\n Installing&nbsp;&nbsp;&nbsp;&nbsp; : libXp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [1\/5]\n Installing&nbsp;&nbsp;&nbsp;&nbsp; : openmotif&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [2\/5]\n Installing&nbsp;&nbsp;&nbsp;&nbsp; : compat-libstdc++-33&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [3\/5]\n Installing&nbsp;&nbsp;&nbsp;&nbsp; : lgtoclnt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [4\/5]\nTo install EMC HomeBase Agent run the below script as 'root' user:\n\/opt\/homebase-agent\/setup-homebase.sh\n Installing&nbsp;&nbsp;&nbsp;&nbsp; : lgtoman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [5\/5]\n\nInstalled: lgtoclnt.i686 0:7.5.1-1 lgtoman.i686 0:7.5.1-1\nDependency Installed: compat-libstdc++-33.i386 0:3.2.3-61 libXp.i386 0:1.0.0-8.1.el5 openmotif.i386 0:2.3.1-2.el5\nComplete!<\/pre>\n<p>(Obviously, using &#8220;&#8211;nogpgcheck&#8221; is something that should be done carefully, as you&#8217;re instructing yum to ignore any checks for signatures. However, when you want to install a package that has no signatures, there&#8217;s not many other options.)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re using CentOS, or another RedHat style Linux that happens to include the yum package manager, installing NetWorker on&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[15,16],"tags":[545,1124],"class_list":["post-467","post","type-post","status-publish","format-standard","hentry","category-linux","category-networker","tag-localinstall","tag-yum"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Preston de Guise\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Data Protection Hub | All things Data Protection\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Using yum to install NetWorker on Linux | Data Protection Hub\" \/>\n\t\t<meta property=\"og:description\" content=\"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-05-25T20:11:18+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-12-12T06:06:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Using yum to install NetWorker on Linux | Data Protection Hub\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#article\",\"name\":\"Using yum to install NetWorker on Linux | Data Protection Hub\",\"headline\":\"Using yum to install NetWorker on Linux\",\"author\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"},\"datePublished\":\"2009-05-26T06:11:18+10:00\",\"dateModified\":\"2018-12-12T16:06:00+10:00\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#webpage\"},\"articleSection\":\"Linux, NetWorker, localinstall, yum\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsrd.info\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/linux\\\/#listItem\",\"position\":2,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/linux\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#listItem\",\"name\":\"Using yum to install NetWorker on Linux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#listItem\",\"position\":3,\"name\":\"Using yum to install NetWorker on Linux\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\",\"name\":\"Preston de Guise\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/\",\"name\":\"Preston de Guise\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#webpage\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/\",\"name\":\"Using yum to install NetWorker on Linux | Data Protection Hub\",\"description\":\"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/05\\\/26\\\/using-yum-to-install-networker-on-linux\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"datePublished\":\"2009-05-26T06:11:18+10:00\",\"dateModified\":\"2018-12-12T16:06:00+10:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/\",\"name\":\"Data Protection Hub\",\"description\":\"All things Data Protection\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Using yum to install NetWorker on Linux | Data Protection Hub","description":"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.","canonical_url":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#article","name":"Using yum to install NetWorker on Linux | Data Protection Hub","headline":"Using yum to install NetWorker on Linux","author":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"publisher":{"@id":"https:\/\/nsrd.info\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"},"datePublished":"2009-05-26T06:11:18+10:00","dateModified":"2018-12-12T16:06:00+10:00","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#webpage"},"isPartOf":{"@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#webpage"},"articleSection":"Linux, NetWorker, localinstall, yum"},{"@type":"BreadcrumbList","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog#listItem","position":1,"name":"Home","item":"https:\/\/nsrd.info\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/linux\/#listItem","name":"Linux"}},{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/linux\/#listItem","position":2,"name":"Linux","item":"https:\/\/nsrd.info\/blog\/category\/linux\/","nextItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#listItem","name":"Using yum to install NetWorker on Linux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#listItem","position":3,"name":"Using yum to install NetWorker on Linux","previousItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/linux\/#listItem","name":"Linux"}}]},{"@type":"Person","@id":"https:\/\/nsrd.info\/blog\/#person","name":"Preston de Guise","image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"}},{"@type":"Person","@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author","url":"https:\/\/nsrd.info\/blog\/author\/nsrd\/","name":"Preston de Guise","image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"}},{"@type":"WebPage","@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#webpage","url":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/","name":"Using yum to install NetWorker on Linux | Data Protection Hub","description":"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/nsrd.info\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/#breadcrumblist"},"author":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"creator":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"datePublished":"2009-05-26T06:11:18+10:00","dateModified":"2018-12-12T16:06:00+10:00"},{"@type":"WebSite","@id":"https:\/\/nsrd.info\/blog\/#website","url":"https:\/\/nsrd.info\/blog\/","name":"Data Protection Hub","description":"All things Data Protection","inLanguage":"en-US","publisher":{"@id":"https:\/\/nsrd.info\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Data Protection Hub | All things Data Protection","og:type":"article","og:title":"Using yum to install NetWorker on Linux | Data Protection Hub","og:description":"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.","og:url":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/","article:published_time":"2009-05-25T20:11:18+00:00","article:modified_time":"2018-12-12T06:06:00+00:00","twitter:card":"summary","twitter:title":"Using yum to install NetWorker on Linux | Data Protection Hub","twitter:description":"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy."},"aioseo_meta_data":{"post_id":"467","title":null,"description":"Getting NetWorker to install on CentOS and other systems that use YUM is quite easy.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:13:03","updated":"2025-07-20 04:15:12","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/nsrd.info\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/nsrd.info\/blog\/category\/linux\/\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tUsing yum to install NetWorker on Linux\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/nsrd.info\/blog"},{"label":"Linux","link":"https:\/\/nsrd.info\/blog\/category\/linux\/"},{"label":"Using yum to install NetWorker on Linux","link":"https:\/\/nsrd.info\/blog\/2009\/05\/26\/using-yum-to-install-networker-on-linux\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pKpIN-7x","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/comments?post=467"}],"version-history":[{"count":1,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/467\/revisions"}],"predecessor-version":[{"id":7653,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/467\/revisions\/7653"}],"wp:attachment":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/media?parent=467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/categories?post=467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/tags?post=467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}