Last active
November 28, 2024 09:49
-
-
Save Utshaw/2424e030cfb2fd97dd0e12b836a40e57 to your computer and use it in GitHub Desktop.
Install diffmerge tool on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download diffmerge from here: https://drive.google.com/file/d/1K4myLVDTTLngX7hYR2kE8bmMH-XBAa53/view?usp=sharing | |
2. sudo add-apt-repository ppa:linuxuprising/libpng12 | |
3. sudo apt update | |
4. sudo apt install libpng12-0 | |
5. Goto Downloads | |
6. sudo dpkg -i diffmerge_3.3.2.1139-1_amd64.deb |
Thanks, you helped me alot.
welcome. happy to help
Thank You Utshaw
Thank you
star !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, you helped me alot.