On Wed, Jun 21, 2017 at 07:44:28AM +0200, Linux for blind general discussion wrote: > Hi. > I'm searching for packages in the new debian stretch on > http://packages.debian.org > but much seems to be gone. the kernel binaries and source for example. > How can this be? Yoshio here. If you are at https://packages.debian.org/stable , then look at the "Kernels" section. the kernel for AMD64 is: linux-image-4.9.0-3-amd64 > also, when I tried out stretch Before very much console commands where > missing. for example jobs, kill and killall. > are there other commands now? "jobs" is a bash shell built-in, type "type jobs", and it will give you "jobs is a shell builtin". If you install the package 'apt-file', you can search the database for files. typing "apt-file find /bin/kill" gives: procps: /bin/kill psmisc: /usr/bin/killall so it shows the package name before the file names. "aptitude show psmisc" shows "Automatically installed: yes", but the package 'procps' is not automatically installed. _______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list