
LMDE4 ca-certificates
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
LMDE4 ca-certificates
Good afternoon I have installed LMDE 4 but I cannot install anything, neither by synaptic nor by terminal notifications appear about certificates that are absent or that do not exist I am tied hand and foot I cannot configure the OS because I cannot install anything How can I solve it? 

- antikythera
- Level 11
- Posts: 3521
- Joined: Thu Jul 02, 2020 12:52 pm
Re: LMDE4 ca-certificates
Did you check the ISO after downloading it for errors before installing?
make sure the date and time are set correctly on the machine and then try the following command, if your mirrors are configured properly it may download and install a fresh set:
make sure the date and time are set correctly on the machine and then try the following command, if your mirrors are configured properly it may download and install a fresh set:
Code: Select all
sudo update-ca-certificates
Re: LMDE4 ca-certificates
This was the response of the terminal : ~$ sudo update -ca-certificate
[sudo] password for sofia:
sudo: update: command not foun
[sudo] password for sofia:
sudo: update: command not foun
Re: LMDE4 ca-certificates
The given command is functional, your LMDE4 install are corrupt.
Make a new fresh install with taking care to check the ISO before creating the bootable media.
The link to verify an 64-bit ISO:
https://linuxmint.com/verify.php
AMD Ryzen 7 3700X - 32GB DDR4 - Sapphire RX570 8GB - SSD SAMSUNG EVO 860/HDD Toshiba - Mobo Gygabyte AORUS ELITE B450 - PSU Gigabyte 750W Gold - Case Zalman X3 White
LMDE4 Kernel 5.9
LMDE4 Kernel 5.9
Re: LMDE4 ca-certificates
https://imgur.com/KfOX8nh As I activate them I am not a programmer This is the second reinstallation I do
- antikythera
- Level 11
- Posts: 3521
- Joined: Thu Jul 02, 2020 12:52 pm
Re: LMDE4 ca-certificates
there's a space in the command you entered on your machine that shouldn't be there, that is why it failed. update-ca-certificates should be in one string like I pasted in the code box in my post above.