Hello, I recently broke by accident my MX Linux (21.3) computer.
Context: I wanted to install a package from Debian SID, so I added Debian SID to APT sources but I seen there were thousands of updates available, so I decided to upgrade the softwares. Problem: during the process, APT crashed...
I can't do apt-get upgrade. This is what the console shows:
$ sudo apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Tal vez quiera ejecutar «apt --fix-broken install» para corregirlo.
Los siguientes paquetes tienen...
I want to install a package but when i did that than this came out:
```
apt install postgresql
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
postgresql-doc
The following NEW packages will be installed:
postgresql
0 upgraded...
I am running a kai linux 2020.1 64 bit VM. when I run sudo apt upgrade I get the following errors:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
php-common...
My Linux machine has two users root and matthew, I keep the passwords written in a text file so that I know I'm not making a spelling mistake (maybe a security issue, but that's not related to my question).
I was logged in as matthew and I wanted to install nano, so I typed.
sudo apt-get...
Hey guys new to linux im running kubuntu 18.10
sudo apt-get update.
and getting 3 Gets they are
http://gb.archive.ubuntu.com/ubuntu cosmic-updates InRelease [83.2 kB]
Get:5 http://gb.archive.ubuntu.com/ubuntu cosmic-backports InRelease [74.6 kB]
Get:6 http://security.ubuntu.com/ubuntu...
Hello,
I want to know how does the RedHat/Centos and Ubuntu systems manage their packages updates?
Does RedHat/Centos update only from their local repositories? (using yum update)
Do we have to first, download the repositories from the internet, then yum update?
Of source, it's possible to...