Can I use Brackets in Trisquel GNU/Linux ?
- Inicie sesión o regístrese para enviar comentarios
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.
sudo apt-get install gdebi-core
gdebi bracket.deb
Thank you !
It's work fine !! :)
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.
People can just install it if they need it, Instead of uninstalling it if they do not need it?
- Inicie sesión o regístrese para enviar comentarios