我是靠谱客的博主 愤怒棒球,最近开发中收集的这篇文章主要介绍[Ubuntu] 安装 BeyondCompare 文件比较软件,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

转自:http://blog.csdn.net/dearsq/article/details/51487878

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 7, 8 64-bit 
Enable 32-bit architecture support:

sudo dpkg --add-architecture i386
 
 
  • 1

Download deb: 
http://www.scootersoftware.com/download.php

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

Terminal Install

sudo apt-get update
sudo apt-get install gdebi
sudo gdebi bcompare-4.1.6.21095_amd64.deb
 
 
  • 1
  • 2
  • 3

Terminal Uninstall

sudo apt-get remove bcompare

最后

以上就是愤怒棒球为你收集整理的[Ubuntu] 安装 BeyondCompare 文件比较软件的全部内容,希望文章能够帮你解决[Ubuntu] 安装 BeyondCompare 文件比较软件所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(54)

评论列表共有 0 条评论

立即
投稿
返回
顶部