2

I am new to Ubuntu, I am working on AVR micro controller for that I need to use AVARICE software, by using synaptic package manager I installed AVARICE but I am not able to find it in application files.

so how to open that software? and if any knows about AVARICE I request to help me in working over it

2 Answers2

7

Open terminal Ctrl+Alt+T and run this command:

sudo dpkg -i filename.deb
penreturns
  • 5,950
0

I think you want to "execute" a already installed package. In case of AVARICE, try to execute avarice in a terminal.

lub
  • 1,589