LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-02-2020, 10:27 AM   #1
slkw
LQ Newbie
 
Registered: Nov 2019
Posts: 22

Rep: Reputation: Disabled
Every package is missing, it seems


A general comment about Debian Buster, which I installed on a Macbook Pro: Numerous packages and programs that I expected, as a Slackware user, to be present just aren't. It often seems that indeed every package that I might need is missing whereas stuff I don't need is there.

Even Raspbian seems to be better configured and more polished than Debian Buster.

Having used Gentoo as well I'm accustomed to installing things ad hoc, which is great because Gentoo builds everything from source and that adds a degree of security, however Debian doesn't install from source so it feels like there is little benefit to this tedious effort except saved disk space which is cheap to begin with. Back when we had 20GB hard drives (circa 1997) having almost every package missing by default might have been a big benefit. Today it isn't.

But the a la carte model's annoyingness is compounded by the fact that it always asks for the Buster DVDROM and even insists the DVDROM is somehow not official or registered. Entering the command to register the DVDROM has no effect. Looking at the bigger picture, it is mystifying that someone actually thought we all still have DVD drives in our computers in 2020. We don't, and most times neither I nor most people have a USB DVD reader on hand.

Last edited by slkw; 01-02-2020 at 10:30 AM.
 
Old 01-02-2020, 10:32 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
so you can remove the dvd from the package source configuration. see /etc/apt/sources.list
Would be nice to see examples what is missing, what do you need, what did you try, what's happened. Otherwise hard to say anything...
 
Old 01-02-2020, 10:34 AM   #3
slkw
LQ Newbie
 
Registered: Nov 2019
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
so you can remove the dvd from the package source configuration. see /etc/apt/sources.list
Would be nice to see examples what is missing, what do you need, what did you try, what's happened. Otherwise hard to say anything...
Is there a log anywhere that shows all the packages I've installed?
 
Old 01-02-2020, 10:41 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
that is the command dpkg on debian, use: dpkg -l (and see the man page for usage/details)
 
Old 01-02-2020, 10:45 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,697

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Installed packages are stored in the dpkg database. To see all installed packages:

dpkg-query -l | less

Replied to late...

Last edited by michaelk; 01-02-2020 at 10:47 AM.
 
Old 01-02-2020, 10:56 AM   #6
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Debian only installs whatever software was required for what purpose you chose at install time: desktop, server, etc. Doesn't Slackware install everything because it doesn't do dependency checking? Debian (and Gentoo) both do dependency checking so I would only expect software and dependencies that are related to what was originally installed.

Building from source adds nothing as far as security is concerned, unless you have done a code review prior to compiling, which only coders do...
 
Old 01-02-2020, 09:10 PM   #7
slkw
LQ Newbie
 
Registered: Nov 2019
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sevendogsbsd View Post
Doesn't Slackware install everything because it doesn't do dependency checking? Debian (and Gentoo) both do dependency checking so I would only expect software and dependencies that are related to what was originally installed.

Building from source adds nothing as far as security is concerned, unless you have done a code review prior to compiling, which only coders do...
The point is, Slackware has virtually everything that a package might depend on. So installing new packages doesn't cause any real hardships.

Regarding security, you can never be certain that a binary was really built from the open source code and doesn't contain spyware e.g. which some government required to be put there. It is therefore better to install from source, but I never said doing so was a 100% safety guarantee.
 
Old 01-02-2020, 09:11 PM   #8
slkw
LQ Newbie
 
Registered: Nov 2019
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
Installed packages are stored in the dpkg database. To see all installed packages:

dpkg-query -l | less
My list has 2780 lines, most of them being 'ii'.
 
Old 01-02-2020, 09:57 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Quote:
Doesn't Slackware install everything because it doesn't do dependency checking?
I don't think that's the reason.

A full Slackware install does include a lot of stuff that other distros do not, such as kernel headers and sources, a bunch of text editors and x-utilities, and so on, but as far as I know (as a simple user who is not on the Slackware team), it's because that's what Slackware does and that's what Slackers have come to expect, not because of any concerns about dependency checking. Slackware does its own thing.

Slackware also does not "brand" stuff. The window managers and desktop environments that Slackware includes are as close to what their maintainers created as you will find in a distro.

Personally, I quite like Debian and have not had issues with the default software load that I could not fix with the help of the package manager. It has long been my second favorite after Slackware.

Just my two cents.
 
Old 01-03-2020, 02:56 AM   #10
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by slkw View Post
My list has 2780 lines, most of them being 'ii'.
and we still have no idea what is missing (for you).
ii means installed.
 
Old 01-03-2020, 02:37 PM   #11
andigena
Member
 
Registered: Sep 2019
Location: USA
Distribution: nixos, but i prefer plan 9
Posts: 141

Rep: Reputation: 66
Is there a reason that you can't just use apt-get and write a script so you can execute it multiple times if needed? You shouldn't need a DVD to install standard packages.
 
Old 01-03-2020, 07:04 PM   #12
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by andigena View Post
Is there a reason that you can't just use apt-get and write a script so you can execute it multiple times if needed? You shouldn't need a DVD to install standard packages.
You would if you had not taken the offered opportunity to setup the sources.list during the install. The OP did not do this step or much of anything else from looks of it, to be here complaining about a distro that did exactly what he told it to do.
 
1 members found this post helpful.
Old 01-04-2020, 07:17 PM   #13
slkw
LQ Newbie
 
Registered: Nov 2019
Posts: 22

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by andigena View Post
You shouldn't need a DVD to install standard packages.
I know, but it keeps asking for one. I like Raspbian much better than Debian Buster.
 
Old 01-04-2020, 08:17 PM   #14
andigena
Member
 
Registered: Sep 2019
Location: USA
Distribution: nixos, but i prefer plan 9
Posts: 141

Rep: Reputation: 66
Quote:
Originally Posted by slkw View Post
I know, but it keeps asking for one. I like Raspbian much better than Debian Buster.
What is the output of "cat /etc/apt/sources.list"?
Also, you don't have to specifically use a CD/DVD if you can't configure it to use an online source for whatever reason. You can use a USB drive.

Last edited by andigena; 01-04-2020 at 08:18 PM. Reason: added link
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
IPSEC seems to stop working on every server I try causing to restart the service guntanemo Linux - Software 2 01-22-2018 08:57 PM
[SOLVED] CDROM seems to be there but also seems not to be mounted. Crb999 SUSE / openSUSE 47 02-06-2017 03:33 PM
VPN (vpnc) connection only seems to work every other time g-man1066 Linux - Networking 0 08-12-2010 09:13 PM
My computer seems to loose it's Linux installation every two days ... dvarius Linux - Newbie 18 01-12-2006 05:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration