From: Vaso VV <fuckel@ukr.net> To: ALT Linux Community general discussions <community@lists.altlinux.org> Subject: Re: [Comm] опись ПО Date: Thu, 06 May 2010 16:39:47 +0300 Message-ID: <4BE2C6A3.6060905@ukr.net> (raw) In-Reply-To: <20100506074242.GQ21410@wrars-comp.wrarsdomain> 06.05.2010 10:42, Andrey Rahmatullin пишет: > On Thu, May 06, 2010 at 10:35:44AM +0300, Vaso VV wrote: >> Вопрос: Возможно ли малой кровью составить удобочитаемый список >> установленных пакетов > rpm -qa --qf='%{NAME}\t%{VERSION}\t%{SUMMARY}\n' > >> (да ещё и по категориям (как в синаптике) > rpm -qa --qf='%{NAME}\t%{VERSION}\t%{GROUP}\t%{SUMMARY}\n' |sort -k 3 > разве что (ну или самому написать). спасибо за пинок в верном направлении >> и желательно только "основные" - то есть без всяких либ, шрифтов, мелких >> утилиток и т.д.)? > Нуу. Можно по размеру отсортировать, а больше не знаю. после пары часов грепанья тысячной армии пакетов, вызванной rpm -qa, в голову наконец-то пришла разумная мысль: практически все "основные" программы доступны из Меню запуска приложлений, а значит принадлежащие им файлы *.desktop лежат в /usr/share/applications, и тогда формула успеха будет выглядеть так: rpm -qf /usr/share/applications/* --qf='%{NAME}\t%{VERSION}\t%{GROUP}\t%{SUMMARY}\n' |sort -k 3 -- WBR........[ ] TFTHAOT....[x] AMF........[ ]
next prev parent reply other threads:[~2010-05-06 13:39 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2010-05-06 7:35 Vaso VV 2010-05-06 7:42 ` Andrey Rahmatullin 2010-05-06 13:39 ` Vaso VV [this message] 2010-05-06 18:35 ` Sergey Shilov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=4BE2C6A3.6060905@ukr.net \ --to=fuckel@ukr.net \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git