{"id":10978,"date":"2019-08-16T10:02:49","date_gmt":"2019-08-16T10:02:49","guid":{"rendered":"https:\/\/ittutorial.org\/?p=10978"},"modified":"2019-11-28T08:18:54","modified_gmt":"2019-11-28T08:18:54","slug":"linux-lessons-6-package-management","status":"publish","type":"post","link":"https:\/\/ittutorial.org\/linux-lessons-6-package-management\/","title":{"rendered":"GNU\/Linux Bash Command Lessons &#8211; 6 &#8211; Package Management"},"content":{"rendered":"<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Hi, we continue to Linux articles in this article we will look at package management and package &amp; program installation.<\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<h2>Package Management :<\/h2>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">If we use the Linux operating system as Desktop or Server, we do this through the terminal when we install a program or package.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">This may be due to faster opening of the terminal and running the command.<\/span><\/span> Since the machines we use as servers do not have a specific GUI, we have to do this from the terminal.<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">However, if our Linux operating system is used as desktop, we can download the application by searching through our web browser and finding the appropriate linux version.<\/span><\/span> <span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">In this article, we will perform our operation over the terminal while installing our applications.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10979\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/08\/9451.1527705212.png\" alt=\"\" width=\"800\" height=\"267\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/08\/9451.1527705212.png 800w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/08\/9451.1527705212-300x100.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/08\/9451.1527705212-768x256.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The Linux operating system has different distros, such as Red Hat, Ubuntu, Linux Mint, Oracle Linux, etc.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">Although these operating systems basically use linux kernels, they are different from each other with their specific features, but we will look at the topic before we go into this topic in depth.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">There are multiple installation tools for installing packages &amp; programs on Linux operating systems.<\/span> <span title=\"\">Each version has ready-to-install package installation commands.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10366 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Best-Linux-Package-Managers.png\" alt=\"\" width=\"818\" height=\"392\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Best-Linux-Package-Managers.png 720w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Best-Linux-Package-Managers-300x144.png 300w\" sizes=\"auto, (max-width: 818px) 100vw, 818px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">For example, rpm comes with Red Hat ready.<\/span> <span title=\"\">Available in versions like Ubuntu, Mint, apt.<\/span> <span class=\"\" title=\"\">Oracle comes with linux, yum.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">These bundled installers come ready when the operating system is installed, but we can install another bundled installer and download from it.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Let&#8217;s try a small example and try to understand the big picture.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Suppose we want to download mysql-server to our operating system and try to do this via the terminal.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">I&#8217;m currently using yum (Yellowdog Updater Modified) command because I&#8217;m doing my examples on Oracle linux.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">This command has more than one parameter and usage, but most basically when we want to make an installation, yum install package_name<\/span><\/span><\/p>\n<pre>yum install mysql-server<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10368 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.34.06.png\" alt=\"\" width=\"1394\" height=\"743\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.34.06.png 1394w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.34.06-300x160.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.34.06-768x409.png 768w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.34.06-1024x546.png 1024w\" sizes=\"auto, (max-width: 1394px) 100vw, 1394px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">Waiting for y or n commands.<\/span> <span class=\"\" title=\"\">Let&#8217;s download it or not!<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Now what matters is how this system works rather than the applications we have downloaded.<\/span> <span class=\"\" title=\"\">Because we may not always be able to download what we want to download so quickly.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">So this is how mysql-server or filezilla, Chrome etc are dowloading these programs.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The yum package manager installs its configuration file and a repository directory under \/ etc when the operating system is installed.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The configuration file actually points to the repo directory.<\/span> <span class=\"\" title=\"\">What does the repo directory do?<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Let&#8217;s go from bottom to top, we<\/span><\/span><\/p>\n<p><span class=\"\" title=\"\">yum install mysql-server.<\/span> <span title=\"\">package manager first looked at these addresses,<\/span><\/p>\n<p><span title=\"\">public_ol6_uekr4<\/span><\/p>\n<p><span title=\"\">public_ol6_addons<\/span><\/p>\n<p><span title=\"\">public_ol6_latest<\/span><\/p>\n<p><span title=\"\">It was then prepared to begin downloading without searching for more repos.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10369 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.59.54.png\" alt=\"\" width=\"1397\" height=\"367\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.59.54.png 1397w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.59.54-300x79.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.59.54-768x202.png 768w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-10.59.54-1024x269.png 1024w\" sizes=\"auto, (max-width: 1397px) 100vw, 1397px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">The mysql-server package and the required packages to be installed are in the public_ol6_latest repo.<\/span><\/span><\/p>\n<div class=\"text-wrap tlid-copy-target\">\n<div class=\"result-shield-container tlid-copy-target\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">So you will benefit from this repo yum while doing this download.<\/span> <span title=\"\">Where&#8217;s the repo?<\/span><\/span><\/div>\n<\/div>\n<div class=\"tlid-result-transliteration-container result-transliteration-container transliteration-container\">\n<div class=\"tlid-transliteration-content transliteration-content full\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Let&#8217;s go to \/ etc and type <strong>cd yum<\/strong> and press <strong>Tab<\/strong> twice quickly.<\/span><\/span><\/div>\n<\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10370 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.14.15.png\" alt=\"\" width=\"819\" height=\"249\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.14.15.png 365w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.14.15-300x91.png 300w\" sizes=\"auto, (max-width: 819px) 100vw, 819px\" \/><\/div>\n<div><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">We have 3 files related to yum under \/ etc.<\/span> <span class=\"\" title=\"\">First, let&#8217;s examine the yum.conf file.<\/span><\/span><\/div>\n<div><\/div>\n<div>\n<p>cat \/etc\/yum.conf<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10371 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.16.20.png\" alt=\"\" width=\"801\" height=\"605\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.16.20.png 707w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.16.20-300x227.png 300w\" sizes=\"auto, (max-width: 801px) 100vw, 801px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">When we look inside the file, there are various configurations and given parameters.<\/span><\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span title=\"\">However, what is important for now is<\/span><\/span><\/p>\n<p><span title=\"\">#PUT YOUR REPOS HERE OR IN separate files named file.repo<\/span><\/p>\n<p><span title=\"\">#in \/etc\/yum.repos.d<\/span><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">If we create our own repos and put them in this file and make the necessary configurations, the programs we will download start to use this repo<\/span><\/span>.<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Let&#8217;s see what&#8217;s in this file.<\/span><\/span><\/p>\n<pre>cd \/etc\/yum.repos.d<\/pre>\n<pre>cat\u00a0 public-yum-ol6.repo<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-10372 alignnone loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.38.33.png\" alt=\"\" width=\"933\" height=\"746\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.38.33.png 933w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.38.33-300x240.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-11.38.33-768x614.png 768w\" sizes=\"auto, (max-width: 933px) 100vw, 933px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">As you can see in the picture, we do your downloads using Oracle&#8217;s repos.<\/span> <span title=\"\">If you remember you had just told us the address of the repo when downloading mysql-server.<\/span><\/span><\/p>\n<p>public_ol6_latest<\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Let&#8217;s copy the URL of this repo and paste it into our web browser.<\/span><\/span><\/p>\n<p><a href=\"http:\/\/yum.oracle.com\/repo\/OracleLinux\/OL6\/latest\/\">http:\/\/yum.oracle.com\/repo\/OracleLinux\/OL6\/latest\/<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10374 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.16.44.png\" alt=\"\" width=\"867\" height=\"469\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.16.44.png 867w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.16.44-300x162.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.16.44-768x415.png 768w\" sizes=\"auto, (max-width: 867px) 100vw, 867px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Oracle has made two different directories according to the operating system version.<\/span> <span title=\"\">Let&#8217;s look at the x86.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10375 loaded\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.18.26.png\" alt=\"\" width=\"1433\" height=\"803\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.18.26.png 1433w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.18.26-300x168.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.18.26-768x430.png 768w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Ekran-Resmi-2019-07-08-13.18.26-1024x574.png 1024w\" sizes=\"auto, (max-width: 1433px) 100vw, 1433px\" \/><\/p>\n<p><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">When I come to the letter m alphabetically, we see that there are many packages, programs etc. related to mysql.<\/span><\/span><\/p>\n<div class=\"text-wrap tlid-copy-target\">\n<div class=\"result-shield-container tlid-copy-target\"><span class=\"tlid-translation translation\" lang=\"en\" style=\"color: #800000;\"><span class=\"\" title=\"\">When we run the yum install mysql-server command, the package manager first goes from the config file to the repo directory and then starts searching for mysql-server-related files at the specified url addresses (server) in the repo directory, asking for permission to download.<\/span><\/span><\/div>\n<\/div>\n<div class=\"tlid-transliteration-content transliteration-content full\">\n<div class=\"text-wrap tlid-copy-target\">\n<div><\/div>\n<div class=\"result-shield-container tlid-copy-target\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">That&#8217;s all !<\/span><\/span><\/div>\n<\/div>\n<div><\/div>\n<div><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">In this example, I used the yum package manager, but a different package manager works with the same layout.<\/span><\/span><\/div>\n<\/div>\n<div><\/div>\n<div><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">If we want to create a repo ourselves and repoda the URL (Server domain), we want to install packages and programs, then we can download from our own server.<\/span><\/span><\/div>\n<\/div>\n<div><\/div>\n<div><\/div>\n<div>\n<p>You can read following article to learn other\u00a0GNU\/Linux bash command tutorials.<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"Vx5JKYenzU\"><p><a href=\"https:\/\/ittutorial.org\/gnu-linux-bash-commands-tutorial-for-beginners-6-network-commands\/\">GNU\/Linux Bash Commands Tutorial for Beginners -6 Network Commands<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;GNU\/Linux Bash Commands Tutorial for Beginners -6 Network Commands&#8221; &#8212; IT Tutorial\" src=\"https:\/\/ittutorial.org\/gnu-linux-bash-commands-tutorial-for-beginners-6-network-commands\/embed\/#?secret=oQ75wLL84u#?secret=Vx5JKYenzU\" data-secret=\"Vx5JKYenzU\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp;&nbsp;<\/p>\n<h4><span style=\"color: #ff0000;\">Do you want to learn Linux System Administration for Beginners, then read the following articles.<\/span><\/h4>\n<p><a href=\"https:\/\/ittutorial.org\/linux-administration-tutorial-for-beginners\/\">https:\/\/ittutorial.org\/linux-administration-tutorial-for-beginners\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, we continue to Linux articles in this article we will look at package management and package &amp; program installation. &nbsp; Package Management : If we use the Linux operating system as Desktop or Server, we do this through the terminal when we install a program or package. This may be due to faster opening &hellip;<\/p>\n","protected":false},"author":67,"featured_media":10366,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[5679,4820,4819,4844,4099,4109,4826,4839,4822,198,4865,5678,4111,5658,5659,4104,5680,5690,5681,5638,4861,4855,771,5644,5656,5657,4854,5637,4102,959,4818,4843,4098,4097,4049,4828,4823,4824,5660,4094,4866,4038,4846,4092,4091,4103,4040,4827,5634,4101,5649,4105,4107,4864,4837,4055,978,4856,4852,4110,4840,4845,5632,5639,5633,4821,4858,4851,4849,4108,4829,4848,5687,5635,4096,4095,4831,2674,4093,4817,4830,4833,4832,5688,4106,4841,5648,5650,4836,5645,4853,5643,5655,5654,5653,4859,4857,5641,5640,4850,4847,5651,5652,5676,5677,5636,4863,5647,5646,4860,4862,1795,4100,1797,4034,4825,4838,4834,4835,1899,5642,5682,5686,5683,5689,5684,5685,4842],"class_list":["post-10978","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-linux","tag-etc-sudoers","tag-acces-control-list","tag-acl-on-linux","tag-apt-get-on-linux","tag-bash-script","tag-beginer-on-linux","tag-best-linux-command","tag-best-text-editors-on-linux","tag-chown","tag-cok-kullanilan-linux-komutlari","tag-disk-partitioning-volume-management","tag-edit-sudoers","tag-en-cok-kullanilan-linux","tag-free-command","tag-free-command-on-linux","tag-help-kullanimi","tag-how-can-i-add-user-to-sudoers","tag-how-can-i-run-sudo-command","tag-how-i-add-sudoers","tag-htop-command","tag-htop-usage-on-linux","tag-ifconfig-linux","tag-iostat","tag-iostat-on-linux","tag-ipcs-command-on-linux","tag-ipcs-linux","tag-iptables-on-linux","tag-ksar","tag-learn-linux","tag-linux","tag-linux-acl","tag-linux-apt-get","tag-linux-bash","tag-linux-basic-commands","tag-linux-basic-documentation","tag-linux-best-practice","tag-linux-chmod","tag-linux-chown","tag-linux-command-free","tag-linux-commands","tag-linux-disk-partition-and-volume","tag-linux-documentation","tag-linux-enviroment","tag-linux-file-system-structer","tag-linux-file-system","tag-linux-help","tag-linux-help-kullanimi","tag-linux-komut-kullanimi","tag-linux-ksar","tag-linux-learn","tag-linux-lsof","tag-linux-man","tag-linux-man-kullanimi","tag-linux-monitoring","tag-linux-nano-use","tag-linux-nasil-kullanilir","tag-linux-nedir","tag-linux-network-commands","tag-linux-network-settings","tag-linux-ogrenmek","tag-linux-package-management","tag-linux-packages","tag-linux-performance-management","tag-linux-performance-monitoring","tag-linux-performance-tools","tag-linux-permission","tag-linux-process-management","tag-linux-scheduled","tag-linux-scheduled-tasks","tag-linux-scripting","tag-linux-security","tag-linux-shell","tag-linux-sudoers-file","tag-linux-sysstat","tag-linux-terminal","tag-linux-terminal-kullanimi","tag-linux-text-edstor","tag-linux-tutorial","tag-linux-tutorial-series","tag-linux-users-groups","tag-linux-users-and-groups","tag-linux-vi","tag-linux-vim","tag-linux-wheel-group","tag-linux-yardim-alma","tag-linux-yum","tag-lsof-command","tag-lsof-on-linux-command","tag-nano","tag-netstat-command","tag-network-settings-on-linux","tag-oswatcher-on-lnux","tag-performance-command-pmap","tag-pmap-comman-linux","tag-pmap-command","tag-process-management-command","tag-process-management-on-linux","tag-ps-ef-command-on-linux","tag-ps-command-on-linux","tag-schedule","tag-shell-enviroment","tag-strace-linux","tag-strace-performance-linux","tag-sudo","tag-sudoers-file","tag-sysstat","tag-sysstat-on-linux","tag-tcpdump","tag-tcpdump-using-on-linux","tag-top-command","tag-top-usage-on-linux","tag-unix","tag-unix-bash-script","tag-unix-ders-notu","tag-unix-dersleri","tag-unix-scripting","tag-use-nano-on-linux","tag-vi-on-linux","tag-vim-on-linux","tag-vmstat","tag-vmstat-on-linux","tag-what-is-sudoers","tag-wheel-group","tag-where-is-sudoers-file","tag-where-is-wheel","tag-why-sudo-command-not-found","tag-why-sudo-command-not-run","tag-yum-on-linux"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/07\/Best-Linux-Package-Managers.png","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/10978","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/users\/67"}],"replies":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/comments?post=10978"}],"version-history":[{"count":6,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/10978\/revisions"}],"predecessor-version":[{"id":13019,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/10978\/revisions\/13019"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media\/10366"}],"wp:attachment":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media?parent=10978"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/categories?post=10978"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/tags?post=10978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}