Questions tagged [debian-based]

Debian-based operating systems (such as Ubuntu or gNewSense) derive the majority of their functionality from the main Debian code base and are thus likely to be largely compatible with it. For example, it's often possible for an Ubuntu .deb file to be installed on a Debian system with no changes.

Debian-based operating systems (such as Ubuntu or gNewSense) derive the majority of their functionality from the main Debian code base and are thus likely to be largely compatible with it. For example, it's often possible for an Ubuntu .deb file to be installed on a Debian system with no changes.

297 questions
4
votes
2 answers

How can I specify the HADOOP_HOME after I install hadoop 1.0.1 in ubuntu with deb intall file

I have installed hadoop 1.0.1 in my ubuntu laptop by a deb install file. the hadoop files are install into different directories, eg: config file are installed into /etc/hadoop, but the bin files are installed into /usr/sbin. So how can I specifiy…
Derrick Zhang
  • 262
  • 4
  • 9
3
votes
1 answer

CMake: the right way to deal with static and shared libraries

Let's consider Debian or Ubuntu distro where one can install some library package, say libfoobar, and a corresponding libfoobar-dev. The first one contains shared library object. The later usually contains headers, static library variant and cmake…
3
votes
0 answers

Google Cloud VM: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found

I am using Google cloud vm where lsb-release gives: No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster I am running my script but its giving this…
Eyshika
  • 1,041
  • 1
  • 11
  • 18
3
votes
2 answers

Docker python unable to import module installed via apt-get

I'm trying to build a python app via docker, but it fails to import numpy even though I've installed the appropriate package via apt. As an example of the dockerfile reduced to only what's important here: FROM python:3 RUN apt-get update \ &&…
TheDruidsKeeper
  • 325
  • 3
  • 12
3
votes
1 answer

/usr/share/code/bin/../code: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file:

/usr/share/code/bin/../code: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory getting this error when install visual studio code in debian amd64
Nesh
  • 31
  • 2
3
votes
0 answers

Vulnerabilities of Linux Kernel While Scanning Docker Images in AWS ECR

We are using AWS ECR for managing docker images. I enabled "Scan on push" while creating repository. We are building the docker images on Linux Kernel which has version of "5.3.0-40-generic". After Pushing those images to repository, I see a few…
RajNikhil Marpu
  • 397
  • 2
  • 4
  • 19
3
votes
0 answers

How to remove evolution from debian but keep gnome

Well it's in the title I did try this: aptitude unmarkauto gnome-desktop-environment gdm-themes gnome-themes-extras gnome-games libpam-gnome-keyring gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg rhythmbox synaptic system-config-printer…
RoboTamer
  • 3,474
  • 2
  • 39
  • 43
3
votes
1 answer

Prevent apt from overwriting a package manually installed

Ubuntu Bionic provides Protobuf 3.0.0, and I'd like to use the latest release, 3.6.1. I've gone and built the Protobuf sources and installed them with the prefix /usr, so the files end up in the same place that the official Ubuntu package puts…
rgov
  • 3,516
  • 1
  • 31
  • 51
3
votes
1 answer

OpenNMS installation fails with error, expected stable but got opennms-23, is it possible to go trought it?

By following the Debian installation section at page https://docs.opennms.org/opennms/releases/latest/guide-install/guide-install.html on a brand new Ubuntu 18 LTS I am getting an error after the last command, is any way to access a recent working…
A. Lion
  • 673
  • 5
  • 12
3
votes
4 answers

How to write a shell script that reads all the file names in the directory and finds a particular string in file names?

I need a shell script to find a string in file like the following one: FileName_1.00_r0102.tar.gz And then pick the highest value from multiple occurrences. I am interested in "1.00" part of the file name. I am able to get this part separately in…
EmbeddedManiac
  • 189
  • 1
  • 12
3
votes
1 answer

python delete all files (recursively) without the folder itself

What's the best way to delete all files and dirs inside a folder without deleting the folder itself using python? Using: if os.path.exists("path/to/folder"): shutil.rmtree("path/to/folder/*") Won't to the trick since the rmtree() doesn't…
kreishna
  • 31
  • 5
3
votes
1 answer

Bash syntax error

Just learning bash and trying to implement a function in a script. The script below runs thru ShellCheck fine, but I get a syntax error running bash from the command line It must be the way I've defined my function, but I can't figure out the right…
dbmitch
  • 5,361
  • 4
  • 24
  • 38
3
votes
1 answer

How to Resize Root File System Partition Debian Jessie BeagleBone Black

I started a new Debian install on my BeagleBone Black Version C using a 16gb MicroSD card. The image I used via win32DiskImager created only one boot linux partition for the root file system and everything else, at a 3.3gb size. The rest of the…
HopWorks
  • 468
  • 1
  • 5
  • 13
3
votes
3 answers

not able to change file permission in linux

This seems a very basic question but I am not able to change the file permission in linux. I am a root user, I can change the file permission if I copy the same file in the Filesystem of the installed linux. I can't change the permissions to files/…
Jeet
  • 761
  • 3
  • 10
  • 27
3
votes
3 answers

MongoDB installation problems Linux Mint Debian

MongoDB did not install correctly because of some Dpkg errors. Trying to purge or remove anything related just comes with the error. I have tried deleting all of the Mongodb libs and did a search for other files. I am not sure what caused the…
bischoffingston
  • 637
  • 9
  • 27
1 2
3
19 20