python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Make a deb package that depends on other package installed from deb file
I am trying to build a deb package A that depends on another deb package B that is downloaded from URL and then installed.
The obvious solution I tried was putting the script that downloads and instal...
SonGoku
Votes: 0
Answers: 0
Why does the installation script (PetaLinux) does not find zlib1g?
I am trying to install PetaLinux on Ubuntu 20.04LTS.
From what I've figured out so far, the script itself seems not to be the (only) cause of the problems I am facing, so my questions has to be unders...
Nico
Votes: 0
Answers: 1
How to install dpkg without dpkg, apt and ar
Today I've uninstalled bash on my wsl system (because I wanted to be very funny). But I think that bash had references to apt and dpkg. So after I ran the command sudo apt remove bash everything was g...
BierDav
Votes: 0
Answers: 1
Can't install GCC in Ubuntu 20.04 WSL
I have tried to install gcc in Ubuntu 20.04 on WSL :
apt -y install gcc return error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest...
vtable
Votes: 0
Answers: 1