I am creating a debian package (.deb)
I wanted to get answer to some questions.
Somehow, installation of newly created .deb file was not asking question after asking once, even if package is purged
Setting question priority critical does not help
How can remove old answers totally?
This is important during package creation page
Purging Debian dpkg-deb config information complately
206 views Asked by ShaileshKumarMPatel At
2
There are 2 answers
Related Questions in UBUNTU
- Error: local variable 'bramka' referenced before assignment
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Can't connect to local postgresql server from my docker container
- How to install libfuse2 on Ubuntu 22.04
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Can anyoone help me with this problem while trying to install hadoop on ubuntu?
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- psutil.sensors.temperatures() only delivers {}
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Viber is not working on Ubuntu 22.04 Jammy
- why is ubuntu 18.4 still showing as a linux subsystem when i have uninstalled it?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- What is this error when trying to update Ubuntu?
- Angular on IONOS(?) throws an error with npm
- Tensorflow can't find TensoRT
Related Questions in CONFIGURATION
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- I am trying to run java application in Eclipse, When I try to do Run > Run as > Java Application it starts to show little processing but nothing happe
- CISCO refuses to turn off spanning tree for specific vlans
- Resolve paths dynamically based on directory where test (or tested files) is located in Jest
- `android` Does Not Exist in `~/Android/Sdk/platform-tools`
- jboss configuration via ipv6 version jboss-eap-7.4
- I can't find a conenction diagarm for the OV7670 camera to the ESP8266
- Locally testing OS environmental variables in Ballerina
- Why is the build configuration always choosing production?
- App Configuration affecting VS Web Server Hosting
- IServiceCollectionConfigurator' does not contain a definition for 'UsingRabbitMq'
- Localhost Not Working After Creating Virtual Host in XAMPP
- Why am i unable to download MySql?
- Azure App Configuration - Replica for 429 HTTP responses
- TYPO3: tx-form custom fluid templates and class for submit button
Related Questions in DEBIAN
- How to restrict user access on mounted NSFv4 share with all_squash option?
- Obtaining the user's home directory for a daemon application running as root in linux
- Make Bind DNS server to request only root DNS servers of IANA website
- Mokutil does'nt work in Google Cloud Compute Engine
- Install Gitlab Repository : Wordlists
- PHP apache2 - php script cli will write txt file but browser will not
- Docker error at build E: Release file for http://deb.debian.org/debian-security/dists/bookworm-security/InRelease is not valid yet
- Slow loading of WordPress site on development server despite fast database queries
- How to use pyinstaller on debian?
- Python 3.12 pip install mod_wsgi fails
- Using Packer to install Debian
- How to install PHP Extension SQLSRV on Azure App Service (PHP 8.2 / Linux)?
- "Read-only filesystem" error during docker build
- Python code for raspberry pi not "alt+tabbing" to new window with GPIO button
- Resolve dependencies of an arbitrary Debian or Ubuntu package
Related Questions in DPKG
- Obtaining the user's home directory for a daemon application running as root in linux
- DEB how do I save the configuration files of packages that are deleted during the installation of my package?
- Why is libc6-dev not a dependency of most debian development packages?
- Dependency problems while updating kernel 6.1.0-18
- Why isn't sudo apt upgrade working on Ubuntu?
- Building a .deb-file for Raspberry Pi
- pmbus.h missing from /usr/include
- dpkg-shlibdeps: error: no dependency information found
- How to fix broken openmpi after Ubuntu upgrade to version 22.04
- Facing error while installation of any software E: Sub-process /usr/bin/dpkg returned an error code (1) on ubuntu 20.04
- Why is Ubuntu 22.04 specifically having an issue with 'trying to overwrite' a file while upgrading my package?
- Broken apt package: apt --fix-broken install fails, can't create symbolic link in /usr/lib
- Having trouble creating a debian debug package
- I want to install JDK for Debian using ARM64 but I got todpkg: error: archive 'jdk-20.0.2' is not a regular file, how do I fix?
- TensorRT installation in ubuntu shows Invalid Debian format
Related Questions in DEBCONF
- Purging Debian dpkg-deb config information complately
- How do you remove configuration settings from debconf
- how to purge debconf configuration for a specific package?
- 'DEBIAN_FRONTEND=noninteractive' not working inside shell script with apt-get
- GitHub Action Ansible check ubuntu:focal hangs on setting up tzdata without dialog
- Creating deb package with debconf postints
- dpkg-reconfigure openssh-server in ansible playbook
- Why doesn't MySQL root with a blank password work in shell scripts?
- Rundeck debconf-set-selection:
- debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
- Non interactive steam install on linux/debian (how to auto-accept EULA?)
- Is there a way to fix this "debconf-show" path issue?
- Ubuntu Preseed and Templating
- Why is my debian/config script not called during installation?
- dpkg-deb --build : debconf fails when I use db_input
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Another way to remove all of your package's questions from debconf's database is to call
db_purgein yourpostrmscript, when removing or purging the package.You have to previously load the debconf library:
. /usr/share/debconf/confmoduleFor example: