Hi, I installed Peppermint on my HP Stream 14 and everything seems to be working fine. I have the Install Peppermint icon on the desktop and I have deleted it several times but it keeps appearing. How do I get rid of this? Picture attached.
that seems to have worked, everytime I click the update at the bottom right I get a ton of errors. Any idea? Always worrysome when its nothing but errors.
How did you install peppermint? -- could you run neofetch in the terminal I would be curious what that says,. - thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2023-01-04
First I need you to check your sources.list doesn't have any errors.
Copy and paste this command into a terminal, and check against my sources.list.
cat /etc/apt/sources.list
See example of a fully functioning Debian Bullseye system's sources.list below.
cavy@micro1:~$cat/etc/apt/sources.list# This system was installed using PeppermintOS removable media# (e.g. netinst, live or single CD). The matching "deb cdrom"# entries were removed at the end of the installation process.# For information about how to configure apt package sources,# see the sources.list(5) manual.# Main Repo - main contrib non-freedebhttp://deb.debian.org/debian/bullseyemaincontribnon-freedeb-srchttp://deb.debian.org/debian/bullseyemaincontribnon-free# Security Repo - main contrib non-freedebhttp://security.debian.org/bullseye-securitymaincontribnon-freedeb-srchttp://security.debian.org/bullseye-securitymaincontribnon-free# Updates Repo - main contrib non-freedebhttp://deb.debian.org/debianbullseye-updatesmaincontribnon-freedeb-srchttp://deb.debian.org/debianbullseye-updatesmain#deb http://deb.debian.org/debian/ bullseye-proposed-updates main contrib non-free#deb-src http://deb.debian.org/debian/ bullseye-proposed-updates main contrib non-free# bullseye-backports, previously on backports.debian.orgdebhttp://deb.debian.org/debian/bullseye-backportsmaincontribnon-freedeb-srchttp://deb.debian.org/debian/bullseye-backportsmaincontribnon-free# Testing repo used to get software not in the normal repos#deb http://deb.debian.org/debian/ unstable main contrib non-free# Unstable repo used to get software not in the normal reposdebhttp://deb.debian.org/debian/unstablemaincontribnon-freecavy@micro1:~$
If not use this command sudo mousepad /etc/apt/sources.list and make the necessary corrections and then save and update the repositories with this terminal command sudo xDaily .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I installed Peppermint on my HP Stream 14 and everything seems to be working fine. I have the Install Peppermint icon on the desktop and I have deleted it several times but it keeps appearing. How do I get rid of this? Picture attached.
Thanks in advance!
We use this terminal command in testing, as I only seen this quirk in Bookworm during testing.
sudo apt purge -y calamares* live* && sudo apt -y autoremovethat seems to have worked, everytime I click the update at the bottom right I get a ton of errors. Any idea? Always worrysome when its nothing but errors.
How did you install peppermint? -- could you run neofetch in the terminal I would be curious what that says,. - thanks!
First I need you to check your
sources.listdoesn't have any errors.Copy and paste this command into a terminal, and check against my sources.list.
cat /etc/apt/sources.listSee example of a fully functioning Debian Bullseye system's
sources.listbelow.If not use this command
sudo mousepad /etc/apt/sources.listand make the necessary corrections and then save and update the repositories with this terminal commandsudo xDaily.why is apt looking for the iso image repo ?
either the iso image is corrupt or the installation did not finish properly