Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Depency libcurl3 can't be installed in linux mint 20(Ubuntu 20.04) #15300

Open
Aimeric-Kiuto opened this issue Jan 4, 2021 · 0 comments
Open

Comments

@Aimeric-Kiuto
Copy link

Aimeric-Kiuto commented Jan 4, 2021

Here for linux mint users:
I followed irdroid3 answer in - github
with some changes.
I am using the deb file (Brackets.Release.1.14.1.64-bit.deb) on linux mint xfce 20
Here are the steps that worked for me :

  1. Open terminal in temporary folder in your home directory. Use :

    dpkg-deb -x /path/to/deb/file .

    dpkg-deb -e Brackets.Release.1.14.1.64-bit.deb

  2. Edit the control file : ./DEBIAN/control

  3. Change line with dependency from libcurl3 to libcurl3 | libcurl4

  4. deleted the original deb file or put it in another place

  5. Run: cd /temporary folder

  6. Run: chmod 755 *

If you get an error like that:
dpkg-deb: error: the script "postinst" of the maintainer does not have the right permissions 777 (must be >=0755 and <=0775)
try to find the file concerned and Run: chmod 755 * in his diretory(folder) for exemple: /temporary folder/DEBIAN for the file postinst

  1. Run : dpkg-deb -b . Bracket_CURL4.deb in temporary folder

  2. Launch file browser and double click on the created deb file to launch the install.

  3. All done, Brackets program is installed.

Originally posted by @irdroid3 in #15297 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant