Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [debian]

Note: Questions MUST be programming related. Use this tag only if your question relates to development on Debian using operating system API's or Debian-specific features, or to creating packages in the deb format.

0 votes
0 answers
10 views

What dependency do I need to get GettextResourceManager?

Here is the C# manual for gettext. It claims: Prerequisite — It also shows usage of a class GNU.Gettext.GettextResourceManager. In a Mono 6.12.0.200 project on Debian Buster there is no ...
Zsar's user avatar
  • 415
-2 votes
0 answers
19 views

How to Migrate from NixOS to another Linux distro [closed]

I have been working with nixOS for a bit of time now and I want to move to debian, I already have the ISO file and it is already flashed to my hard drive. The only thing I am having trouble with is ...
Shiven Khurana's user avatar
0 votes
0 answers
11 views

live-build : E: The repository 'http://security.debian.org/debian-security bullseye/updates Release' does not have a Release file

I I'm trying make an debian based distro using a tool called live-build on github actions running Ubuntu (for some reason i cant/not rather to build locally) and I get the error : Reading package ...
arshavir mirzakhani's user avatar
0 votes
0 answers
32 views

Install specific version of google chrome on Debian 12 docker image

I found this code snipet to install google chrome in a Debian 12 docker image: RUN apt update RUN apt install -y wget RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64....
Mauro's user avatar
  • 95
0 votes
0 answers
17 views

php8.2-fpm on debian 12 stopped serving files which are hebrew name

I have just upgraded my server couple days ago (a Debian 12) and php files which have in their path hebrew characters stopped being served. Ie If I am creating the folder /var/www/html/בדיקה and under ...
elico's user avatar
  • 59
0 votes
0 answers
18 views

Debian freezes everytime i download a file [closed]

I recently ( at least 3 months) installed debian on my notebook and everything is fine besides downloading. Every time I download something through a browser or any chromium based app (slack for ...
vicebas's user avatar
  • 23
1 vote
1 answer
26 views

Unable to locate package python-gobject in Debian 12 Bookworm

I am trying to have touchpad gestures on my Debian.......while writing commands.....it is in this section of command where I start facing problem ~ sudo apt-get install wmctrl python3 python3-...
Rover's user avatar
  • 11
0 votes
1 answer
22 views

Set language in preseed for debian-installer for console

The preseed contains the following parameter: d-i debian-installer/locale string ru_RU.UTF-8 and when installing in graphical mode, the language is selected as needed, but when installing in console ...
Евгений Войтов's user avatar
-1 votes
0 answers
10 views

Debian : how to fix my graphics drivers installation?

I just installed debian with kde on a machine with a nvidia graphic card and an amd cpu who have integrated graphics. When i install the package nvidia-drivers and reboot, when i login, the screen get ...
nico's user avatar
  • 9
0 votes
0 answers
13 views

Can't see Tor service is connected or not

I installed tor and enable and start the service. Now I want to see if tor is connected or not. And I use this command to see the connection progress. sudo tail -f /var/log/tor/log But I get this ...
Hossein Dibapour's user avatar
0 votes
0 answers
10 views

unable to use snap to install netbeans on mx-linux

I'm trying to install netbeans following the official step-by-step but when i try sudo snap install snapd I get error: cannot communicate with server: Post "http://localhost/v2/snaps/snapd":...
Alex Valdelamar's user avatar
-1 votes
0 answers
27 views

Nano on Debian Problem with historic file [closed]

I have a message when opening nano editor on Debian, whatever the file I edit. I will translate the message as I use both Debian and nano in french. The message says 'Problems with the historic file' (...
Steve L's user avatar
0 votes
0 answers
18 views

Hidden files ending with dot cannot be found with "ls -a *dot" [closed]

I find this quite strange. Two hidden files ending with dot can be seen with "ls -a" but not with "ls -a *dot". Why? root@4cb105e2af16:/mnt/test# ls -a . .. .foo.dot .main.dot ...
zell's user avatar
  • 10k
0 votes
0 answers
45 views

I'm trying to access individual pins on a parallel port

I use outb(1, 0x3BC) to turn on data pin 1 on my parallel port and outb(~1, 0x3BC) to turn off data pin 1. However, if I do outb(2, 0x3BC), data pin 2 turns on fine. But when I do outb(~2, 0x3BC) ...
catandmoose's user avatar
0 votes
2 answers
67 views

How to install Java 8 on Debian 12 [closed]

I want to run a minecraft server on my raspberry pi with debian 12(bookworm) on 1.12.2 and for that I need to use Java 8. Problem is that i cant install Java 8 on Debian 12. Are there solutions or ...
flex255's user avatar

15 30 50 per page
1
2 3 4 5
685