Hi,
Hans wrote on 20/05/2025 16:44:
Third question: Maybe some German speaking can answer this: I saw the term
"keypackages for debian" in the doku. Does this mean what you say in German
"Schlüsselpakete" (packages, which are necessary) or does it mean "Pakete mit
Schlüsseln" (packages with som
In my experience, `cdrskin -eject` works more reliable than `eject`.
Regards,
Jörg.
Which fonts are used by the pdf file?
You could try
pdffonts PDF_FILE
The command is contained in package poppler-utils.
Regards,
Jörg.
Also, there is https://wiki.debian.org/SourcesList .
Regards,
Jörg.
It's documented in the man page of apt-patterns.
Regards,
Jörg.
Hi,
you could check for obsolete packages, depending on the apt version, with
$ apt list '~o'
Also looking for broken or garbage packets could help:
$ apt list '~b' '~g'
Of course, the output will depend on how your sources file
(/etc/apt/sources.list, etc.) looks like.
If you think the
Hi,
Michael Stone wrote on 06/12/2024 14:49:
On Fri, Dec 06, 2024 at 02:26:23PM +0100, Jörg-Volker Peetz wrote:
Should have been more clear. The drive should be idle for a longer time. This
is assured by not mounting any partition of the SSD.
I was able to "repair" unreadable se
Hi,
Michael Stone wrote on 05/12/2024 18:41:
On Thu, Dec 05, 2024 at 10:26:18PM +0700, Max Nikulin wrote:
On 05/12/2024 16:19, Jörg-Volker Peetz wrote:
1. SSD's have some self healing capacities (discarding defect sectors) which
are performed when the drive is not mounted. Therefore,
There are two things which could be tried with the SSD
1. SSD's have some self healing capacities (discarding defect sectors) which are
performed when the drive is not mounted. Therefore, enter the BIOS of the
computer and let it running for ca. an hour. Then restart the computer.
2. After ma
Hi Franco,
Franco Martelli wrote on 25/09/2024 17:07:
On 25/09/24 at 14:58, Jörg-Volker Peetz wrote:
What is the output of
sudo dmesg | grep -E '(microcode|model)'
?
This should show information about your CPU model and if its microcode is
actually updated.
Regards,
Jörg.
What is the output of
sudo dmesg | grep -E '(microcode|model)'
?
This should show information about your CPU model and if its microcode is
actually updated.
Regards,
Jörg.
First thing is to check if any events are produced by the keys in question.
Try the 'xev' program from package 'x11-utils'.
Regards,
Jörg.
Maybe your account is missing some authorizations.
What's the output of `id`? Is your account member of the groups 'video' and
'input'?
Regards,
Jörg.
See also
Debian Reference
Chapter 2. Debian package management
2.2.1. apt vs. apt-get / apt-cache vs. aptitude
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_literal_apt_literal_vs_literal_apt_get_literal_literal_apt_cache_literal_vs_literal_aptitude_literal
Regards,
J
allan wrote on 18/04/2024 13:37:
Bug report submitted. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069236
Hi,
may I ask how you disabled IPv6 on these machines?
Regards,
Jörg.
Henning Follmann wrote on 22/02/2024 08:43:
You didn't answer where you read that. I would be interested in that. I do
not claim to be an expert on this and I would like to understand it better.
-H
Concededly, I didn't noted that down. It was a discussion like in this blog:
https://forums.li
Henning Follmann wrote on 21/02/2024 14:16:
On Wed, Feb 21, 2024 at 12:00:17PM +0100, Jörg-Volker Peetz wrote:
Somewhere I read, for maintainance of an SSD all it's cells should be read
from time to time like this
sudo dd if=/dev/DEVICE of=/dev/null bs=8M status=progress
Where did you
Hi,
did you take a look at the smartctl output?
Somewhere I read, for maintainance of an SSD all it's cells should be read from
time to time like this
sudo dd if=/dev/DEVICE of=/dev/null bs=8M status=progress
where device is something like sda or nvme0n1, especially if it was switched off
f
Dan Ritter wrote on 03/02/2024 13:16:
As far as I know, Logitech doesn't make a mechanical keyboard.
Logitech now has, with and w/o ten key block: search for "Logitech MX
Mechanical". They are wireless with USB adapter and have a configurable
mono-color key light.
I myself use the MX Mecha
If you just want to see files in /home/gene try
locate -r 'home/gene/.*\.scad'
In that way, regex syntax can be used to narrow down the search.
Regards,
Jörg.
Greg Wooledge wrote on 07/10/2023 20:45:
On Sat, Oct 07, 2023 at 08:27:11PM +0200, Sven Joachim wrote:
Yes, aptitude can do that. Quoting the manual[1]:
,
| ?provides(pattern), ~Ppattern
|
| Matches package versions which provide a package that matches the
| pattern. For instance,
Thanks for the detailed inspection. I'll have a closer look into the apt
abilities.
Regards,
Jörg.
Max Nikulin wrote on 04/10/2023 04:22:
On 04/10/2023 01:29, Jörg-Volker Peetz wrote:
Max Nikulin wrote on 03/10/2023 12:11:
apt list '?narrow(~i, !~Astable|~Astable-backports|!~O^Debian$|~o|~c)'
In my experience the only tool that gives correct answers, is
apt-show-versions in t
Max Nikulin wrote on 03/10/2023 12:11:
apt list '?narrow(~i, !~Astable|~Astable-backports|!~O^Debian$|~o|~c)'
In my experience the only tool that gives correct answers, is apt-show-versions
in the package of the same name:
$ apt-show-versions | grep -v '/stable '
Beware, that it works with
With this printer CUPS driverless printing works, see
https://wiki.debian.org/CUPSDriverlessPrinting . No need for hplip.
Regards,
Jörg.
to...@tuxteam.de wrote on 24/08/2023 14:00:
A couple of days ago I was searching for dangling symlinks.
find . -follow -lname "*"
How about
find -L . -type l
Regards,
Jörg.
The linux kernel has a module for reading the drive temperature called
drivetemp. Therefore, using the package lm-sensors should also show the drive
temperature.
Regards,
Jörg.
Could you show us the content of your /etc/default/keyboard ?
Regards,
Jörg.
Hi Arno,
Arno Lehmann wrote on 25/04/2023 12:54:
Hi Jörg-Volker,
Am 25.04.2023 um 11:19 schrieb Jörg-Volker Peetz:
Hi,
which mesa packages do you have installed?
None providing OpenCL capabilities at that time, but if you followed this
thread, you are aware of this already:
# LANG=C
Hi,
which mesa packages do you have installed?
In Debian testing I see the package `mesa-opencl-icd`.
I have no experience with opencl and AMD graphic cards but are very interested
how it works in Debian.
Regards,
Jörg.
Jim Popovitch wrote on 28/05/2022 21:40:
Not exactly Debian specific, but hoping that someone here can help.
I have a file of regex patterns and I use grep like so:
~$ grep -f patterns.txt /var/log/syslog
What I'd like to get is a listing of all lines, specifically the line
numbers of the
Is already in Debian BTS:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007992
Regards,
Jörg.
Take a look at https://dotclear.org/ which is PHP based.
Some time ago Debian also had it packaged.
Regards,
Jörg.
songbird wrote on 10/03/2022 14:44:
Jörg-Volker Peetz wrote:
songbird wrote:
...
i did install the dummy package and uninstalled the intel
but that did not leave me with a system that booted to the
desktop so i put it back.
Did you take a look into `dmesg -l err` and `Xorg.log` in this
songbird wrote on 08/03/2022 16:35:
Jörg-Volker Peetz wrote:
As far as I know, the xserver-xorg-video-intel is deprecated for modern Intel
CPUs. With an Intel Core i7 7700 the kernel `modesetting` works well here:
Something like
Section "Device"
Identifier "Intel Graph
As far as I know, the xserver-xorg-video-intel is deprecated for modern Intel
CPUs. With an Intel Core i7 7700 the kernel `modesetting` works well here:
Something like
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
EndSection
in `/etc/X11/xorg.conf.d/20-modesetting
Solution was to
sudo dpkg-reconfigure ca-certificates
and trust the certificate `ISRG_Root_X1.crt`. I read about it here:
https://scotthelme.co.uk/lets-encrypt-old-root-expiration/
Regards,
Jörg.
Jörg-Volker Peetz wrote on 02/10/2021 13:56:
Hi,
on Debian testing, when trying to update
Hi,
on Debian testing, when trying to update package lists with `apt update`, the
following error message show up:
W: Failed to fetch https://deb.debian.org/debian/dists/testing/InRelease
Certificate verification failed: The certificate is NOT trusted. The certificate
chain uses expired cert
In Germany (Europe probably) it might be a Fransenflügler or thrips.
See
https://de.wikipedia.org/wiki/Fransenfl%C3%BCgler#Fransenfl%C3%BCgler_und_TFT-Monitore
for some suggestions. It's a german text. The english Wikipedia page doesn't
have this section.
Regards,
Jörg.
S. Dash wrote on 15/07/2020 10:02:
> 2.
>
> Apart from this issue, I just realized that I was unable to downgrade to 3.8.3
> if I had not cached the deb files. All mirror sites I could find were all
> updated to have only 3.8.4~rc1-1. Is there an archive that keeps older
> versions?
>
Yes, ther
In this category of computer aided mathematics or computer algebra systems,
there are also the packages sagemath, octave or scilab.
octave and scilab bring there own GUI.
sagemath and also python 3 or R can be used via jupyter notebook which is a kind
of browser based GUI.
But these are all way to
As far as I understand, kernel 5.4 supports your GPU.
What is the outcome of the two commands
$ lsmod | grep amdgpu
$ find /lib/modules -name 'amdgpu*'
The packages you try to install are not from Debian, maybe they are not up to
date.
Regards,
Jörg.
>From which repository did you get your kernel?
In case of a missing file I consult https://packages.debian.org/ "Search the
contents of packages". There is also the package apt-file.
The package linux-headers-5.4.0-4-common from bullseye contains a file
/usr/src/linux-headers-5.4.0-4-common/includ
Try it without any /etc/X11/xorg.conf file and read the Debian Stretch part in
the Debian wiki. What's the output of the "xrandr" commands listed in the wiki?
Regards,
Jörg.
Keywords are "hybrig graphics" and "PRIME". Maybe, these links can be helpful:
https://wiki.debian.org/AtiHowTo
https://wiki.archlinux.org/index.php/PRIME
Regards,
Jörg.
Miguel A. Vallejo wrote on 11/02/2020 22:15:
>
> I always ran the intel microcode package, tried every bios update, and
> I even changed the whole computer, so this is not the solution.
Do you also use the skylake GPU firmware which should be located in
/lib/firmware/i915/
(from package firmware
Then, take a look at the available governors:
$ cat /sys/devices/system/cpu/cpufreq/policy?/scaling_available_governors
or using cpupower, if available. As the name says, "powersave" would be the
better choice.
Take a look at https://wiki.debian.org/CpuFrequencyScaling as how to change the
cpufre
what is the outcome of the following command:
$ cat /sys/devices/system/cpu/cpufreq/policy?/scaling_governor
Regards,
Jörg.
Stephan Seitz wrote on 16/12/2019 20:50:
> On Mo, Dez 16, 2019 at 08:32:01 +0100, Jörg-Volker Peetz wrote:
>> Does anybody else see such a /pulse directory?
>
> Yes, here as well (two testing systems).
>
> Shade and sweet water!
>
> Stephan
>
Thanks for confi
Jörg-Volker Peetz wrote on 16/12/2019 20:32:
> Greg Wooledge wrote on 16/12/2019 17:29:
>> On Sat, Dec 14, 2019 at 10:04:34AM +0100, Jörg-Volker Peetz wrote:
>>> $ dpkg -S /pulse
>>> dpkg-query: no path found matching pattern /pulse
>>>
>>> fails to giv
Greg Wooledge wrote on 16/12/2019 17:29:
> On Sat, Dec 14, 2019 at 10:04:34AM +0100, Jörg-Volker Peetz wrote:
>> $ dpkg -S /pulse
>> dpkg-query: no path found matching pattern /pulse
>>
>> fails to give any clue.
>> The directory is generated at boot-time. But I wa
Brian wrote on 13/12/2019 21:29:
> On Fri 13 Dec 2019 at 20:26:32 +0100, Jörg-Volker Peetz wrote:
>
>> Hello,
>>
>> does anybody know which package generates the directory /pulse ? This is a
>> bug
>> in unstable I think, but I can't find which package is
Hello,
does anybody know which package generates the directory /pulse ? This is a bug
in unstable I think, but I can't find which package is the culprit.
Regards,
Jörg.
f, YCM core for Swift."
Regards,
Jörg.
Jörg-Volker Peetz wrote on 22/09/2019 09:52:
> Searching for "sadbart lesson" with startpage gave me these two links:
>
> better completion for c++
> http://nosubstance.me/articles/2015-01-29-better-completion-for-cpp/
>
> G
Searching for "sadbart lesson" with startpage gave me these two links:
better completion for c++
http://nosubstance.me/articles/2015-01-29-better-completion-for-cpp/
GitHub - oblitum/YouCompleteMe: A code-completion engine for Vim (fork featuring
hints for C/C++ and an experimental Swift complete
Thank you Greg for the clarification. I find your third link
https://wiki.debian.org/DotFiles
very worth reading.
Regards,
Jörg
Greg Wooledge wrote on 05/06/2019 14:52:
> On Wed, Jun 05, 2019 at 11:18:55AM +0200, Jörg-Volker Peetz wrote:
>> As user of thunderbird you best set the en
As user of thunderbird you best set the environment variable LC_TIME in your
profile, e.g. via ~/.bash_profile . Check it with the command
$ locale
You have to log out (from desktop and from computer) before changes in
.bash_profile get applied.
Regards,
Jörg.
Maybe you could then try some of the switches for ps2pdf, for example
$ ps2pdf -dPDFSETTINGS=/printer old.pdf new.pdf
"/printer" makes it 300dpi, "/ebook" 150 dpi, and "/screen" 72 dpi, the
documentation can tell you more.
Regards,
Jörg.
With the pdf-files from my Canon scanner, I did shrink them with the help of
ghostscript:
$ ps2pdf old.pdf new.pdf
Documentation can be found in ghostscript-doc.
Regards,
Jörg.
There is a "perf" package complementing the linux kernel package, for example if
the kernel package is linux-image-4.17.0-3-amd64 the perf package is
linux-perf-4.17. Also, take a look at this web page
http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html about profiling by
Brendan Gregg.
Re
The locale en_GB.utf8 uses 24 h time format.
Regards,
jvp.
Cindy-Sue Causey wrote on 06/14/18 17:44:
> On 6/14/18, Siard wrote:
>> On Thu, 14 Jun 2018 12:40 +0200, Jörg-Volker Peetz wrote:
>>> Siard wrote on 06/13/18 17:28:
>>>>
>>>> I took a try and upgraded the xserver-*** packages in testing to
>>>
Siard wrote on 06/13/18 17:28:
> I took a try and upgraded the xserver-*** packages in testing to version
> 2:1.20.0 taken from unstable.
> It did work; X (started with 'startx') is back, despite the systemd
> packages having version 238.
> It looks like things will be back to normal after the nex
Which version of the systemd packages (udev, libsystemd0, etc.) is installed?
On my testing/unstable systems X can be started using "startx" with xorg-server
version 2:1.20.0-2 but systemd packages in version 237. systemd 238 is not
working.
Regards,
jvp.
Alexandre Rossi wrote on 12/11/17 10:05:
>> could you show your Xorg.0.log files?
>
> Here it is attached.
>
>> The Kaby Lake GPU needs some firmware. Therefore, what is the print out of
>> grep firmware /var/log/dmesg
>
> $ sudo dmesg | grep firmware
> [9.165601] i915 :00:02.0: firmwa
Hi,
could you show your Xorg.0.log files?
The Kaby Lake GPU needs some firmware. Therefore, what is the print out of
grep firmware /var/log/dmesg
?
Regards,
jvp.
Jörg-Volker Peetz wrote on 10/30/17 15:54:
> Richard Hector wrote on 10/30/17 11:13:
>
>> imagemagick-6.q16 Provides: imagemagick, but not a specific version
>>
>> cups-filters Depends: imagemagick (>= 6.4~)
>>
>> The real imagemagick package is at 8:6
Richard Hector wrote on 10/30/17 11:13:
> imagemagick-6.q16 Provides: imagemagick, but not a specific version
>
> cups-filters Depends: imagemagick (>= 6.4~)
>
> The real imagemagick package is at 8:6.9.7.4+dfsg-11+deb9u1 (on my
> machine anyway), which satisifies the cups-filters dependency.
>
Celejar wrote on 10/24/17 15:09:
> On Tue, 24 Oct 2017 08:52:46 +0200
> Jörg-Volker Peetz wrote:
>
>> I forgot that you showed the dependency on cups-filters in your original
>> mail.
>> On testing cups-filters 1.17.9-1 does not depend on imagemagick, it only
>
I forgot that you showed the dependency on cups-filters in your original mail.
On testing cups-filters 1.17.9-1 does not depend on imagemagick, it only
recommends it. And I use APT::Install-Recommends "false"; in /etc/apt/apt.conf.
Therefore, on this system imagemagick could be removed.
Regards,
j
Roberto C. Sánchez wrote on 10/23/17 04:12:
> I have tried two different things. First, I added this directive to
> /etc/network/interfaces under the eth0 stanza:
>
> dns-nameservers 127.0.0.1
>
> That did not appear to have any effect because taking eth0 and eth1 down
> and then bringi
Since I use a pure 64-bit system, I overlooked that only one of
imagemagick-6.q16 or imagemagick-6.q16:i386 can be installed.
I think it's better to re-install imagemagick-6.q16.
And then show the output when trying to purge imagemagick, please.
I think there must be involved a i386 version of some
Celejar wrote on 10/20/17 19:05:
> Thanks. Okay, I did that, and I was then able to remove imagemagick, but
only
> if imagemagick:i386 is installed instead - and that's also marked as a
> dummy package that can be safely removed or purged.
>
> At this point:
>
> ~$ aptitude search '~iimagemagick'
Take a look which imagemagick packages are installed:
$ aptitude search '~iimagemagick'
Probably there is a line beginning with
i A imagemagick-6.q16
which shall replace imagemagick. Also see the dependencies of package
imagemagick:
$ dpkg -s imagemagick
So before purging imagemagick you ha
Johann Spies wrote on 08/02/17 11:56:
> A few years ago we got redmine working on a server in the DMZ on our
> network using ruby gems copied there from another computer with access
> to the internet.
>
> This server has now been updated to Debian Stretch - which broke the
> redmine installation.
Maybe this is helpful
APC UPS - ArchWiki https://wiki.archlinux.org/index.php/APC_UPS
Please report back if and how it works.
Regards,
jvp.
Jörg-Volker Peetz wrote on 07/17/17 10:06:
> Maybe, the output of "pactl info" can shed some light?
>
Or try "pacmd dump-volumes".
Regards,
jvp.
Maybe, the output of "pactl info" can shed some light?
Regards,
jvp.
rhkra...@gmail.com wrote on 07/14/17 14:10:
>> Am 13.07.17 12:13 nachm., schrieb Jörg-Volker Peetz:
>>> there's this nice blog in German:
>>> https://blog.dafb-o.de/neue-firmware-fuer-garmin-devices-unter-linux/
>>> where the firmware update procedure from L
Hi Joerg,
I use an older Garmin device, so have not tested what follows:
there's this nice blog in German:
https://blog.dafb-o.de/neue-firmware-fuer-garmin-devices-unter-linux/ where the
firmware update procedure from Linux is detailed and a link to the firmware
files for your device is given http
For every release the Debian developers take the trouble to write down an
upgrade guide
https://www.debian.org/releases/stretch/amd64/release-notes/ch-upgrading.en.html#upgradingpackages
.
Did you take a look at it?
In my opinion it's written very clear and easy to read. Many thanks from me for
all
Hi,
openssh-server is linked against libwrap0 which in turn is controlled by the
files /etc/hosts.deny and /etc/hosts.allow.
What is the content of these files on your system?
Regards,
jvp.
Eduardo M KALINOWSKI wrote on 04/26/17 16:46:
> On Qua, 26 Abr 2017, Richard Owlett wrote:
>> I would go further saying iproute2 is non-functional due to being
>> functionally
>> un-documented.
>>
>> https://manpages.debian.org/jessie/iproute2/ip.8.en.html is useless.
>>
>> Functional commands, fo
Harry Putnam wrote on 03/11/17 13:03:
> Cindy-Sue Causey writes:
>
>> Do Synaptic, Aptitude, and possibly anything else of that family have
>> similarly close but still different flags/commands?
>
> I haven't seen this mentioned in the thread... but may have missed it.
>
> I've noticed that som
Greg Wooledge wrote on 03/06/17 14:38:
> On Sun, Mar 05, 2017 at 05:25:49PM +0100, to...@tuxteam.de wrote:
>> If you need floating point numbers, bc (or dc) are your next stops.
>
> Or awk. For some problems, awk is fantastic.
>
Yes, it helps to sample the number of "bytes" like so:
owl1=$(awk
Richard Owlett wrote on 03/01/17 00:45:
> On 02/28/2017 05:06 PM, Dominic Knight wrote:
>> On Monday 27 February 2017 13:17:56 Richard Owlett wrote:
>>> I looked at at LibreOffice Base. It was unusable as its "help" system
>>> provided no intrinsic way to increase fonts to a legible size.
>>
>> Wou
Jörg-Volker Peetz wrote on 02/25/17 16:40:
> Jörg-Volker Peetz wrote on 02/18/17 10:32:
>> Daniel Bareiro wrote on 02/16/17 15:14:
>>
>>> Thanks for sharing your experience. It would be good to know if it
>>> remains stable after several days. I just applied the
Jörg-Volker Peetz wrote on 02/18/17 10:32:
> Daniel Bareiro wrote on 02/16/17 15:14:
>
>> Thanks for sharing your experience. It would be good to know if it
>> remains stable after several days. I just applied the change suggested
>> by Benjamin in another message in
Felix Miata wrote on 02/18/17 06:10:
> I changed sources.list to point only to sid, then apt-get clean, then apt-get
> update, apt-get -u dist-upgrade. /etc/debian_version and /etc/issue still say
> I
> have 9.0. Can held back non-essential packages stonewall a dist-upgrade? mc
> and
> mc-lang 4.
Daniel Bareiro wrote on 02/16/17 15:14:
> Thanks for sharing your experience. It would be good to know if it
> remains stable after several days. I just applied the change suggested
> by Benjamin in another message in this thread.
>
> Kind regards,
> Daniel
>
Meanwhile I had the first crash of t
Daniel Bareiro wrote on 02/15/17 23:52:
>> I wonder if stretch has thunderbird packages? (no time to check right
>> now)
>
> It looks like it's currently in Sid. Has anyone tried it?
>
> https://packages.debian.org/search?searchon=names&keywords=thunderbird
>
I'm using a mixed testing/sid syst
Hi,
on a laptop with testing, updated init packages, and freshly rebooted, the
priority of the packages is still "required":
# cat /proc/1/comm
init
$ mount -t ext4
/dev/sda1 on / type ext4 (rw,relatime,lazytime)
/dev/sda2 on /home type ext4 (rw,relatime,lazytime)
$ dpkg -s sysvinit-utils | gre
deloptes wrote on 01/11/17 09:50:
> HP Garcia wrote:
>
>> Is there a command to detect hardware for a custom kernel? I would like
>> to take advantages of the newer kernels.
>
> It is not clear what you want to achieve.
> Most probably your current kernel has already detected the hardware for you
In order to separate reading from writing or to store the directory structure
for several writings one can use find and tar:
find PATH -xdev -type d -print0 \
| tar cf FILE --no-recursion --null --files-from -
The directories will be stored in the file FILE. It can be extracted with
tar
David Wright wrote on 01/02/17 15:41:
> On Sun 01 Jan 2017 at 12:39:26 (+0100), Xen wrote:
>> rhkra...@gmail.com schreef op 31-12-2016 15:12:
>>
>>> But, info pages could work.
>>
>> Yes, let's propose that. They are just impossible to navigate if you
>> are not an insider.
>
> I don't know what a
Jörg-Volker Peetz wrote on 12/26/16 15:49:
>
> Try something like
>
> aptitude -R search '~pstandard' mate-desktop-environment synaptic pluma
> gparted
Thinking about it, I would even reduce it to
aptitude -R search '~pimportant' mate-desktop-environme
Richard Owlett wrote on 12/26/16 14:54:
> I had gabled the subject line and some of the text.
>
> On 12/26/2016 7:45 AM, Richard Owlett wrote:
>> When doing my version of a minimalist install, I use lines
>> similar to:
>> tasksel tasksel/first multiselect standard
>> d-i pkgsel/include string mat
Rodolfo Medina wrote on 12/04/16 12:54:
> Jörg-Volker Peetz writes:
>> aptitude -F '%p %I %d' --sort installsize search '~i'
>
>
> What about reverse (descending) installsize order?
>
> Thanks,
>
> Rodolfo
>
For that purpose, the un
Jörg-Volker Peetz wrote on 12/04/16 10:40:
> Greg Wooledge wrote on 12/01/16 20:06:
>> On Thu, Dec 01, 2016 at 06:38:45PM +, Rodolfo Medina wrote:
>
>>
>> P.S. http://wooledge.org/~greg/ds will sort the installed packages by
>> size for you. As you can see, ma
Greg Wooledge wrote on 12/01/16 20:06:
> On Thu, Dec 01, 2016 at 06:38:45PM +, Rodolfo Medina wrote:
>
> P.S. http://wooledge.org/~greg/ds will sort the installed packages by
> size for you. As you can see, many of us have been there, done that.
>
Yes, e.g., aptitude can do this sorting (
1 - 100 of 530 matches
Mail list logo