Ubuntu 常用软件安装

环境:Ubuntu 14.04 LTS

 

1、安装wine

   参考 http://www.winehq.org/download/ubuntu 添加PPA源

   在Ubuntu软件中心搜索 api://wine1.7

    点击安装

 

2、安装EPOP

 

4、安装QQ

  安装 QQ国际版:

    wget http://test.packages.linuxdeepin.com/deepin/pool/non-free/d/deepinwine-qqintl/deepinwine-qqintl_0.1.3-2_all.deb  
    wget http://test.packages.linuxdeepin.com/deepin/pool/non-free/d/deepinwine-qqintl/wine-qqintl_0.1.3-2_i386.deb  

 

    sudo dpkg -i deepinwine-qqintl_0.1.3-2_all.deb wine-qqintl_0.1.3-2_i386.deb  
    sudo apt-get -f install  
    sudo dpkg -i deepinwine-qqintl_0.1.3-2_all.deb wine-qqintl_0.1.3-2_i386.deb  

 

5、安装PL\SQL Developer

  • winetricks -q gdiplus 安装 gdiplus
    mkdir -p ~/.wine/drive_c/oracle/bin
    mkdir -p ~/.wine/drive_c/oracle/network/admin
     
  • 到http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html下载win32位版本
  • 解压并 复制 instantclient 到 oracle/bin
  • 设置注册表环境变量
    写道
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment
    PATH 增加 C:\Oracle\bin
    ORACLE_HOME C:\Oracle
    NLS_LANG SIMPLIFIED CHINESE_CHINA.ZHS16GBK
    TNS_ADMIN C:\Oracle\network\admin
      
  •  5.5 安装PL\SQL Developer

猜你喜欢

转载自zhufengo.iteye.com/blog/2053169
今日推荐