[Gambas-user] Extra dependency which has a complexity
John Rose
john.aaron.rose at ...626...
Mon Feb 11 23:56:09 CET 2013
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