On Wed,19.Aug.09, 10:41:27, Boyd Stephen Smith Jr. wrote:
> In <20090819090118.gb7...@borusse.tmr.net>, Alex Huth wrote:
> >I want generate a list of all installed packages, without the dependencies
> > of manual installed packages and the the packages from the base system.
> >
> >What i have found
In <20090819090118.gb7...@borusse.tmr.net>, Alex Huth wrote:
>I want generate a list of all installed packages, without the dependencies
> of manual installed packages and the the packages from the base system.
>
>What i have found so far by our friend google:
>
>aptitude search "?installed(?not(?a
/I do this fairly often, here is how to do it:
1. open the synaptic package manager.
2. click file>save markings as
3. check save full state.
hope this helps
operator
/
Kevin Coyner wrote:
>On Sun, Dec 24, 2006 at 02:14:17AM -0800, Baz wrote..
>
>
>
>>How best to save a listing of all instal
On (24/12/06 15:28), John - wrote:
> To: debian-user@lists.debian.org
> From: John - <[EMAIL PROTECTED]>
> Subject: Re: Installed Packages
> Date: Sun, 24 Dec 2006 15:28:58 -0500
> X-Spam-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_50,EMPTY_MESSAGE,
> FORGE
On (24/12/06 12:47), Luis Lima wrote:
> On Sun, 24 Dec 2006, Baz wrote:
> > How best to save a listing of all installed packages?
> $ dpkg -l
> will give a list.
Or if you want to be fancy, put this all on one line:
dpkg --get-selections \* | grep -e install -e hold | grep -v deinstall
~/got-sel
Jerome BENOIT escribe:
> what you certainly want is
>
> dpkg --get-selections
You can even use the output of this command and pipe it to dpkg
--set-selections and then apt-get -f update in order to have in a
second machine a clone of the packages installed in the first one.
Cordially, Ismael
--
On Sun, 24 Dec 2006, Baz wrote:
> Seasons Greetings -
>
> How best to save a listing of all installed packages?
>
> Sebastian
>
Hi Sebastian,
$ dpkg -l
will give a list.
macondo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROT
On Sun, Dec 24, 2006 at 02:14:17AM -0800, Baz wrote..
> How best to save a listing of all installed packages?
dpkg-query -l | grep ii > /tmp/installed-packages
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
Hello List,
what you certainly want is
dpkg --get-selections
Jerome
Baz wrote:
Seasons Greetings -
How best to save a listing of all installed packages?
Sebastian
--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscr
Hello
Sarunas Burdulis (<[EMAIL PROTECTED]>) wrote:
> Is there a way to find out from which ftp/http source the package was
> installed (assuming it was installed via `apt-get ...`)?
apt-cache policy package
can help you (as long you don't have different sources which provide
packages with exac
10 matches
Mail list logo