On Fri, Oct 03, 2008 at 10:16:01 +0200, François Cerbelle wrote:
> Le Ven 3 octobre 2008 08:52, Pol a écrit :
> > I would like to install on a new station the same applications currently
> installed on my laptop.
> > Any hints to run a script?
>
> Hi Pol,
>
> You can use "dpkg --get-selections >
On 2008-Oct-3, at 2:52 AM, Pol wrote:
I would like to install on a new station the same applications
currently
installed on my laptop.
Any hints to run a script?
Assuming all of the applications were installed using apt/aptitude…
I have a script that periodically dumps a list of packages an
Le Ven 3 octobre 2008 08:52, Pol a écrit :
> I would like to install on a new station the same applications currently
installed on my laptop.
> Any hints to run a script?
Hi Pol,
You can use "dpkg --get-selections > packages.lst" to get the installed
packages and "dpkg --set-selections < packag
Hi Pol,
get the list of packages and save the result into a file of your
choice (here dselect-list)
# dpkg --get-selections > dselect-list
Transfer the file to your laptop and run
# cat dselect-list | dpkg --set-selections
# apt-get dselect-upgrade
Raphael
2008/10/3 Pol <[EMAIL PROTECTED]>:
> I
I would like to install on a new station the same applications currently
installed on my laptop.
Any hints to run a script?
Thank you
--
Pol
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
5 matches
Mail list logo