zoukankan      html  css  js  c++  java
  • 安装BeyondCompare on Ubuntu

    Refered from: http://www.scootersoftware.com/download.php?zz=kb_linux_install

    Debian, Ubuntu

    Beyond Compare 4.1+ require matching package and OS architecture (amd64.deb or i386.deb). 

    Beyond Compare 3 - 4.0.7 require the i386.deb package on all supported versions of Debian and Ubuntu (32-bit and 64-bit).

    Beyond Compare 3 on Debian 7, 8 64-bit

    Enable 32-bit architecture support: sudo dpkg --add-architecture i386

    Graphical Install

    Double click on the .deb package to install using the graphical package manager.

    ===================================================

    以下是我采用的安装BeyondCompare的步骤(Ubuntu 14.04  64bit)

    Terminal Install

    wget http://www.scootersoftware.com/bcompare-4.1.9.21719_amd64.deb
    sudo apt-get update
    sudo apt-get install gdebi-core
    sudo gdebi bcompare-4.1.9.21719_amd64.deb

    Terminal Uninstall sudo apt-get remove bcompare

    ===================================================

  • 相关阅读:
    教育是什么?
    关于CTime::Format在Unicode下的输出问题及解决办法
    COleDateTime在Unicode下,Format函数会有问题。
    UNICODE字符集
    处理字符串String类和正则表达式
    关于datatable linq的转换
    js
    HDU 3874 Necklace
    HDU 1520 Anniversary party
    HDU 4314 Save the dwarfs
  • 原文地址:https://www.cnblogs.com/tanql/p/6073160.html
Copyright © 2011-2022 走看看