How to Install and Uninstall imediff Package on Kali Linux

Last updated: April 26,2024

1. Install "imediff" package

Please follow the instructions below to install imediff on Kali Linux

$ sudo apt update $ sudo apt install imediff

2. Uninstall "imediff" package

Here is a brief guide to show you how to uninstall imediff on Kali Linux:

$ sudo apt remove imediff $ sudo apt autoclean && sudo apt autoremove

3. Information about the imediff package on Kali Linux

Package: imediff
Version: 2.8-1
Installed-Size: 200
Maintainer: Osamu Aoki
Architecture: all
Replaces: imediff2 (<< 1.1.2.1-3)
Provides: imediff2
Depends: vim | emacs | editor, python3:any
Recommends: git
Breaks: imediff2 (<< 1.1.2.1-3)
Size: 43308
SHA256: 24d6a602cc2ce1b067e9698b935559fa930656aeaba0152660798f339d8df385
SHA1: c7eb0139437340865736d08fa408723169cf5869
MD5sum: b67be9952a25d9140b8c27c91381fb79
Description: interactive full screen 2/3-way merge tool
The imediff command helps you to merge 2 slightly different files with
an optional base file interactively using the in-place alternating
display of the changed content on a single-pane full screen terminal
user interface.
.
The source of line is clearly identified by the color of the line or the
identifier character at the first column.
.
The advantage of this user interface is the minimal movement of the line
of sight for the user.
.
The line matching logic of imediff has been improved to ignore whitespaces
and use partial line matches to provide the best presentation with small
chunk of lines.
.
The automatic 3 way merge logic of the imediff command operates not only on
the difference by line but on the difference by character. This is another
great feature of the imediff command. So for the non-overlapping changes,
it always yields the clean merge.
.
The "git ime" command helps you to unsquash 2 consecutive commits (`HEAD^`,
`HEAD`) of a git repository. The "git rebase -i " and "gitk" can
be used to organize unsquashed changes.
.
If any staged changes or local uncommitted changes are found in the git
repository, "git ime" immediately exits without changes to be on the
safe side.
.
If the latest commit involves multiple files, "git ime" splits this big
commit by the file into multiple smaller commits involving a single file
for each commit.
.
If the latest commit involves only a single file, the commit is split
into multiple smaller commits involving a set of minimal partial
changes by imediff to be managed interactively later.
.
This "git ime" is not only useful at the checked out branch head but
also at "edit" prompt during the interactive execution of "git rebase -i
". Execute "git ime" after committing the pending commit.
Description-md5:
Homepage: https://github.com/osamuaoki/imediff
Section: text
Priority: optional
Filename: pool/main/i/imediff/imediff_2.8-1_all.deb