Skip to main content
0 votes
0 answers
35 views

I'm trying to build a docker image on my Mac, but it fails at installing some linux deps. I think it's all pretty standard, and it works for my colleagues, on CI/CD (details below) Relevant part: FROM ...
fodma1's user avatar
  • 3,545
1 vote
1 answer
87 views

How can I create a python Virtual ENVironment (venv) such that the new venv has all of the python modules that are already installed on my system (with apt)? 🛈 Note: It's much more secure to install ...
Michael Altfield's user avatar
4 votes
1 answer
838 views

I have a Drupal project with lando based local development. my lando.base.yml looks like: Services: database: type: mysql:8.4 creds: user: drupal password: xxx database: ...
Rick's user avatar
  • 1,619
1 vote
1 answer
328 views

I need help to install a package using apt install in the Raspberry Pi using the Python version I installed using pyenv. I already tried using pip, but the installation fails. The specific package I ...
JackOA's user avatar
  • 59
0 votes
1 answer
297 views

I would like to disable automatically installing packages from this particular source: $ cat /etc/apt/sources.list.d/unstable.list deb http://deb.debian.org/debian unstable main contrib non-free non-...
Guenther Brunthaler's user avatar
0 votes
1 answer
290 views

I followed the instructions to set up a Debian package registry for my GitLab project. ✔️ I enabled the API ✔️ I created a distribution ✔️ I uploaded packages Now I have a CI job that needs to pull ...
nullromo's user avatar
  • 2,737
2 votes
2 answers
10k views

I have a standard Ubuntu remote server from HostWinds that is set up per their normal settings, Ubuntu 22.04.5 LTS. I added MySQL, but otherwise I have made very few changes except I installed Python ...
Nathan Ruffing's user avatar
0 votes
0 answers
53 views

I am using MXLinux based on Debian 12 (Bookworm) I did sudo apt install android-* I got this error at the end of the output: Errors were encountered while processing: android-androresolvd E: Sub-...
Normand Espinoza's user avatar
2 votes
1 answer
201 views

I just freshly installed pythonpy. However, the package gives SyntaxWarnings during installation: $ sudo apt install pythonpy [sudo] password for melvio: Reading package lists... Done Building ...
melvio's user avatar
  • 1,152
1 vote
2 answers
875 views

I am getting an error on running cv2.imshow() cv2.imshow("Image", image) cv2.error: OpenCV(4.9.0) /io/opencv/modules/highgui/src/window.cpp:1272: error: (-2:Unspecified error) The function ...
Stephen's user avatar
  • 624
-2 votes
1 answer
233 views

I have a scanner that only works when downloading the .deb from the manufacturer (Brother) and installing with: sudo dpkg -i --force-all libsane-dsseries_1.0.5-1_amd64.deb --force-all is required. ...
Phil's user avatar
  • 2,164
2 votes
2 answers
194 views

When I tried compiling this program /* * Copyright (c) 2006-2007, Johan Thelin * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * ...
muggi's user avatar
  • 323
0 votes
1 answer
74 views

Need to install up to date Docker on my Raspberry Pi 3 B+ Can do apt install docker.io but it extremely outdated. Follow official Docker instruction. After I add repository to Apt sources sudo apt-get ...
frenzy's user avatar
  • 1,660
1 vote
1 answer
459 views

I am trying to set up a local repository for binary Debian packages (.deb files) in JFrog's Artifactory to host some internal Debian packages of our company. On my PC I can install the packages ...
Joshua Schroijen's user avatar
-1 votes
1 answer
180 views

I am running several Raspberry Pi 4 on Bookworm. On these, I have a bash file as follows: sudo apt -y update read -t 600 -p "Pausing 10 minutes between Update and Upgrade" sudo apt -y ...
Chiwda's user avatar
  • 1,387

15 30 50 per page
1
2 3 4 5
100