安装PostgreSQL
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib1212
卸载PostgreSQL
#通过运行以下命令完全删除PostgreSQL(注意重要数据提前备份)
sudo apt-get purge 'postgresql-*'
sudo apt-get autoremove 'postgresql-*'
在ubuntu 14.04上安装wine的方法如下:
1.添加ppa
sudo add-apt-repository ppa:ubuntu-wine/ppa
2.更新列表
sudo apt-get update
3.安装wine
sudo apt-get install wine1.7 winetricks
为了避免错误大家可以使用以下命令
sudo apt-get update
wine (“wine is not an emulator” 的首字母缩写)是一个能够在多种 posix-compliant 操作系统(诸如 linux,mac osx 及 bsd 等)上运行 windows 应用的兼容层。 wine 不是像虚拟机或者模拟器一样模仿内部的 windows 逻辑,而是将 windows api 调用翻译成为动态的 posix 调用,免除了性能和其他一些行为的内存占用,让用户能够干净地集合 windows 应用到桌面。
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
___娇娇___