Packaging improvements

Sandis Neilands sandisn at gmail.com
Wed Jan 18 03:08:56 GMT 2006


Hello!

On 1/17/06, Chris Peterman <kyral at ubuntu.com> wrote:
> Customizable Metapacks would be quite useful, but I can think of
> another use case (one that I am facing right now)
>
> My Linux lab is switching the computers from Gentoo over to Ubuntu. So
> this means we need to customize Ubuntu-Desktop to add apps we want and
> take out those we don't want. It would be quite handy to have a
> utility aside from modifying ubuntu-meta or even making your own meta
> to do this.

When I had to install ubuntu on several machines (where java/flash and
mp3 was strict requirement) I wrote some very basic shell scripts that
went something like this:

#!/bin/bash
sudo aptitude install -y package1 package2
#Register fonts, gstreamer plugins or echo "Hello World!!!";
exit 0;

If there was a need (very unlikely) to remove the set of software
users just changed install with remove.

Scripts in attachment (read before execute).
--
Sandis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: codecs.sh
Type: application/x-sh
Size: 452 bytes
Desc: not available
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20060118/bd6b07d5/codecs.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fonts.sh
Type: application/x-sh
Size: 261 bytes
Desc: not available
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20060118/bd6b07d5/fonts.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: java_flash.sh
Type: application/x-sh
Size: 673 bytes
Desc: not available
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20060118/bd6b07d5/java_flash.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: numlockx.sh
Type: application/x-sh
Size: 275 bytes
Desc: not available
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20060118/bd6b07d5/numlockx.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nvidia.sh
Type: application/x-sh
Size: 624 bytes
Desc: not available
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20060118/bd6b07d5/nvidia.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: software.sh
Type: application/x-sh
Size: 850 bytes
Desc: not available
Url : http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20060118/bd6b07d5/software.sh


More information about the ubuntu-devel mailing list