Can I use Brackets in Trisquel GNU/Linux ?

4 Antworten [Letzter Beitrag]
Mark
Offline
Beigetreten: 04/14/2012

Hey guys !

Have you ever seen Brackets ? It's an open source code editor for web designers and front-end developers. This project was start by Adobe Systems.

Wikipedia says that Brackets is under the MIT Licence. This licence is compatible with the GPL.

The MIT Licence of Brackets can be read here.

So Can I install Brackets in Trisquel GNU/Linux 6.0 LTS 32 bits ?

When I download the brackets-sprint-34-LINUX32.deb file, I can see those folders :

  • DEBIAN
  • opt
  • usr

I think I need to copy and paste all files in my own system but what is the DEBIAN folder ? In DEBIAN, I can see those files :

  • control
  • postinst (script shell)
  • postrm (script shell)
  • prerm (script shell)

Thanks for your help.

sebelius
Offline
Beigetreten: 08/22/2013

sudo apt-get install gdebi-core
gdebi bracket.deb

Mark
Offline
Beigetreten: 04/14/2012

Thank you !

It's work fine !! :)

onpon4
Offline
Beigetreten: 05/30/2012

I kind of wonder, why isn't GDebi installed by default? I know this is an upstream thing (though I don't know if it's Ubuntu or Debian), but I kind of wonder what the reason is.

sebelius
Offline
Beigetreten: 08/22/2013

People can just install it if they need it, Instead of uninstalling it if they do not need it?