@fluckx@lemmy.world
dpkg doesn’t resolve dependencies (that’s a feature of apt) which means that if you install a Debian package with dpkg, you’ll have to manually install all dependencies first, and they won’t be marked as automatically installed
Usually installing a manually downloaded package and its dependencies works like this:
# dpkg -i package-file.deb
# apt-get -f install
So apt-get can be used to install missing dependencies afterwards while marking them as automatically installed.
We weren’t doing any ressource extensive computations with Matlab, mainly just for teaching FEM, as we’ve had an extensive collection of scripts for that purpose, and pre- and some post processing.
No, I’m not at university anymore.
Does Python have the ability to specify loops that should be executed in parallel, as e.g. Matlab uses parfor
instead of for
?
I assume, you use certbot
for certificate management. In its
documentation the option --http-01-port
is stated which defaults to 80
, the http port, which shall be reachable for the certificate generation procedure. Hence, I assume, this should be specified according to your needs.
Tbf, the white voice technique they are using isn’t distinctively Polish, it is relatively common in eastern Europe, e.g. the Ukrainian group Go_A uses it as well.
A similar issue appeared in Linux, when the kernel version jumped from 2.6 to 3 “just because”. At least it was not recommended for normal users to upgrade their system out of curiosity.
Nice. Happy hunting. 🫡
The Logan Act (1 Stat. 613, 18 U.S.C. § 953, enacted January 30, 1799) is a United States federal law that criminalizes the negotiation of a dispute between the United States and a foreign government by an unauthorized American citizen.
Does this really apply, as Trump doesn’t claim to negotiate on behalf of the US government? Getting instructions by a foreign president on how to overthrow democracy doesn’t count, I’m afraid.
In Italian, Sweden is Svezia which made me confused when I was in Italy.
In Swedish it means grove or place of worship.
Similarly to Nextcloud. If you host an instance and remove preinstalled apps, you are obliged to also remove the Nextcloud branding.
OK, TY. I’ve thought, there were just downloader packages, containing scripts to download the firmware binary from the device manufacturer and install it on the system, like e.g. the one for the Broadcom wireless driver.
Sorry, I mixed that up. It was named Canonical partner or something like that and contained only binary packages. Debian contrib
are free packages with dependencies in non-free
. While non-free
are packages with not DFSG compliant source code (but with source code).
In principle yes, as Ubuntu is derived from Debian Sid, but with modifications to make it stable. Thus, the sources they are built from are different and hence, not completely binary compatible, like e.g. *Ubuntu and Mint or Debian and LMDE are. The configuration settings different also here and there and thus, guides for Ubuntu are not 1:1 transferable to Debian and vice versa.
For the conflicting package names, there is at least the solution to pin the sources.list from the PPA with a higher priority than the official Ubuntu repository. This would work even package-wise.
Thank you. You reply made me find KDE’s F-Droid repo.