{"id":3381,"date":"2017-10-20T13:15:12","date_gmt":"2017-10-20T17:15:12","guid":{"rendered":"https:\/\/www.freelancinggig.com\/blog\/?p=3381"},"modified":"2017-10-20T13:15:12","modified_gmt":"2017-10-20T17:15:12","slug":"install-java-centos-fedora","status":"publish","type":"post","link":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/","title":{"rendered":"How to Install Java in CentOS and Fedora"},"content":{"rendered":"<p>Linux Operating systems are already installed with Open JDK packages to run the Java-based applications. Now you think that if Java is already installed then why need to install again?&#xA0; But in certain cases, you need Sun\/Oracle Java program to compile and run a particular program. You can <a href=\"https:\/\/www.freelancinggig.com\/\">hire freelancers<\/a> who have knowledge and experience in Java programming language<\/p>\n<p>The java platforms are in three editions Enterprises Edition, Micro Editions, and Standard Editions but this article mainly focuses on the Standard Edition. The Java Standard Edition has two different packages that are Java Runtime Environment (JRE) and Java Development Kit (JDK). JRE is an implementation of Java Virtual Machine (JVM). The JVM plays an important role to compiled and Run the programs, applets, and applications. The Java implementation has two parts viz. Open JDK and Oracle Java. Both implementations are based largely on the same code, But Oracle Java contains some proprietary code whereas Open JDK is completely open source. You can install a various version of Java on a single system, but many people like to install only single version. In this article, you find how to install different versions of Java on CentOS and Fedora.<\/p>\n<p>Install OpenJDK 6 JRE<\/p>\n<p>You can install the prebuilt Open JDK 6 JRE and JDK packages using the Yum, package manager. If you want to install OpenJDK 6 JRE, then run the following command.<\/p>\n<p>Sudo yum install java-1.6.0-OpenJDK<\/p>\n<p>After writing this command, the information prompt open in front of you enter y then RETURN to continue with the installation.<\/p>\n<p>Install OpenJDK 6 JDK<\/p>\n<p>After installation of OpenJDK 6 JRE now you have to install Open JDK 6 JDK using the yum, for that now write the following command.<\/p>\n<p>Sudo yum install java- 1.6.0-openjdk-devel<\/p>\n<p>After writing this command the <a class=\"glossaryLink\" href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/confirmation\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">confirmation<\/a> prompt open in front of you enter, y then RETURN to continue with the installation.<\/p>\n<p>Install OpenJDK 7<\/p>\n<p>You can install the prebuilt Open JDK 7 JRE and JDK packages using the Yum, package manager. The OpenJDK 7 is the latest version of OpenJDK.<\/p>\n<p>Install OpenJDK 7 JRE<\/p>\n<p>For downloading OpenJDK 7 JRE using yum then write following command.<\/p>\n<p>Sudo yum install java-1.7.0-openjdk.<\/p>\n<p>After writing this command the confirmation prompt open in front of you enter, y then RETURN to continue with the installation.<\/p>\n<p>Install OpenJDK 7 JDK<\/p>\n<p>Run the following command to install Open JDK 7 JDK using the yum<\/p>\n<p>sudo yum install java-1.7.0-OpenJDK-devel<\/p>\n<p>After writing this command the confirmation prompt open in front of you enter, y then RETURN to continue with the installation.<\/p>\n<p>Install oracle Java 8<\/p>\n<p>Install Oracle Java 8 using oracle Java 8 JRE and Oracle Java 8 JDK<\/p>\n<p>Install Oracle Java 8 JRE.<\/p>\n<p>To install the Oracle Java 8 JRE go the Oracle Java 8 JRE Downloads Page and by accepting the license agreement copy the download link of Linux .rpm packages. In the highlighted part of the wget command place the copied download link. After changing the home directory download the Oracle<\/p>\n<p>Java 8 JRE RPM through the following command<\/p>\n<p>cd ~<\/p>\n<p>wget &#x2013;no-cookies &#x2013;no-check-certificate &#x2013;header &#x201C;Cookie: gpw_e24=http:%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie&#x201D; \\<\/p>\n<p>&#x201C;http:\/\/download.oracle.com\/otn-pub\/java\/jdk\/8u60-b27\/jre-8u60-linux-x64.rpm&#x201D;<\/p>\n<p>Through this command install RPM with yum<\/p>\n<p>sudo yum localinstall jre-8u60-linux-x64.rpm<\/p>\n<p>Now delete the archive file you download earlier.<\/p>\n<p>rm ~\/jre-8u60-linux-x64.rpm<\/p>\n<p>Install Oracle Java 8 JDK<\/p>\n<p>To install the Oracle Java 8 JDK go the Oracle Java 8 JDK Downloads Page and by accepting the license agreement copy the download link of Linux .rpm packages. In the highlighted part of the wget command place the copied download link. After changing the home directory download the Oracle Java 8 JDK RPM through the following command.<\/p>\n<p>cd ~<\/p>\n<p>wget &#x2013;no-cookies &#x2013;no-check-certificate &#x2013;header &#x201C;Cookie: gpw_e24=http:%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie&#x201D; &#x201C;http:\/\/download.oracle.com\/otn-pub\/java\/jdk\/8u60-b27\/jdk-8u60-linux-x64.rpm&#x201D;<\/p>\n<p>Through this command install RPM with yum<\/p>\n<p>sudo yum localinstall jdk-8u60-linux-x64.rpm<\/p>\n<p>Now delete the archive file you download earlier.<\/p>\n<p>rm ~\/jdk-8u60-linux-x64.rpm<\/p>\n<p>After installing multiple versions of Java, you have to set default version for setting the default version run the following command that is Java-version.<\/p>\n<p>If you want to set the alternative version, then use the Alternative command this Alternative commands through symbolic link help you select the default Java command.<\/p>\n<p>For alternative program use the following Alternative command you can find <a href=\"https:\/\/www.freelancinggig.com\/\">freelance jobs online<\/a> in this sector easily.<\/p>\n<p>Sudo alternatives &#x2013;config java<\/p>\n<p><strong>Summary:<\/strong><\/p>\n<p>This article is about the how to install Java on CentOS and Fedora. In this article, you find information about how to install different versions of java on Fedora and CentOS and how to set alternative version of existing Java.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux Operating systems are already installed with Open JDK packages to run the Java-based applications. Now you think that if Java is already installed then &#x2026;<\/p>\n","protected":false},"author":3,"featured_media":3382,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[149],"tags":[965,966],"class_list":["post-3381","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-startup-resources","tag-install-java-in-centos","tag-install-java-in-fedora"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Java in CentOS and Fedora - FreelancingGig Blog - Freelancer Job Tips and Hiring Insights<\/title>\n<meta name=\"description\" content=\"This article is about how to install Java in Cent OS and Fedora. You can hire freelancers who have knowledge and experience in this sector.\" \/>\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.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Java in CentOS and Fedora - FreelancingGig Blog - Freelancer Job Tips and Hiring Insights\" \/>\n<meta property=\"og:description\" content=\"This article is about how to install Java in Cent OS and Fedora. You can hire freelancers who have knowledge and experience in this sector.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/\" \/>\n<meta property=\"og:site_name\" content=\"Developers, Designers &amp; Freelancers - FreelancingGig\" \/>\n<meta property=\"article:published_time\" content=\"2017-10-20T17:15:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2017\/10\/Install-Java-in-CentOS-and-Fedora.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"375\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kitty Gupta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kitty Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/\"},\"author\":{\"name\":\"Kitty Gupta\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f1ba04a6bf525d5251b2eda9c7bb0c\"},\"headline\":\"How to Install Java in CentOS and Fedora\",\"datePublished\":\"2017-10-20T17:15:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/\"},\"wordCount\":778,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/Install-Java-in-CentOS-and-Fedora.png\",\"keywords\":[\"Install Java in CentOS\",\"Install Java in Fedora\"],\"articleSection\":[\"Startup Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/\",\"name\":\"How to Install Java in CentOS and Fedora - FreelancingGig Blog - Freelancer Job Tips and Hiring Insights\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/Install-Java-in-CentOS-and-Fedora.png\",\"datePublished\":\"2017-10-20T17:15:12+00:00\",\"description\":\"This article is about how to install Java in Cent OS and Fedora. You can hire freelancers who have knowledge and experience in this sector.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/Install-Java-in-CentOS-and-Fedora.png\",\"contentUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/Install-Java-in-CentOS-and-Fedora.png\",\"width\":750,\"height\":375,\"caption\":\"freelance jobs online\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2017\\\/10\\\/20\\\/install-java-centos-fedora\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Java in CentOS and Fedora\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\",\"name\":\"Developers, Designers &amp; Freelancers - FreelancingGig\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\",\"name\":\"FreelancingGig\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/freelancinggig-website-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/freelancinggig-website-logo.png\",\"width\":213,\"height\":35,\"caption\":\"FreelancingGig\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f1ba04a6bf525d5251b2eda9c7bb0c\",\"name\":\"Kitty Gupta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Kitty Gupta\"},\"description\":\"Kitty Gupta is FreelancingGig's Content &amp; Community Manager. She has many years experience writing for reputable platforms with her engineering and communications background.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Java in CentOS and Fedora - FreelancingGig Blog - Freelancer Job Tips and Hiring Insights","description":"This article is about how to install Java in Cent OS and Fedora. You can hire freelancers who have knowledge and experience in this sector.","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.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Java in CentOS and Fedora - FreelancingGig Blog - Freelancer Job Tips and Hiring Insights","og_description":"This article is about how to install Java in Cent OS and Fedora. You can hire freelancers who have knowledge and experience in this sector.","og_url":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/","og_site_name":"Developers, Designers &amp; Freelancers - FreelancingGig","article_published_time":"2017-10-20T17:15:12+00:00","og_image":[{"width":750,"height":375,"url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2017\/10\/Install-Java-in-CentOS-and-Fedora.png","type":"image\/png"}],"author":"Kitty Gupta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kitty Gupta","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#article","isPartOf":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/"},"author":{"name":"Kitty Gupta","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/person\/48f1ba04a6bf525d5251b2eda9c7bb0c"},"headline":"How to Install Java in CentOS and Fedora","datePublished":"2017-10-20T17:15:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/"},"wordCount":778,"commentCount":0,"publisher":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#primaryimage"},"thumbnailUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2017\/10\/Install-Java-in-CentOS-and-Fedora.png","keywords":["Install Java in CentOS","Install Java in Fedora"],"articleSection":["Startup Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/","url":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/","name":"How to Install Java in CentOS and Fedora - FreelancingGig Blog - Freelancer Job Tips and Hiring Insights","isPartOf":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#primaryimage"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#primaryimage"},"thumbnailUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2017\/10\/Install-Java-in-CentOS-and-Fedora.png","datePublished":"2017-10-20T17:15:12+00:00","description":"This article is about how to install Java in Cent OS and Fedora. You can hire freelancers who have knowledge and experience in this sector.","breadcrumb":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#primaryimage","url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2017\/10\/Install-Java-in-CentOS-and-Fedora.png","contentUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2017\/10\/Install-Java-in-CentOS-and-Fedora.png","width":750,"height":375,"caption":"freelance jobs online"},{"@type":"BreadcrumbList","@id":"https:\/\/www.freelancinggig.com\/blog\/2017\/10\/20\/install-java-centos-fedora\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.freelancinggig.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Java in CentOS and Fedora"}]},{"@type":"WebSite","@id":"https:\/\/www.freelancinggig.com\/blog\/#website","url":"https:\/\/www.freelancinggig.com\/blog\/","name":"Developers, Designers &amp; Freelancers - FreelancingGig","description":"","publisher":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.freelancinggig.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.freelancinggig.com\/blog\/#organization","name":"FreelancingGig","url":"https:\/\/www.freelancinggig.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2020\/03\/freelancinggig-website-logo.png","contentUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2020\/03\/freelancinggig-website-logo.png","width":213,"height":35,"caption":"FreelancingGig"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/person\/48f1ba04a6bf525d5251b2eda9c7bb0c","name":"Kitty Gupta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","caption":"Kitty Gupta"},"description":"Kitty Gupta is FreelancingGig's Content &amp; Community Manager. She has many years experience writing for reputable platforms with her engineering and communications background."}]}},"_links":{"self":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/3381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/comments?post=3381"}],"version-history":[{"count":1,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/3381\/revisions"}],"predecessor-version":[{"id":3383,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/3381\/revisions\/3383"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/media\/3382"}],"wp:attachment":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/media?parent=3381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/categories?post=3381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/tags?post=3381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}