{"id":25977,"date":"2024-02-29T15:23:31","date_gmt":"2024-02-29T15:23:31","guid":{"rendered":"https:\/\/linuxways.net\/?p=25977"},"modified":"2024-02-29T15:33:06","modified_gmt":"2024-02-29T15:33:06","slug":"install-pip-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/ubuntu\/install-pip-ubuntu-22-04\/","title":{"rendered":"How to Install PIP on Ubuntu 22.04"},"content":{"rendered":"<p><strong>pip<\/strong> is a Python standard package manager on Ubuntu that manages Python packages and code libraries included in the project. <strong>pip<\/strong> is considered the standard tool when it comes to installing Python packages and their dependencies on Ubuntu. <strong>pip<\/strong> is used to install, search, and manage Python packages installed from repositories like Python package Index (Pypl). <strong>pip<\/strong> streamlines Python development by making the management of packages efficient.<\/p>\n<p><strong>Outline:<\/strong><\/p>\n<ul>\n<li><a href=\"#post-25977-_r9bj556303ra\">How to Install pip on Ubuntu 22.04<\/a><\/li>\n<li><a href=\"#post-25977-_ckrdzjm9q8ro\">How to Upgrade pip to the Latest Version on Ubuntu 22.04<\/a><\/li>\n<li><a href=\"#post-25977-_jfo6jptggpal\">How to Manage Python pip Packages on Ubuntu 22.04<\/a><\/li>\n<li><a href=\"#post-25977-_fowhp323ogap\">How to Remove pip from Ubuntu 22.04<\/a><\/li>\n<li><a href=\"#post-25977-_m1q3872ucy2a\">Conclusion<\/a><\/li>\n<\/ul>\n<h2><a id=\"post-25977-_mc5cvh7orb7i\"><\/a>How to Install PIP on Ubuntu 22.04<\/h2>\n<p>The <strong>pip<\/strong> can be installed using:<\/p>\n<ul>\n<li><a href=\"#post-25977-_r9bj556303ra\">apt Package Manager<\/a><\/li>\n<li><a href=\"#post-25977-_jpsf1uw8y601\">Python<\/a><\/li>\n<\/ul>\n<h3><a id=\"post-25977-_r9bj556303ra\"><\/a>Method 1: Install pip on Ubuntu 22.04 Using apt Package Manager<\/h3>\n<p>Ubuntu\u2019s official repository contains the <strong>pip<\/strong> package that can be installed using the apt package manager. Installing <strong>pip <\/strong>using apt is a quick and convenient method for you to install it on Ubuntu. Check the mentioned steps below to install <strong>pip <\/strong>on Ubuntu 22.04 using apt.<\/p>\n<p><strong>Step 1: Update Ubuntu<\/strong><\/p>\n<p>First, It is advised to update the system packages pip on Ubuntu by running the given command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt update<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"811\" height=\"338\" class=\"wp-image-25985\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-1.png 811w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-1-300x125.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-1-768x320.png 768w\" sizes=\"auto, (max-width: 811px) 100vw, 811px\" \/><\/p>\n<p><strong>Step 2: Install pip on Ubuntu Using apt Package Manager<\/strong><\/p>\n<p>Once the system repositories are updated, install <strong>pip<\/strong> on Ubuntu by running the mentioned command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt <span class=\"kw2\">install<\/span> python3-pip <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"815\" height=\"245\" class=\"wp-image-25988\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-2.png 815w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-2-300x90.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-2-768x231.png 768w\" sizes=\"auto, (max-width: 815px) 100vw, 815px\" \/><\/p>\n<p><strong>Step 3: Verify the PIP Installation on Ubuntu<\/strong><\/p>\n<p>Once the <strong>pip<\/strong> is installed on Ubuntu, run the given command to verify the <strong>pip<\/strong> installation:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">pip3 <span class=\"re5\">--version<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"116\" class=\"wp-image-25991\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-3.png 814w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-3-300x43.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-3-768x109.png 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/p>\n<h3><a id=\"post-25977-_jpsf1uw8y601\"><\/a>Method 2: Install pip on Ubuntu 22.04 from Python<\/h3>\n<p>Alternatively, you can download the <strong>Python<\/strong> script using wget and then install <strong>pip<\/strong> through it on Ubuntu.<\/p>\n<p>Check the instructional steps given below to install <strong>pip <\/strong>on Ubuntu from the Python script.<\/p>\n<p><strong>Step 1: Download pip Python Script<\/strong><\/p>\n<p>Use the below-given wget command to download the Python script on Ubuntu 22.04:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">wget<\/span> https:<span class=\"sy0\">\/\/<\/span>bootstrap.pypa.io<span class=\"sy0\">\/<\/span>get-pip.py<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"377\" class=\"wp-image-25998\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-4.png 814w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-4-300x139.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-4-768x356.png 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/p>\n<p><strong>Step 2: Run the PIP Python Script<\/strong><\/p>\n<p>Once the <strong>Python<\/strong> script is downloaded, execute the below command to run the script to install <strong>pip <\/strong>on Ubuntu 22.04:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">python3 get-pip.py<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"813\" height=\"333\" class=\"wp-image-26008\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-5.png 813w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-5-300x123.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-5-768x315.png 768w\" sizes=\"auto, (max-width: 813px) 100vw, 813px\" \/><\/p>\n<p>You can see a warning that states \u201c<strong>The script pip, pip3 and pip3.11 are installed in \u2018home\/pi\/.local\/bin\u2019 location which is not on PATH<\/strong>\u201d:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"813\" height=\"157\" class=\"wp-image-26016\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-6.png 813w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-6-300x58.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-6-768x148.png 768w\" sizes=\"auto, (max-width: 813px) 100vw, 813px\" \/><\/p>\n<p>Let&#8217;s fix this warning by moving to the next section.<\/p>\n<p><strong>Step 3: Fix the Warning Error<\/strong><\/p>\n<p>Execute the below command to fix the warning we discussed in <a href=\"#post-25977-_func1dnjzk4j\"><strong>Step 2<\/strong><\/a>. This command will move the <strong>pip <\/strong>directory to the system\u2019s <strong>\/usr\/bin<\/strong> directory, where Terminal will pick and use <strong>pip<\/strong>:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> <span class=\"kw2\">cp<\/span> <span class=\"sy0\">\/<\/span>home<span class=\"sy0\">\/<\/span>username<span class=\"sy0\">\/<\/span>.local<span class=\"sy0\">\/<\/span>bin<span class=\"sy0\">\/<\/span>pip <span class=\"sy0\">\/<\/span>usr<span class=\"sy0\">\/<\/span>bin<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"817\" height=\"91\" class=\"wp-image-26024\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-7.png 817w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-7-300x33.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-7-768x86.png 768w\" sizes=\"auto, (max-width: 817px) 100vw, 817px\" \/><\/p>\n<p><strong>Step 4: Check pip Version<\/strong><\/p>\n<p>Once the <strong>pip<\/strong> is installed, verify it by running the given command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">pip3 <span class=\"re5\">--version<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"114\" class=\"wp-image-26032\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-8.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-8.png 814w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-8-300x42.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-8-768x108.png 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/p>\n<h2><a id=\"post-25977-_ckrdzjm9q8ro\"><\/a>How to Upgrade PIP3 to the Latest Version on Ubuntu 22.04<\/h2>\n<p>If you have already installed<strong> pip<\/strong> on your Ubuntu 22.04 and want to update to the most recent version. Then, execute the below command to update <strong>pip<\/strong> to the latest version:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> pip3 <span class=\"kw2\">install<\/span> <span class=\"re5\">--upgrade<\/span> pip<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"182\" class=\"wp-image-26042\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-9.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-9.png 864w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-9-300x63.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-9-768x162.png 768w\" sizes=\"auto, (max-width: 864px) 100vw, 864px\" \/><\/p>\n<p>If you see any warning, such as <strong>use a virtual environment instead <\/strong>as shown in the above screenshot then use the <strong>&#8211;break-system-packages<\/strong> flag when upgrading <strong>pip<\/strong> to get rid of the warning, as shown below:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">pip3 <span class=\"kw2\">install<\/span> <span class=\"re5\">--upgrade<\/span> pip <span class=\"re5\">--break-system-packages<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"134\" class=\"wp-image-26049\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-10.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-10.png 864w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-10-300x47.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-10-768x119.png 768w\" sizes=\"auto, (max-width: 864px) 100vw, 864px\" \/><\/p>\n<h2><a id=\"post-25977-_jfo6jptggpal\"><\/a>How to Manage Python pip Packages on Ubuntu 22.04<\/h2>\n<p>You can manage Python\u2019s <strong>pip<\/strong> packages on Ubuntu by learning about the <strong>pip <\/strong>commands. Check the below sections to learn the management of Python\u2019s <strong>pip<\/strong> packages on Ubuntu.<\/p>\n<h3><a id=\"post-25977-_ahzlmht4zowz\"><\/a>Option 1: Install Python pip Packages on Ubuntu<\/h3>\n<p>You can install any desired <strong>pip<\/strong> package on Ubuntu 22.04 by providing the package name to the <strong>pip3<\/strong> and <strong>install<\/strong> command, as shown below:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> pip3 <span class=\"kw2\">install<\/span> <span class=\"br0\">&#91;<\/span>package_name<span class=\"br0\">&#93;<\/span><\/div><\/div>\n<p><strong>Note:<\/strong> Remember to replace the <strong>package_name <\/strong>with the package you want to install.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"862\" height=\"289\" class=\"wp-image-26050\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-11.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-11.png 862w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-11-300x101.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-11-768x257.png 768w\" sizes=\"auto, (max-width: 862px) 100vw, 862px\" \/><\/p>\n<h3><a id=\"post-25977-_7npuezvbams2\"><\/a>Option 2: Display PIP Packages on Ubuntu<\/h3>\n<p>To get the complete details about the installed <strong>pip3<\/strong> package, simply, combine the <strong>pip3<\/strong> command with the <strong>show<\/strong> command and specify the package name you want to display in the Terminal:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> pip3 show <span class=\"br0\">&#91;<\/span>package-name<span class=\"br0\">&#93;<\/span><\/div><\/div>\n<p>Make sure to replace the <strong>package_name <\/strong>with your desired package.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"861\" height=\"310\" class=\"wp-image-26052\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-12.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-12.png 861w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-12-300x108.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-12-768x277.png 768w\" sizes=\"auto, (max-width: 861px) 100vw, 861px\" \/><\/p>\n<h3><a id=\"post-25977-_12m0wzbbyrk\"><\/a>Option 3: Uninstall Python pip Packages on Ubuntu<\/h3>\n<p>You can remove the <strong>pip <\/strong>package from Ubuntu 22.04 using the below-mentioned command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> pip3 uninstall <span class=\"br0\">&#91;<\/span>package_name<span class=\"br0\">&#93;<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"866\" height=\"312\" class=\"wp-image-26054\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-13.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-13.png 866w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-13-300x108.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-13-768x277.png 768w\" sizes=\"auto, (max-width: 866px) 100vw, 866px\" \/><\/p>\n<h3><a id=\"post-25977-_82kj52h0hksz\"><\/a>Option 4: List Down Installed Python pip Packages on Ubuntu<\/h3>\n<p>Execute the below command to get the list of installed <strong>pip <\/strong>packages on Ubuntu 22.04:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">pip3 list<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"863\" height=\"375\" class=\"wp-image-26059\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-14.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-14.png 863w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-14-300x130.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-14-768x334.png 768w\" sizes=\"auto, (max-width: 863px) 100vw, 863px\" \/><\/p>\n<h3><a id=\"post-25977-_ddok80gp4aq1\"><\/a>Option 5: Get the pip Help Manual<\/h3>\n<p>To get all the instructions and help to use the <strong>pip<\/strong> command, execute the below command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">pip3 <span class=\"re5\">--help<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"866\" height=\"399\" class=\"wp-image-26061\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-15.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-15.png 866w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-15-300x138.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-15-768x354.png 768w\" sizes=\"auto, (max-width: 866px) 100vw, 866px\" \/><\/p>\n<h2><a id=\"post-25977-_fowhp323ogap\"><\/a>How to Remove pip from Ubuntu 22.04<\/h2>\n<p>You can uninstall <strong>pip<\/strong> from Ubuntu by simply running the mentioned command in Terminal:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt remove python3-pip <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"420\" class=\"wp-image-26062\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-16.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-16.png 814w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-16-300x155.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25977-16-768x396.png 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/p>\n<h2><a id=\"post-25977-_m1q3872ucy2a\"><\/a>Conclusion<\/h2>\n<p><strong>pip <\/strong>is a Python package manager used to install, update, and remove packages on Ubuntu. <strong>pip<\/strong> can be installed on Ubuntu using two methods including the apt package manager and the Python script. The method to install <strong>pip<\/strong> through apt is simple. However, it doesn\u2019t ensure installing the latest <strong>pip <\/strong>version on the system. However, if you go with the Python script method, you will be able to install the latest <strong>pip <\/strong>package on Ubuntu. Apart from that, you will also find methods in this guide to upgrade the existing <strong>pip<\/strong> packages on Ubuntu, as well as remove <strong>pip <\/strong>from the system. Alongside that, you will also learn how to install, remove, update, search, display, and list already installed <strong>pip<\/strong> packages on Ubuntu by following this guide.<\/p>","protected":false},"excerpt":{"rendered":"<p>PIP is Python\u2019s package manager on Ubuntu. PIP can be installed on Ubuntu using two methods including the apt package manager and the Python script. <\/p>","protected":false},"author":110,"featured_media":26134,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-25977","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/25977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/110"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=25977"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/25977\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/26134"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=25977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=25977"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=25977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}