can I install a .deb on Trisquel Mini 9?

3 réponses [Dernière contribution]
muhammed
Hors ligne
A rejoint: 04/13/2013

I'd like to install a program that's not in the repos

Magic Banana

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/24/2010

In a terminal:
$ sudo dpkg -i /path/to/package.deb
For a graphical way, install the gdebi package, which is in Trisquel's repository. From your file manager, double-clicking on the .deb file should then propose its installation.

Beformed
Hors ligne
A rejoint: 01/12/2017

Yes, you can install .deb packages with

sudo dpkg -i package.deb

I would check the package is free software

muhammed
Hors ligne
A rejoint: 04/13/2013

Thank you Magic B and Beformed