On 01/12/2015 08:30 PM, Grant Edwards wrote: > I need to install a particular IDE (Freescale KDS) for a 1-day > training session. They have a .deb and a .rpm available. Any guesses > on which one is going to be easier to get going? > > -- > Grant > > > >
Based on very little personal experience, I would recommend the .deb. Install dpkg and a simple `dkpg -x <path_to_deb> <destdir>` will extract it. Alec

