Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
944 views

Can't install any package: "package linux-image-5.4.0-42-generic is missing final newline"?

I tried to install some package updates on my Ubuntu 20.04.5, but everything fails with: dpkg: unrecoverable fatal error, aborting: files list file for package 'linux-image-5.4.0-42-generic' is ...
Danijel's user avatar
  • 186
1 vote
1 answer
633 views

How can I configure Pacman to warn user of an update for a certain package?

I would like to be warned against an update to a particular package on arch linux using pacman. I use some custom information in the header files for gcc-libs. But every time gcc-libs gets updated, ...
Abhay Patil's user avatar
1 vote
3 answers
23k views

"apt-get upgrade sqlmap" is upgrading all packages instead of just sqlmap. Is this expected behavior?

I issued the following commands, combined with a double-ampersand, i.e "&&". apt-get update && apt-get upgrade sqlmap Apparently all the installed packages are being upgrading. This ...
Linux Newbie's user avatar
0 votes
1 answer
395 views

Why does upgrading through Ansible commonly considered "idempotent"?

I know that an idempotent function returns a result which is can be returned more than once without changing the application essentially (like adding zero to a number or multiplying that number by 1). ...
user avatar
3 votes
0 answers
50 views

How does the update process work for different install methods? [closed]

From my understanding there are four ways to install packages: Build from source and install Install binary Install a deb/rpm file Install from repository In Ubuntu for example, are packages ...
rippling's user avatar