Comments for Tecmint: Linux Howtos, Tutorials & Guides https://www.tecmint.com Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 29 Aug 2024 05:17:34 +0000 hourly 1 Comment on How to Install PostgreSQL with pgAdmin4 on Linux Mint 22/21/20 by Ravi Saive https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2207980 Thu, 29 Aug 2024 05:17:34 +0000 https://www.tecmint.com/?p=41463#comment-2207980 In reply to Erick M..

@Erick,

Since pgAdmin4 is specifically looking for Python 3.8, you need to install this version alongside your existing Python 3.12.3. You can have multiple Python versions installed on the same system.

sudo apt update
sudo apt install python3.8
]]>
Comment on How to Install PostgreSQL with pgAdmin4 on Linux Mint 22/21/20 by Ravi Saive https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2207978 Thu, 29 Aug 2024 05:13:18 +0000 https://www.tecmint.com/?p=41463#comment-2207978 In reply to Kristy.

@Kristy,

I’ve updated the link. Please use the correct link to download the latest .whl file for installation.

]]>
Comment on How to Run Any Linux Distribution Directly from Hard Disk by BinaryFu https://www.tecmint.com/run-linux-live-images-from-hard-disk-in-linux/comment-page-1/#comment-2206995 Mon, 26 Aug 2024 21:25:32 +0000 http://www.tecmint.com/?p=7300#comment-2206995 In reply to Simon Farrer.

I’m sure Ventoy works great with USB. However, unless it’s capable of installing/using a GRUB2 menu system and a hard drive path, it does not compare with this how-to at all.

This guide is literally about how to boot a wide variety of ISO files via GRUB2 without the use of a USB/DVD/etc.

]]>
Comment on How to Install PostgreSQL with pgAdmin4 on Linux Mint 22/21/20 by Kristy https://www.tecmint.com/install-postgresql-with-pgadmin4-on-linux-mint/comment-page-1/#comment-2206618 Sun, 25 Aug 2024 23:04:30 +0000 https://www.tecmint.com/?p=41463#comment-2206618 Your instructions do not work:

pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v7.5/pip/pgadmin4-7.5-py3-none-any.whl

Collecting pgadmin4==7.5
———————————- output ——————-

ERROR: HTTP error 404 while getting https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v7.5/pip/pgadmin4-7.5-py3-none-any.whl
ERROR: Could not install requirement pgadmin4==7.5 from https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v7.5/pip/pgadmin4-7.5-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v7.5/pip/pgadmin4-7.5-py3-none-any.whl for URL https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v7.5/pip/pgadmin4-7.5-py3-none-any.whl

]]>
Comment on How to Convert a /Home Directory to Partition in Linux by Craig https://www.tecmint.com/convert-home-directory-partition-linux/comment-page-1/#comment-2206543 Sun, 25 Aug 2024 18:15:43 +0000 https://www.tecmint.com/?p=45536#comment-2206543 Absolutely perfect tutorial. I have finally managed to install Arch and made a partition specifically for a separate /home. Now I have that partition in use with modified fstab and all.

I have tried this many times in the past but it never worked so thanks very much for the guide here.

]]>