linux 下安裝 Beyond Compare


廢話不多說,見鏈接,有各種格式的安裝包,根據自己系統安裝

Linux Installation Instructions

BC3 logo BC VERSION 3 OR 4

愉快地使用中(下載的安裝包,解壓安裝,親測)......順便自己存檔一份,格式就不整理了

Linux Installation Instructions

BC3 logo 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.

BC4 logo 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

BC3 logo 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.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM