this post was submitted on 15 May 2024
3 points (57.1% liked)
Linux
5232 readers
123 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your description is mildly confusing to read, could you provide a list of commands? You can check
history
for this.Sometimes APT can auto install recommended packages, adding
--no-install-recommends
disables this temporarily.Edit: Also you're using PopOS which is Ubuntu based, usually using Debian packages isn't an issue on Ubuntu, but sometimes it is, and something like docker should have an Ubuntu version.
I posted my
history
as a response to @Technus. I know about --no-install-recommends but that's anapt(1)
switch. How can I do that withdpkg(1)
? Check my history, I've been building more than I have been installing lately. Like, for a long time I have been looking for a 'useful' language to make, and then I remembered that there's a swath of programmers in my country who are addicted to Delphi, and Nkki W. has not pushed to Pascal upstream since 1974. So I decided to host a Pascal on JVM. I made ANTLR. But then, it kept complaining that some targets fail, so I had to remove them from pom.xml. I myself am new to Java toolchain tbqh. I think one language that most people build from source is NodeJS. NodejS toolchain is not as good as say, Ruby's or Guile's, but it's good enough and easy to use.Thanks.
You can install .deb files with apt by prepending a
./
, e.g.sudo apt install --no-install-recommends ./docker-desktop-4.30.0-amd64.deb
would work. I usually avoid using dpkg unless I have to.Also:
insapp
an alias or something?sudo apt-get install -f
before, was your install already broken?1- Not sure, I can't read; 2- Yes, Fish; 3- Yes, it fixed it.