[Gambas-user] Complex Extra Dependency

John Rose john.aaron.rose at ...626...
Thu Feb 14 10:02:32 CET 2013


I thought that I'd just ask this question again.

I have written an app in Gambas 3.3.4 & want to make an installation 
package for Ubuntu. The app has a dependency of gnome-panel which must 
be installed by:
sudo apt-get install --no-install-recommends gnome-panel
according to
UnityLaunchersAndDesktopFiles - Community Ubuntu Documentation 
<https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles>
which states that:
It is important to install gnome-panel using the following command 'sudo 
apt-get install --no-install-recommends gnome-panel', so as not to 
install the recommended not-needed packets along with it.

If I put gnome-panel in the Extra Dependencies step, it would presumably 
effectively be sudo apt-get install gnome-panel?

What should I do?

-- 
Regards,
John




More information about the User mailing list