`
zhtch_123
  • 浏览: 84731 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

Ubuntu 10/11 Installing Postgresql 9.0 Config

 
阅读更多
sudo apt-get install python-software-properties


Next up is adding the backports repo and updating apt:

sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get update


UPDATE: In the comments, Jason Froebe points out that if you already have an earlier version of PostgreSQL installed, you can just upgrade it:

sudo apt-get upgrade

Finally install postgresql-9.0:

sudo apt-get install postgresql-9.0 libpq-dev

The libpq-dev package is for compiling wrappers/clients against libpq.

There you’re done!
分享到:
评论

相关推荐

    PostgreSQL.for.Data.Architects.1783288604

    Discover how to design, develop, and maintain your database application effectively with PostgreSQL About This Book ...Chapter 11: PostgreSQL – Troubleshooting Chapter 12: PostgreSQL – Extras

    OpenERP Installing Ubuntu9.04

    OpenERP Installing Ubuntu9.04

    PostgreSQL for Data Architects 原版PDF by Maymala

    The book starts with basic concepts (such as installing PostgreSQL from source) and covers theoretical aspects (such as concurrency and transaction management). After this, you'll learn how to set up ...

    nodejs-vue-postgresql:这是一个示例项目,其特征是在同一项目中使用nodejs,vuejs和postgresql

    Nodejs-Vue-Postgresql示例项目 这是一个示例项目,其特征是在同一项目中使用nodejs,vuejs和postgresql 要求 Nodejs / npm / pm2 PostgreSQL 如果您正在运行任何ubuntu变体,则可以运行此程序以快速开始 echo " ...

    Ubuntu-10.04 installing ns2 2.34

    在Ubuntu 10.04环境下安装NS2(网络模拟器2.34)是一个涉及多个步骤的过程,这个过程对于那些需要进行网络模拟和性能分析的IT专业人员来说至关重要。NS2是一个开源的网络模拟软件,它允许用户模拟各种网络环境,测试...

    NestJs:此应用程序出于学习目的而开发

    一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。...cov 数据库# Installing PostgreSQLhttps://www.postgresql.org/download/windows/# Installing pgAdminhttps://www.pgadmin.org/dow

    mac php zip 扩展

    I tried installing zip with pecl, but that failed because the PHP header files were missing. So I downloaded the source for the zip extension from pecl. Step 3:下载我提供的包文件 然后解压 ...

    PostgreSQL for Data Architects(PACKT,2015)

    The book starts with basic concepts like installing PostgreSQL from source and covers theoretical aspects such as concurrency and transaction management. After this, you'll learn how to set up ...

    宝塔PHP7+安装mysql拓展

    包括资源文件和安装方法 ..../configure --with-php-config=/www/server/php/74/bin/php-config 4.make && make install 这一步结束后,系统会提示: Installing shared extensions: /www/server/php/74/lib/p

    PostgreSQL: Up and Running, 3rd Edition

    Table of Contents Chapter 1 The Basics Chapter 2 Database Administration Chapter 3 PSQL Chapter 4 PgAdmin III – Graphical GUI... Installing PostgreSQL Appendix B. PostgreSQL Packaged Command-Line Tools

    Installing STLinux on Ubuntu

    ### 安装STLinux在Ubuntu上的关键步骤与挑战 #### 概览 本文将深入探讨在Ubuntu上安装STLinux的全过程,重点解析由于包管理系统的差异而带来的挑战及其解决方案。对于那些希望在Ubuntu环境中利用STLinux强大功能的...

    get-pip.py

    (官方)https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py $wget https://bootstrap.pypa.io/get-pip.py $ sudo python get-pip.py # 运行安装脚本 注意:用哪个版本的 Python 运行安装脚本,...

    ubuntu本地apt方式安装ca-certificates和gnupg

    ubuntu本地apt方式安装ca-certificates和gnupg,此为arm架构的。 1、把对应的deb文件放到容器中,docker cp xxx 2、apt-get install ./*.deb -y

    U盘制作ubuntu16.04系统,下载,安装整理

    - 选择“Try Ubuntu without installing”(试用Ubuntu而不安装)或直接选择“Install Ubuntu 16.04 LTS”(安装Ubuntu 16.04 LTS)。 5. **安装Ubuntu 16.04** - 如果选择试用,可以体验系统后再决定是否安装。...

    Installing-Mumax-and-Gnuplot-in-Windows-10-Step-by-Step

    安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 中的步骤指南 在这篇文章中,我们将一步步指导用户安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 操作系统中。这篇文章将为用户提供详细的安装步骤和相关知识点,...

    Ubuntu 使用手册 14.04 最新版本(英文原版)

    Installing Ubuntu—Getting started 11 Finishing Installation 16 2 The Ubuntu Desktop 19 Understanding the Ubuntu desktop 19 Unity 19 The Launcher 21 The Dash 21 Workspaces 24 Managing windows 24 Unity...

    PostgreSQL Developer s Guide

    ### PostgreSQL Developer's Guide知识点概述 #### 一、Getting Started with PostgreSQL ##### 1. Writing Queries Using psql - **psql简介**: `psql`是PostgreSQL自带的一个强大的命令行工具,用于执行SQL命令和...

    anaconda安装 - Installing Anaconda on Ubuntu

    ### 安装Anaconda在Ubuntu上的详细步骤及关键知识点 #### 一、Anaconda简介 Anaconda是一款非常受欢迎的数据科学平台,它集成了Python或R语言环境中的许多库和工具,便于用户进行数据处理、科学计算、机器学习等...

    Sams.Ubuntu.Unleashed.Aug.2006.part1

    Chapter 3 Installing Ubuntu Chapter 4 Post-Installation Configuration Chapter 5 First Steps with Ubuntu Chapter 6 The X Window System Chapter 7 Managing Software Chapter 8 On the Internet: ...

Global site tag (gtag.js) - Google Analytics