{"id":2921,"date":"2013-12-16T14:56:47","date_gmt":"2013-12-16T20:56:47","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=2921"},"modified":"2022-06-03T03:47:13","modified_gmt":"2022-06-03T08:47:13","slug":"how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/","title":{"rendered":"How to install the latest versions of node.js and Bower on Ubuntu 13.10"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p><a href=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png\"><img decoding=\"async\" class=\"alignleft size-medium wp-image-2923\" style=\"border: 0px none;\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower-300x61.png\" alt=\"node.js bower\" width=\"300\" height=\"61\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower-300x61.png 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png 499w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>Node.js is a popular platform created for easily building fast and scalable network applications. Also, node.js contains a highly customizable HTTP server library so it is possible to run a web server without the use of external software, such as Apache thus allowing more control of how the web server works. Node.js is maturing quickly and it has become wildly popular. Node.js is able to handle modern Web content in all its richness. It&#8217;s fairly easy to get started with node.js. To install the latest version of node.js on a virtual server running <a title=\"Ubuntu VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu 13.10<\/a>, follow the steps below:<\/p>\n<p><!--more--><\/p>\n<p>Update Ubuntu packages and install the required dependencies:<\/p>\n<pre>sudo apt-get update\r\nsudo apt-get upgrade\r\nsudo apt-get install gcc cpp g++ automake1.9 autoconf libtool flex bison python-software-properties<\/pre>\n<p>Download the latest version of node.js from the official site, then extract the archive file and install node.js:<\/p>\n<pre>cd \/usr\/local\/src\r\nwget http:\/\/nodejs.org\/dist\/node-latest.tar.gz\r\ntar zxvf node-latest.tar.gz\r\ncd node-v0.1*\r\n.\/configure\r\nmake\r\nsudo make install<\/pre>\n<p>Then, check the version of node.js installed on the <a title=\"Linux VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">virtual server<\/a> using the following command:<\/p>\n<pre># node --version\r\nv0.10.23<\/pre>\n<p>Bower is a front-end package manager for the web which runs over Git, and is package-agnostic. To install Bower execute the following commands:<\/p>\n<pre>sudo apt-get install git-core\r\n\r\nsudo npm cache clean\r\n\r\nsudo npm install -g bower<\/pre>\n<p>Once it is installed on the VPS, more information about Bower is available via &#8216;bower help&#8217;:<\/p>\n<pre># bower help\r\n\r\nUsage:\r\n\r\n    bower &lt;command&gt; [&lt;args&gt;] [&lt;options&gt;]\r\n\r\nCommands:\r\n\r\n    cache                   Manage bower cache\r\n    help                    Display help information about Bower\r\n    home                    Opens a package homepage into your favorite browser\r\n    info                    Info of a particular package\r\n    init                    Interactively create a bower.json file\r\n    install                 Install a package locally\r\n    link                    Symlink a package folder\r\n    list                    List local packages\r\n    lookup                  Look up a package URL by name\r\n    prune                   Removes local extraneous packages\r\n    register                Register a package\r\n    search                  Search for a package by name\r\n    update                  Update a local package\r\n    uninstall               Remove a local package\r\n\r\nOptions:\r\n\r\n    -f, --force             Makes various commands more forceful\r\n    -j, --json              Output consumable JSON\r\n    -l, --log-level         What level of logs to report\r\n    -o, --offline           Do not hit the network\r\n    -q, --quiet             Only output important information\r\n    -s, --silent            Do not output anything, besides errors\r\n    -V, --verbose           Makes output more verbose\r\n    --allow-root            Allows running commands as root\r\n\r\nSee 'bower help &lt;command&gt;' for more information on a specific command.<\/pre>\n<p>This is just enough to get you started.<\/p>\n<p>Of course you don&#8217;t have to do any of this if you use one of our <a title=\"Linux VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Linux VPS hosting<\/a> services, in which case you can simply ask our expert Linux admins to install node.js and Bower on your VPS for you. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><strong><span style=\"color: #ff0000;\">PS<\/span>.<\/strong> If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Node.js is a popular platform created for easily building fast and scalable network applications. Also, node.js contains a highly customizable &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to install the latest versions of node.js and Bower on Ubuntu 13.10\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#more-2921\" aria-label=\"Read more about How to install the latest versions of node.js and Bower on Ubuntu 13.10\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":2923,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1698,1712],"tags":[356,355,354,177,357,239,1152],"class_list":["post-2921","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-ubuntu","category-web-frameworks","tag-bower","tag-install-bower","tag-install-node-js","tag-linux-vps","tag-node-js","tag-nodejs","tag-rosehosting","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting<\/title>\n<meta name=\"description\" content=\"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install the latest versions of node.js and Bower on Ubuntu 13.10\" \/>\n<meta property=\"og:description\" content=\"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2013-12-16T20:56:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:47:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png\" \/>\n\t<meta property=\"og:image:width\" content=\"499\" \/>\n\t<meta property=\"og:image:height\" content=\"103\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to install the latest versions of node.js and Bower on Ubuntu 13.10\",\"datePublished\":\"2013-12-16T20:56:47+00:00\",\"dateModified\":\"2022-06-03T08:47:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/\"},\"wordCount\":293,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/12\\\/node.js-bower.png\",\"keywords\":[\"bower\",\"install bower\",\"install node.js\",\"linux vps\",\"node.js\",\"nodejs\",\"rosehosting\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\",\"Web Frameworks\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/\",\"name\":\"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/12\\\/node.js-bower.png\",\"datePublished\":\"2013-12-16T20:56:47+00:00\",\"dateModified\":\"2022-06-03T08:47:13+00:00\",\"description\":\"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/12\\\/node.js-bower.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/12\\\/node.js-bower.png\",\"width\":499,\"height\":103,\"caption\":\"node.js bower\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install the latest versions of node.js and Bower on Ubuntu 13.10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting","description":"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/","og_locale":"en_US","og_type":"article","og_title":"How to install the latest versions of node.js and Bower on Ubuntu 13.10","og_description":"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2013-12-16T20:56:47+00:00","article_modified_time":"2022-06-03T08:47:13+00:00","og_image":[{"width":499,"height":103,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png","type":"image\/png"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to install the latest versions of node.js and Bower on Ubuntu 13.10","datePublished":"2013-12-16T20:56:47+00:00","dateModified":"2022-06-03T08:47:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/"},"wordCount":293,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png","keywords":["bower","install bower","install node.js","linux vps","node.js","nodejs","rosehosting"],"articleSection":["Tutorials","Ubuntu","Web Frameworks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/","name":"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png","datePublished":"2013-12-16T20:56:47+00:00","dateModified":"2022-06-03T08:47:13+00:00","description":"How to install the latest versions of node.js and Bower on Ubuntu 13.10 | RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/12\/node.js-bower.png","width":499,"height":103,"caption":"node.js bower"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-the-latest-versions-of-node-js-and-bower-on-ubuntu-13-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install the latest versions of node.js and Bower on Ubuntu 13.10"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/2921","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=2921"}],"version-history":[{"count":1,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/2921\/revisions"}],"predecessor-version":[{"id":34820,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/2921\/revisions\/34820"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/2923"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=2921"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=2921"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=2921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}