linux 下安装 Beyond Compare

烈酒焚心 提交于 2019-11-28 17:44:25

废话不多说,见链接,有各种格式的安装包,根据自己系统安装

Linux Installation Instructions

 BC VERSION 3 OR 4

愉快地使用中(下载的安装包,解压安装,亲测)......顺便自己存档一份,格式就不整理了

Linux Installation Instructions

 BC VERSION 3 OR 4

DEBIAN, UBUNTU

Beyond Compare 4.1 and newer 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 8, 9 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.

Terminal Install

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

Terminal Uninstall

sudo apt-get remove bcompare


REDHAT ENTERPRISE LINUX, FEDORA, CENTOS

Beyond Compare 4.1 and newer require matching package and OS architecture (x86_64.rpm or i386.rpm).  Beyond Compare 3 - 4.0.7 require the i386.rpm package on all supported versions of RHEL, Fedora and CentOS (32-bit and 64-bit).

Graphical Install

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

Terminal Install

wget http://www.scootersoftware.com/bcompare-4.2.10.23938.x86_64.rpm
su
rpm --import http://www.scootersoftware.com/RPM-GPG-KEY-scootersoftware
yum install bcompare-4.2.10.23938.x86_64.rpm

Terminal Uninstall

su
yum remove bcompare


OPENSUSE

Beyond Compare 4.1 and newer require matching package and OS architecture (x86_64.rpm or i386.rpm).  Beyond Compare 3 - 4.0.7 require the i386.rpm package on all versions of openSUSE (32-bit and 64-bit).

Terminal Install

su
rpm --import https://www.scootersoftware.com/RPM-GPG-KEY-scootersoftware
zypper refresh
zypper install http://www.scootersoftware.com/bcompare-4.2.10.23938.x86_64.rpm

Terminal Uninstall

su
zypper remove bcompare


INSTALLATION USING .TAR.GZ

This is the only install method that allows installation by non-root users.  It is also appropriate for Linux distributions that don't support .deb or .rpm packages.  This method requires manual installation of dependencies, so if your distribution supports .deb or .rpm, you should use those packages instead of .tar.gz.

If you run the .tar.gz installer as root, Beyond Compare is installed system wide.  If you run the .tar.gz installer as a normal user, it is installed in the current user's home directory.

 BC version 4

Version:  4.2.10, build 23938, released May 28, 2019

64-bit TAR.GZ format
   13937kb

32-bit TAR.GZ format
   13278kb

 BC version 3

Version:  3.3.13, build 18981, released Oct. 1, 2014

TAR.GZ format
   10175kb

Terminal Install

tar zxvf bcompare-4.2.10.23938.i386.tar.gz
cd bcompare-4.2.10.23938
./install.sh

Terminal Uninstall (installed as normal user)

$HOME/lib/beyondcompare/uninstall.sh

Terminal Uninstall (installed as root)

su
/usr/lib/beyondcompare/uninstall.sh

 

See also Tips for using BC on Linux.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!