{"id":8365,"date":"2021-11-24T17:20:41","date_gmt":"2021-11-24T17:20:41","guid":{"rendered":"https:\/\/www.how2shout.com\/linux\/?p=8365"},"modified":"2022-07-12T13:08:24","modified_gmt":"2022-07-12T13:08:24","slug":"how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/","title":{"rendered":"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository"},"content":{"rendered":"<p>Well, we can install phpMyadmin by manually downloading and setting its files along with Apache on Ubuntu. However, it could be difficult for a few users to go through various steps to configure phpMyAdmin, instead of that we can automate its installation using the<strong> phpMyadmin repository on Ubuntu 20.04 LTS Focal Fossa.<\/strong><\/p>\n<p>phpMyAdmin is an open-source web platform developed in PHP to manage MariaDB or MySQL database server via a graphical web interface. Most of the hosting platforms come with this database web-based management application, already, however, if you are using some private virtual server or cloud hosting then you may need to install it manually. And here in this article, we learn that.<\/p>\n<p>&nbsp;<\/p>\n<h2>Steps to install phpMyAdmin using PPA repository on Ubuntu 22.04|20.04<\/h2>\n<h3>1. Run system update<\/h3>\n<p>Let&#8217;s first run the Ubuntu\/Debian update command to refresh the system repository cache.<\/p>\n<pre>sudo apt update<\/pre>\n<p>&nbsp;<\/p>\n<h3>2. Install MariaDB or MySQL (optional)<\/h3>\n<p>If you already have the database server installed on the server or localhost where you are installing the phpMyAdmin or just want to use the PHPMyAdmin to manage some Database server available on a remote server then you can skip this step.<\/p>\n<p><strong>Install the one as per your choice.\u00a0<\/strong><\/p>\n<p><strong>For MariaDB<\/strong><\/p>\n<pre>sudo apt install mariadb-server<\/pre>\n<p>or<\/p>\n<p><strong>For MySQL<\/strong><\/p>\n<pre>sudo apt install mysql-server<\/pre>\n<p>&nbsp;<\/p>\n<h3>3. Command to install phpMyAdmin on Ubuntu 20.04 | 22.04 LTS<\/h3>\n<p>Now, use the APT package manager to install and configure phpMyAdmin automatically, we can run the following single command. It will download, install and configure phpMyAdmin along with the Apache webserver.<\/p>\n<p>The given command will install PHP &amp; its extension along with Apache or Lighttpd web server.<\/p>\n<p><strong>Install PHP:<\/strong><\/p>\n<pre>sudo apt install php<\/pre>\n<p><strong>Now, PHPMyAdmin<\/strong><\/p>\n<pre>sudo apt install phpmyadmin<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8368\" title=\"Install phpMyAdmin command on Ubuntu 20.04\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/11\/Install-phpMyAdmin-command-on-Ubuntu-20.04.png\" alt=\"Install phpMyAdmin command on Ubuntu 20.04\" width=\"752\" height=\"485\" \/><\/p>\n<h4>Configure Database (only for localhost):<\/h4>\n<p>If you are using a Database server on your localhost where you are installing the phpMyAdmin then type the <strong>Yes<\/strong> option to create a database user to use with phpMyAdmin. Whereas, those who have a Database server on some other remote machine should go for <strong>NO<\/strong>. <strong>See<\/strong>: <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-access-remote-mysql-database-in-local-phpmyadmin\/\" target=\"_blank\" rel=\"noopener\">How to access remote MySQL database in local phpMyAdmin<\/a><\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8369\" title=\"Configure Database for phpMyAdmin\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/11\/Configure-Database-for-phpMyAdmin.png\" alt=\"Configure Database for phpMyAdmin\" width=\"734\" height=\"479\" \/><\/p>\n<h4>Select Apache or Lighttpd<\/h4>\n<p>The PHPMyAdmin automation process will also ask you to select Apache or Lighttpd as a default web server. Type<strong> 1<\/strong> and hit <strong>Enter<\/strong> to go for Apache. However, if you already have an Apache server installed then it will automatically configure it to use.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8370\" title=\"Set Apache or lighttpd as web server\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/11\/Set-Apache-or-lighttpd-as-web-server.png\" alt=\"Set Apache or lighttpd as web server\" width=\"745\" height=\"489\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>4. Check or Start the Web server on Ubuntu 20.04<\/h3>\n<p>First, check your Webserver whether it is Apache or Lighttpd, is working fine or not. Here we are using Apache hence we go for that.<\/p>\n<pre>service apache2 status<\/pre>\n<p>If it is not running already then execute the below two commands:<\/p>\n<pre>sudo service apache2 start\r\nsudo service apache2 enable<\/pre>\n<p>&nbsp;<\/p>\n<h3>5. Access the phpMyAdmin web interface<\/h3>\n<p>Now, open a browser on any system that can access your Server Ip address or domain where you have installed the phpMyAdmin.<\/p>\n<pre>http:\/\/your-server-ip\/phpmyadmin\r\nor \r\nhttp:\/\/your-domain.com\/phpmyadmin<\/pre>\n<p>To log in use username &#8211; <strong>phpmyadmin<\/strong> and the password is the one you set during the phpMyAdmin dbconfig setup.<\/p>\n<p><strong>Note<\/strong>: If you want to manage all Database accounts the phpMyAdmin then login with the root user of MySQL or MariaDB.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8372\" title=\"Login PhpmyAdmin\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/11\/Login-PhpmyAdmin.png\" alt=\"Login PhpmyAdmin\" width=\"746\" height=\"488\" \/> <img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8373\" title=\"Automatic phpmyadmin repository installation on Ubuntu 20.04\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png\" alt=\"Automatic phpmyadmin repository installation on Ubuntu 20.04\" width=\"1056\" height=\"523\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>6. Recover the password, if forget<\/h3>\n<p><strong>Note<\/strong>: If you forgot which user has been used to access phpMyadmin and what is its password? Then simple edit a file:<\/p>\n<pre>sudo nano \/etc\/phpmyadmin\/config-db.php<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8374\" title=\"Recover phpmyadmin password\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/11\/Recover-phpmyadmin-password.png\" alt=\"Recover phpmyadmin password\" width=\"704\" height=\"429\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>7. Add a PPA repository for phpMyAdmin (optional)<\/h3>\n<p>Although there is <strong>no need to add an additional repository<\/strong> to install phpMyAdmin on Ubuntu 20.04, it is because we already have its packages available in the Ubuntu official repository.\u00a0However, the version will not be the latest one. Hence to get the newer version, we have to add the PPA repo manually. Here are the steps to follow, for those who want.<\/p>\n<pre>sudo add-apt-repository ppa:phpmyadmin\/ppa\r\nsudo apt update\r\nsudo apt upgrade<\/pre>\n<p>In the future, if you want to install any new updates just run the above-given upgrade command.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Other Articles:<\/strong><\/p>\n<p>\u2022 <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/install-phpmyadmin-on-docker-to-manage-mariadb-or-mysql\/\" target=\"_blank\" rel=\"noopener\">Install PhpMyAdmin on Docker to manage MariaDB or MySQL<\/a><br \/>\n\u2022 <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-install-phpmyadmin-on-debian-11-bullseye-apache\/\" target=\"_blank\" rel=\"noopener\">How to Install phpMyAdmin on Debian 11 Bullseye (Apache)<\/a><br \/>\n\u2022 <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/install-phpmyadmin-on-almalinux-8-with-apache\/\" target=\"_blank\" rel=\"noopener\">Install phpMyAdmin on AlmaLinux 8 with Apache<\/a><br \/>\n\u2022 <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-install-phpmyadmin-on-rocky-linux-8-with-apache\/\" target=\"_blank\" rel=\"noopener\">How to install phpMyAdmin\u00a0on Rocky Linux 8 with Apache<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Well, we can install phpMyadmin by manually downloading and setting its files along with Apache on Ubuntu. However, it could be difficult for a few users to go through various steps to configure phpMyAdmin, instead of that we can automate its installation using the phpMyadmin repository on Ubuntu 20.04 LTS Focal Fossa. phpMyAdmin is an [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":8373,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[3],"tags":[2373,29,1261,30,3065,3172],"class_list":{"0":"post-8365","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ubuntu","8":"tag-phpmyadmin","9":"tag-ubuntu","10":"tag-ubuntu-18-04","11":"tag-ubuntu-20-04","12":"tag-ubuntu-21-04","13":"tag-ubuntu-22-04"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository<\/title>\n<meta name=\"description\" content=\"Run a single command to add phpMyAdmin repository on Ubuntu 20.04 LTS focal fossa to install the latest version of web based database manager\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository\" \/>\n<meta property=\"og:description\" content=\"Run a single command to add phpMyAdmin repository on Ubuntu 20.04 LTS focal fossa to install the latest version of web based database manager\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-24T17:20:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-12T13:08:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1056\" \/>\n\t<meta property=\"og:image:height\" content=\"523\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heyan Maurya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heyan Maurya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository\",\"datePublished\":\"2021-11-24T17:20:41+00:00\",\"dateModified\":\"2022-07-12T13:08:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/\"},\"wordCount\":642,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png\",\"keywords\":[\"phpmyadmin\",\"ubuntu\",\"ubuntu 18.04\",\"ubuntu 20.04\",\"Ubuntu 21.04\",\"Ubuntu 22.04\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#respond\"]}],\"copyrightYear\":\"2021\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/\",\"name\":\"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png\",\"datePublished\":\"2021-11-24T17:20:41+00:00\",\"dateModified\":\"2022-07-12T13:08:24+00:00\",\"description\":\"Run a single command to add phpMyAdmin repository on Ubuntu 20.04 LTS focal fossa to install the latest version of web based database manager\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png\",\"width\":1056,\"height\":523,\"caption\":\"Automatic phpmyadmin repository installation on Ubuntu 20.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\",\"name\":\"Heyan Maurya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"caption\":\"Heyan Maurya\"},\"description\":\"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...\",\"sameAs\":[\"https:\\\/\\\/www.how2shout.com\\\/\"],\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/heyan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository","description":"Run a single command to add phpMyAdmin repository on Ubuntu 20.04 LTS focal fossa to install the latest version of web based database manager","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:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/","og_locale":"en_US","og_type":"article","og_title":"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository","og_description":"Run a single command to add phpMyAdmin repository on Ubuntu 20.04 LTS focal fossa to install the latest version of web based database manager","og_url":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2021-11-24T17:20:41+00:00","article_modified_time":"2022-07-12T13:08:24+00:00","og_image":[{"width":1056,"height":523,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png","type":"image\/png"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository","datePublished":"2021-11-24T17:20:41+00:00","dateModified":"2022-07-12T13:08:24+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/"},"wordCount":642,"commentCount":1,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png","keywords":["phpmyadmin","ubuntu","ubuntu 18.04","ubuntu 20.04","Ubuntu 21.04","Ubuntu 22.04"],"articleSection":["Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#respond"]}],"copyrightYear":"2021","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/","url":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/","name":"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png","datePublished":"2021-11-24T17:20:41+00:00","dateModified":"2022-07-12T13:08:24+00:00","description":"Run a single command to add phpMyAdmin repository on Ubuntu 20.04 LTS focal fossa to install the latest version of web based database manager","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/11\/Automatic-phpmyadmin-repository-installation-on-Ubuntu-20.04.png","width":1056,"height":523,"caption":"Automatic phpmyadmin repository installation on Ubuntu 20.04"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/how-to-install-phpmyadmin-on-ubuntu-20-04-using-repository\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"Install phpMyAdmin on Ubuntu 22.04 | 20.04 LTS using repository"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72","name":"Heyan Maurya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","caption":"Heyan Maurya"},"description":"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...","sameAs":["https:\/\/www.how2shout.com\/"],"url":"https:\/\/linux.how2shout.com\/author\/heyan\/"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/8365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=8365"}],"version-history":[{"count":7,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/8365\/revisions"}],"predecessor-version":[{"id":13988,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/8365\/revisions\/13988"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/8373"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=8365"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=8365"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=8365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}