On Tue, Jun 10, 2014 at 6:41 PM, Javier Barroso wrote:
> El 10/06/2014 02:25, "David Glover-Aoki" escribió:
>>
>> I'm running wheezy but have some packages installed from experimental.
>>
>> How can I list all the packages currently installed from experimental?
>
> After having quickly read this
On Ma, 10 iun 14, 15:19:18, David Glover-Aoki wrote:
> Here's the output I get from apt-show-versions, for a package I know
> is from experimental:
Please show the output of 'apt-cache policy deluge-common'.
> deluge-common 1.3.6-1 newer than version in archive
This works fine here:
$ apt-sh
Sorry for html ... ( how can I skip HTML from Gmail Android app?)
El 10/06/2014 02:25, "David Glover-Aoki" escribió:
>
> I'm running wheezy but have some packages installed from experimental.
>
> How can I list all the packages currently installed from experimental?
After having quickly read thi
On Mon Jun 9, 2014, at 8:14 PM, Ralf Mardorf wrote:
> It can't harm to do some research ;).
Ah, I was waiting for this complaint. Good to get it out of the way, I suppose.
Had I not done any research, I wouldn't have bothered posting.
All the Google searches I could think of did not reveal the
On Tue, Jun 10, 2014 at 5:12 AM, Filip wrote:
> Tom H writes:
>>
>> aptitude search -F "%p %t %v" "?narrow(?installed,?archive(unstable)"
>
> I added a missing closing brace
Sorry...
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Co
Tom H writes:
>>
>> When I run:
>>
>> $ aptitude search "~S ~i ~Aunstable"
>>
>> I get a lot more than only the packages that where installed from sid
>> though. The installed packages for which the version in Jessie and Sid
>> is the same are included in the list too.
>>
>> Is it possible to cre
On Tue, Jun 10, 2014 at 4:38 AM, Filip wrote:
> Tom H writes:
>> On Mon, Jun 9, 2014 at 8:25 PM, David Glover-Aoki
>> wrote:
>>>
>>> I'm running wheezy but have some packages installed from experimental.
>>>
>>> How can I list all the packages currently installed from experimental?
>>
>> aptitu
Tom H writes:
> On Mon, Jun 9, 2014 at 8:25 PM, David Glover-Aoki
> wrote:
>> I'm running wheezy but have some packages installed from experimental.
>>
>> How can I list all the packages currently installed from experimental?
>
> aptitude search "~S ~i ~Aexperimental"
That doesn't work as expe
On Mon, Jun 9, 2014 at 8:25 PM, David Glover-Aoki wrote:
> I'm running wheezy but have some packages installed from experimental.
>
> How can I list all the packages currently installed from experimental?
aptitude search "~S ~i ~Aexperimental"
--
To UNSUBSCRIBE, email to debian-user-requ...@li
On 2014-06-10 02:25 +0200, David Glover-Aoki wrote:
> I'm running wheezy but have some packages installed from experimental.
>
> How can I list all the packages currently installed from experimental?
$ aptitude search "~S ~i ~Aexperimental"
HTH,
Sven
--
To UNSUBSCRIBE, email to debian-use
On Tue, 2014-06-10 at 05:14 +0200, Ralf Mardorf wrote:
> On Mon, 2014-06-09 at 17:25 -0700, David Glover-Aoki wrote:
> > I'm running wheezy but have some packages installed from experimental.
> >
> > How can I list all the packages currently installed from experimental?
>
> It can't harm to do so
On Mon, 2014-06-09 at 17:25 -0700, David Glover-Aoki wrote:
> I'm running wheezy but have some packages installed from experimental.
>
> How can I list all the packages currently installed from experimental?
It can't harm to do some research ;).
https://packages.debian.org/search?keywords=apt-sh
On Thu, Oct 25, 2007 at 11:37:33AM +0200, Jörg-Volker Peetz <[EMAIL PROTECTED]>
was heard to say:
> In the manual the description of the '%t' says
> "The archive in which the package is found."
>
> And aptitude seems to list the archive with the lowest priority.
> So my advice about the aptitude
David Fox wrote:
> On 10/24/07, David Clymer <[EMAIL PROTECTED]> wrote:
>> On Tue, 2007-10-23 at 11:28 +0200, Jörg-Volker Peetz wrote:
>
>>> aptitude can do that:
>>>
>>> aptitude -F '%p %t' search '~i'
>
> That produces (imho) misleading output. It is telling me that I have
> many more packages
On 10/24/07, David Clymer <[EMAIL PROTECTED]> wrote:
> On Tue, 2007-10-23 at 11:28 +0200, Jörg-Volker Peetz wrote:
> > aptitude can do that:
> >
> > aptitude -F '%p %t' search '~i'
That produces (imho) misleading output. It is telling me that I have
many more packages that come from unstable then
On Tue, 2007-10-23 at 11:28 +0200, Jörg-Volker Peetz wrote:
> Miguel Cobá wrote:
> > I have a mixed installation with packages from stable and testing and I
> > want to list the packages and what version (stable, testing, unstable)
> > of debian are they from.
> >
>
> aptitude can do that:
>
> a
Miguel Cobá wrote:
> I have a mixed installation with packages from stable and testing and I
> want to list the packages and what version (stable, testing, unstable)
> of debian are they from.
>
aptitude can do that:
aptitude -F '%p %t' search '~i'
--
Regards,
Jörg-Volker.
--
To UNSUBSCRIBE
On Wed, 2007-10-17 at 19:08 -0700, David Fox wrote:
> David wrote:
>
>
> > dpkg --get-selections |while read pkg dummy; do src=$(apt-cache policy
> > $pkg |grep -A1 ' \*' |sed 1d | tr -s "[:blank:]" ); [ -n "$src" ] &&
> > echo $pkg: $(apt-cache policy |grep -A1 "$src" |grep -oE '(a|
> > l)=[A-Za
David wrote:
> dpkg --get-selections |while read pkg dummy; do src=$(apt-cache policy
> $pkg |grep -A1 ' \*' |sed 1d | tr -s "[:blank:]" ); [ -n "$src" ] &&
> echo $pkg: $(apt-cache policy |grep -A1 "$src" |grep -oE '(a|
> l)=[A-Za-z-]+'); done
That's a useful script! :)
One question though:
I
On Fri, 2007-10-12 at 16:58 -0500, Miguel Cobá wrote:
> I have a mixed installation with packages from stable and testing and
> I want to list the packages and what version (stable, testing,
> unstable) of debian are they from.
>
> I have searched the web for a solution, but nothing until now. Wit
On Fri, Oct 12, 2007 at 04:58:12PM -0500, Miguel Cobá wrote:
> I have a mixed installation with packages from stable and testing and I want
> to
> list the packages and what version (stable, testing, unstable) of debian are
> they from.
>
> I have searched the web for a solution, but nothing unti
On Fri, Oct 12, 2007 at 04:58:12PM -0500, Miguel Cobá wrote:
> I have a mixed installation with packages from stable and testing and I want
> to list the packages and what version (stable, testing, unstable) of debian
> are they from.
>
> I have searched the web for a solution, but nothing until n
Thanks Elvis. It's helpful.On 6/2/05, Elvis Cehajic <[EMAIL PROTECTED]> wrote:
> How to list all the packages installed in the system and how to list them in> a certain order like from oldest to newest?This topic was dicussed some days ago on the german mailing list. Trythis link if you understand
> How to list all the packages installed in the system and how to list them in
> a certain order like from oldest to newest?
This topic was dicussed some days ago on the german mailing list. Try
this link if you understand any German:
http://lists.debian.org/debian-user-german/2005/05/msg03038.h
On 6/1/05, Jochen Schulz <[EMAIL PROTECTED]> wrote:
..What makes one package older than another one? Time since installationon your system? Logging this information is a pretty much requestedfeature and several approaches have been posted here. At least I think,
I didn't bother to read all of t
On 6/1/05, Maurits van Rees <[EMAIL PROTECTED]> wrote:
Hello Shidai Liu,..dpkg --get-selectionswill get you a list of packages that are installed, but that's just inalphabetical order.
Thanks for this tip.
If you didn't clean your package cache the following command will listpackages from newe
Hello Shidai Liu,
Welcome to the Debian club!
On Wed, Jun 01, 2005 at 05:14:13PM +0100, Shidai Liu wrote:
> How to list all the packages installed in the system and how to list them in
> a certain order like from oldest to newest? This could be very covenient
> since I don't have much disk spac
Shidai Liu:
>
> How to list all the packages installed in the system
You are talking about the packages you have installed?
# dpkg --get-selections
> and how to list them in a certain order like from oldest to newest?
What makes one package older than another one? Time since installation
on yo
28 matches
Mail list logo