SlowFox72

Results 19 comments of SlowFox72

Hi again, Thank you for the positive answer, I ran into a insuffcient free space issue after several kernel updates on the `/boot`. So I had to do a manual...

This just a thought, this is an example from Kali linux. `sudo apt uprgade` wil advise you to run `sudo apt autoremove` is it possible when this 'advise' is given...

Maybe somthing in the line of this could be used: ```#!/bin/bash # Function to display error messages print_error() { echo "Error: $1" >&2 } # Function to update the server...

Hello, I ran `sudo cat /usr/share/webmin/webmin/developers-key.asc | gpg --dearmor >/usr/share/keyrings/debian-webmin-developers.gpg` what gave me a `Premission Denied`. Running as root I got no `Permision Denied` error but running `sudo apt update`...

I have the same issue as above mentioned: After the `/usr/share/webmin$ sudo ./setup-repos.sh -f ` ```shell W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:50 and /etc/apt/sources.list.d/webmin.list:1 W: Target...

The solution was in the error message: ```shell W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:50 and /etc/apt/sources.list.d/webmin.list:1 ``` In `etc/apt/sources.list` I comment out the line which mentions...

Is it possible to intergrate the `fwupd` in the update process?

Or to have a notification of some sort telling you that there is a firmware level upgrade.

If you run the command `fwupdmgr get-upgrades` on a test machine you will probably get some results. it goes to the [ Linux Vendor Firmware Service]( https://fwupd.org/)