{"id":26,"date":"2023-05-18T16:30:47","date_gmt":"2023-05-18T15:30:47","guid":{"rendered":"https:\/\/e474.ddns.net\/blog\/?p=26"},"modified":"2023-05-18T16:30:47","modified_gmt":"2023-05-18T15:30:47","slug":"setting-up-development-tools-on-oracle-free-tier","status":"publish","type":"post","link":"https:\/\/e474.ddns.net\/blog\/2023\/05\/18\/setting-up-development-tools-on-oracle-free-tier\/","title":{"rendered":"Setting up development tools on Oracle Free Tier"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This blog post shows how to set up the development tools, such as <code>make<\/code> and <code>gcc<\/code> on Ubuntu 20.04, hosted on the Oracle Free Tier cloud platform. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This needs to be done if you are installing software from source, or want to develop your own code in, for example, C.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start by making sure that everything is up to date:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$ sudo apt-get update\n$ sudo apt-get upgrade -y<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now install the required development tools and associated documentation:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$ sudo apt-get install -y build-essential manpages-dev<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>apt-get<\/code> package manager will install the required software. It may notify you that there is a pending kernel upgrade, or services need restarting. If this is the case, just use the OK button to continue with the installation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Although not strictly necessary, I generally reboot the system afterwards, with:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$ sudo shutdown -r now<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a more detailed article here: <a href=\"https:\/\/allthings.how\/how-to-install-gcc-build-essential-on-ubuntu-20-04\/\">https:\/\/allthings.how\/how-to-install-gcc-build-essential-on-ubuntu-20-04\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post shows how to set up the development tools, such as make and gcc on Ubuntu 20.04, hosted on the Oracle Free Tier cloud platform. This needs to be done if you are installing software from source, or want to develop your own code in, for example, C. Start by making sure that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,8],"tags":[14,13,10,11,12],"class_list":["post-26","post","type-post","status-publish","format-standard","hentry","category-oracle-free-tier","category-technology","tag-apt-get","tag-development-tools","tag-oracle-free-tier","tag-technology","tag-ubuntu"],"_links":{"self":[{"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/posts\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":1,"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/posts\/26\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/posts\/26\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/media?parent=26"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/categories?post=26"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/e474.ddns.net\/blog\/wp-json\/wp\/v2\/tags?post=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}