dpkg Questions
6
Solved
I am trying to install packages on my linux OS using the command apt-get install ....
The problem is that I get this error:
Selecting previously unselected package liberror-perl.
dpkg: unrecoverab...
19
Solved
When I try to install mysql-server, an error comes like:
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while process...
4
This error occurred while installing nodejs
I am trying to install nodejs but facing this error while installing.
Tektite asked 12/11, 2022 at 4:59
6
I'm only one week Debian 12 user and, to be honest, it's already my 3rd try installing to properly. Today I was trying to configure my wifi adapter TP-Link Archer T4U Plus AC1300 installing d...
Superfecundation asked 10/2 at 18:1
4
Solved
I have dropped fglrx from my notebook and return to the free drivers but xfce4-power-manager fails to start. it was a known bug
I got apt-get source, apply the patch, build and install it. now all...
3
Solved
I'm trying to install a .deb file... for example:
example.deb
But the program is already installed in an older version on the Debian minimal server.
So doing dpkg -i example.deb is creating a dial...
Standfast asked 27/7, 2017 at 11:30
9
sudo apt-get remove --purge mysql-server mysql-client mysql-common
I am getting the following error as I try to remove mysql using the above command:
Reading package lists... Done
Building depen...
4
Solved
I'm trying to install a jailbreak tweak using make package install but I'm receiving this error from dpkg:
dpkg-deb: file `/tmp/_theos_install.deb' contains ununderstood data member data.tar.xz , ...
3
Something is definitely discombobulated and it's related to dpkg. No idea what caused it. Here are the symptoms:
The commands sudo apt upgrade, sudo apt install <any package>, sudo apt ...
11
Solved
I'm thinking to install hylafax+ version 5.5.4 which was released last month on my Debian PC.
I checked dpkg -l | grep "hylafax" and found out that the current version is 5.5.3. Then I ch...
3
I want to get and install in bash one line, like:
curl XXX.deb | dpkg -i
but dpkg report argument missing
how to get it work?
3
Solved
I'm using Ubuntu 16.04.
When I update, I got the following message
$ sudo apt-get update
....
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
...
2
Solved
I wrote a little CDN server that rebuilds its registry pool when new pool-content-packages are installed into that registry pool.
Instead of having each pool-content-package call the init.d of the ...
3
I'm developing debian packages and I have troubles with correctly defining 'Installed-Size' under DEBIAN/control.
I have created a script that continuously checks svn repository for new revisions, ...
2
Solved
Not so much as a question as a documentation.
This is regarding a failing apt-get install or update related to virtualbox 6.1.10, Ubuntu 20.04, and virtualbox-dkms package failing to build.
I had a...
Coleen asked 12/1, 2021 at 14:54
1
Solved
Some packages conflict, so it's impossible to install all available packages at once. What's the maximum possible number of installable packages for a given system? A brute-force trial and error me...
Emptyhanded asked 1/4, 2016 at 13:51
3
I want to view the content of a .deb archive but I´m not able to unpack the .deb file with any pack program like 7Zip. When I try to install the file in Linux Ubuntu with dpkg-deb the system return...
5
Solved
What: I've a shell script that I'd like to distribute to my LUG.
I believe that a debian package will be the easiest way to distribute it. I want to create a .deb file for the script in this repos...
4
Solved
I am trying create a shell call for non-interactive mysql 5.7 community server installation on ubuntu 14.04. According to various sources using debconf-set-selections should allow such an installat...
4
Solved
I'm trying to create a Dockerfile to install VuFind.
This is my Dockerfile:
#Name of container: docker-vufind:3
# Pull base image
FROM ubuntu:16.04
MAINTAINER xxx "[email protected]"
#Inst...
Nuggar asked 16/12, 2016 at 9:6
3
Solved
I have made a .deb of my app using fpm:
fpm -s dir -t deb -n myapp -v 9 -a all -x "*.git" -x "*.bak" -x "*.orig" \
--after-remove debian/postrm --after-install debian/postinst \
--description "Aut...
2
Solved
My deb file installs to /opt/myCompany/myProgram, when I purge the package with dpkg -P myProgram everything is removed - even /opt (if mine is the only package with files in /opt) - How can I avoi...
4
I've plain Ubuntu 14.04 Server (64-bit) installation.
When use:
sudo apt-get update
Print this error:
....
Hit http://security.ubuntu.com trusty-security/universe Translation-en
E: dpkg was in...
2
Solved
I'm trying to reinstall it, because it has problems. For example, I can't install Chromium because mongodb-org-server is not configured. But I can't even remove it for the same reason.
apt-get aut...
3
Solved
I have a package that previously only targeted RPM based distros for which I am now building .deb packages for Debian based distros.
The aim is to simulate a test installation from user-space that...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.