Цветущие вишневые деревья в провинции Цзянсу
百度 安峰山指出,该案有关条款,尽管不具法律约束力,但严重违反一个中国原则和中美三个联合公报规定,向台独分裂势力发出严重错误信号,给复杂严峻的两岸关系形势和台海地区和平稳定造成严重冲击。
Additional software that some software requires to function
639 questions
0
votes
1
answer
19
views
Resolving systemd service ordering cycle conflict
I have two service files (serva and servb) as shown below. I want serva to start first (on boot, once network is available), and servb to start only after serva has started. This should be easy, but ...
1
vote
0
answers
71
views
`apt` doesn't install dependency matching version range even when available [duplicate]
I'm having trouble understanding what apt is doing when specifying a version range.
I have two packages, packageA and packageB. packageB depends on packageA but requires a specific version range.
Keep ...
1
vote
1
answer
193
views
Understanding the apt-get build-dep process
Addendum added to the end of this posted question to respond to the answer of Stephen Kitt.
Cross-posted : no joy posting on the asymptote (sourceforge) forum.
In this posting I describe experiments ...
0
votes
1
answer
80
views
How to fix Error building the cache: multimedia-libs.repo
Trying to install playwright with npx playwright install i got the error
Host system is missing dependencies to run browsers.
Missing libraries:
libicudata.so.66
libicui18n.so.66
libicuuc.so.66 ...
4
votes
1
answer
356
views
Can't find executable file that is obviously present
I am trying to run the COMSOL license manager in Pop OS; however, when I try to run:
$ ./lmgrd -c ../license.dat -l /var/tmp/comsol55.log
I get the following error:
bash: ./lmgrd: No such file or ...
2
votes
1
answer
157
views
How to get reverse dependencies in Debian package manager for installed packages
The typical way to get reverse dependencies in Debian or Debian based systems, is to either use
apt-cache rdepends PackageName
OR
apt-cache showpkg PackageName
There are two issues with this. ...
0
votes
0
answers
51
views
Do not stop the service if required service exits?
I have the following scenario that I'm trying to implement:
service b requires service a so that when b starts it forces a to start successfully (or still be active) or fails if a fails
service a is ...
2
votes
2
answers
169
views
Is there a way of working out systemd dependencies for a service you're creating?
This is possibly a silly question but other than a few common options / educated guesses / knowing the entire kernel/systemd inside-out is there some way of determining what dependencies and in what ...
0
votes
1
answer
87
views
meld won't run on Cygwin: AttributeError: module 'gi' has no attribute 'require_version
I'm trying to run meld on Cygwin, after having installed it, and circumvented the "no module named 'meld'" issue by forcing it to use Python 3.6. Now, I get:
$ meld
Traceback (most recent ...
0
votes
1
answer
163
views
Install software on User1 and use it on User2
Newbie here. I am managing an Ubuntu workstation used by several people. Each user has their own account and has done whatever needed to use the machine (installing libraries, tools and so on). Now, I ...
0
votes
1
answer
58
views
Are build-deps packages required to stay installed or can we purge them?
I'm often following SimpleBackportCreation to create custom backports for various packages that don't exist in stable branch.
One of the steps is to install build-deps with sudo mk-build-deps --...
1
vote
1
answer
99
views
Force dpkg-buildpackage to specify exact dependencies for some packages?
I'm building an app that depends on Qt6 and by default dpkg-buildpackage generates a >= dependencies for shlibs dependencies I didn't explicitly specify . So specifying:
Depends: ${shlibs:Depends}
...
0
votes
1
answer
81
views
Compiling old packages with outdated libraries for modern distros for preservation and archival purposes
I want to compile old (2005-2012) commits of an app, the app in question uses outdated libraries that no longer exist in modern distros, for example Qt3/Qt4 and ancient OpenSSL. I was successfully ...
1
vote
0
answers
53
views
Maintain active state for exactly one of conflicting units with systemd
I want to unmount some of my local partitions when computer goes to hibernation aka suspend-to-disk. And (of course!) mount them on resume. Consider my mount unit:
[Unit]
Description=Some partition
...
0
votes
0
answers
70
views
How to build a RPM with circular dependencies?
I am trying to build mesa-7.6-0.1.fc11.src from source.
$ yumdownloader --source mesa
$ cd rpmbuild/SPECS
$ rpmbuild -ba mesa.spec
error: Failed build dependencies:
freeglut-devel is needed by ...