Обсуждение: [pgsql-www] Download page's install command (ubuntu)

Поиск
Список
Период
Сортировка

[pgsql-www] Download page's install command (ubuntu)

От
松田直樹
Дата:

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

Thanks

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

От
Raymond O'Donnell
Дата:
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



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

От
"Joshua D. Drake"
Дата:
On 05/27/2017 09:15 AM, Raymond O'Donnell wrote:

>> 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,

Although you are not wrong, I think you are looking at this the wrong 
way. *WE* know. *WE* also know without those instructions. The point of 
those instructions is for those who don't know.

+1 for adding the correct instructions which would be to add "sudo" to 
the command line.

Thanks,

JD

> 
> Ray.
> 


-- 
Command Prompt, Inc.                  http://the.postgres.company/                        +1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Everyone appreciates your honesty, until you are honest with them.



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

От
Raymond O'Donnell
Дата:
On 27/05/17 20:02, Joshua D. Drake wrote:
> On 05/27/2017 09:15 AM, Raymond O'Donnell wrote:
> 
>>> 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,
> 
> Although you are not wrong, I think you are looking at this the wrong 
> way. *WE* know. *WE* also know without those instructions. The point of 
> those instructions is for those who don't know.
> 
> +1 for adding the correct instructions which would be to add "sudo" to 
> the command line.


Fair point, Joshua. :-)

Ray.



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