this post was submitted on 09 Jul 2023
47 points (98.0% liked)

Linux

47325 readers
1020 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm on Debian 12, KDE Plasma, I often get this error

E: The repository 'cdrom://[Debian GNU/Linux 12.0.0 Bookworm - Official amd64 DVD Binary-1 with firmware 20230610-10:23] bookworm Release' does not have a Release file. W: Updating from such a repository can't be done securely, and is therefore disabled by default. W: See apt-secure(8) manpage for repository creation and user configuration details. E: cdrom://[Debian GNU/Linux 12.0.0 Bookworm - Official amd64 DVD Binary-1 with firmware 20230610-10:23] bookworm Release is not (yet) available (Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs) W: http://dl.google.com/linux/earth/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

I didn't install from a CD Rom or DVD, what is the problem here?

you are viewing a single comment's thread
view the rest of the comments
[–] daf 28 points 1 year ago (2 children)

Since OP is new to linux I'll just add this in case it's helpful.

To edit a file owned by root (super account) you can use sudoedit /etc/apt/sources.list or alternatively sudo nano /etc/apt/sources.list in a terminal.

In the editor save by using the key combo Ctrl+S and exit with Ctrl+X.

Commenting is adding a # in front of the line.

so the file should look like something like this

# deb cdrom:[Debian GNU/Linux 11.5.0 _Bullseye_ - Official amd64 NETINST 20220910-10:38]/ bullseye main
[–] [email protected] 5 points 1 year ago

Right, thank you. I haven't had my coffee yet. I should have been more clear.

[–] [email protected] 1 points 1 year ago (2 children)

Question: can this be done via a graphical interface (eg like software-properties-kde in (K)ubuntu)?

[–] OldFartPhil 3 points 1 year ago* (last edited 1 year ago) (1 children)

To add to what @lordnikon said, the program is called Software & Updates and I'm pretty sure it's installed by default in GNOME (don't know about other DEs).

Software & Updates Screenshot

[–] [email protected] 3 points 1 year ago

Cheers! Yes it's the same as in KDE. The command-line call is software-properties-gtk or software-properties-kde.

[–] lordnikon 3 points 1 year ago (1 children)

yes it can be changed just to un check the box that says Cdrom in sources list. you may need to install that package as im not sure it is installed on debian by default. I start with a minimum install and build my system from there so it's been a long time since I have seen a default install.

[–] [email protected] 1 points 1 year ago

Cheers! Good to know for when I also switch to Debian :)