Re: [pgsql-www] Download page's install command (ubuntu) - Mailing list pgsql-www

From Raymond O'Donnell
Subject Re: [pgsql-www] Download page's install command (ubuntu)
Date
Msg-id 23110e06-8635-e367-8d20-9a1c8ab0f0fe@iol.ie
Whole thread Raw
In response to [pgsql-www] Download page's install command (ubuntu)  (松田直樹 <marzzwei1368@gmail.com>)
Responses Re: [pgsql-www] Download page's install command (ubuntu)
List pgsql-www
On 27/05/17 08:25, 松田直樹 wrote:
> Hello
> 
> There is a command to install postgresql on the download page of the 
> official site,
> If I do not add sudo, an error occured.
> It may be better to add sudo before the command.
> 
> download page
> https://www.postgresql.org/download/linux/ubuntu/
> 
> command
> before: |apt-get install postgresql-9.4|
> ↓
> after: |sudo apt-get install postgresql-9.4|

I would imagine that people who are installing stuff on Linux would know 
that you need to use sudo when not running as root..... :-)

Ray.

-- 
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie



pgsql-www by date:

Previous
From: 松田直樹
Date:
Subject: [pgsql-www] Download page's install command (ubuntu)
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [pgsql-www] Download page's install command (ubuntu)