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
202 Views Asked by ShaileshKumarMPatel At
2
There are 2 best solutions below
Related Questions in UBUNTU
- Git init --bare giving error fatal: Out of memory? mmap failed: No such device
- EMACS-Live + Slime error at startup
- Vagrant - Ansible error installing Apache
- Openfire Smack Connection issue
- Error in Ruby on Rails on Ubuntu 14.04
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- C++ string and char* manipulation acting weird
- Data transfer between Ubuntu/Windows to network
- How to upgrade Node js version to 0.12.4 on Ubuntu
- How do I install Intellij on Ubuntu 15.04?
- Can't run django-admin startproject mysite (ubuntu, django.core.exceptions.ImproperlyConfigured)
- How to add apt key with --recv-keys instead of --recv?
- Express - Multiparty/Formidable unable to parse files greater than 100kb on Ubuntu. Callback of Parse is not called at all
- Unable start mongoose im in ubuntu. process crashes
- Tkinter application topmost, even over fullscreen
Related Questions in CONFIGURATION
- Logback stopped logging after splitting shared config file
- Understanding Grizzly 1.9.36 internals
- Symfony 2 and php.yml configuration
- Tree configuration to turn on/off the features in java
- Deleting Repeated Services from Android GCM Config File
- What does the dot mean in Symfony service names?
- How to manage configuration data in large projects?
- org.apache.commons.configuration.INIConfiguration: section name with dot (period)
- How to include js files in a Visual Studio project on build
- What is the correct way to use app.config for my plugin when using MEF?
- How run several instances of GWT application in IntelliJIDEA
- ejabberd block messages from users that don't stay in my friend list
- CMake error while configuring "install TARGETS given no RUNTIME DESTINATION for executable target "assimp_simpletexturedogl"."
- Need help in configuring Jenkins with Coverity. Getting Error Message
- How do I access the service provider when registering using typescript class
Related Questions in DEBIAN
- Python Requests just got very slow, better alternative?
- Getting X Cursor in WebKit GTK2+ widget if run by startx
- How to increase PHP memory_limit in Debian Jessie?
- Unable to install RabbitMQ using puppet due to curl error
- phpinfo() uses old version. What am I missing after "make install"?
- How to make home directory the root with useradd on Debian
- Is Google using Debian and Apache?
- scanbd doesn't work unless I restart it from the command line
- debconf selections for phpmyadmin unattended installation with no webserver installed and no dbconfig-common
- How to run TeamSpeak3 server on boot?
- Install Subversion 1.7 on Debian jessie
- apache proxy doesn't work
- module.js 340 error Cannot find module 'bonescript'
- Rails, Sidekiq and systemd are on a debian 8 ship
- Custon headers not working on php 5.6 - apache 2.4, debian 8 jessie
Related Questions in DPKG
- ubuntu: how to get installed softwares from other ubuntu machines using dpkg
- dpkg error: pycompile: not found
- How install a driver without installer tools
- Dockerfile and dpkg command
- can't delete broken mysql install nor fix dependencies (Kali 2)
- OpenSSL 1.0.1f and "undefined reference to symbol 'SSL_state@@OPENSSL_1.0.0"
- Pack file to user Dekstop from deb archive
- "No such file or directory" while installing a .deb package
- Netbeans active packaging on ubuntu - dpkg not found
- I can't install udev on plain ubuntu 14.04
- Half installed packages and python circular dependency
- Creating a debian package, what do I specify in debian/rules to run a ruby script?
- php5-common php5-json deadlock
- how to know $HOME in a .deb package
- Error installing a package on Ubuntu 16.04
Related Questions in DEBCONF
- debconf selections for phpmyadmin unattended installation with no webserver installed and no dbconfig-common
- Error executing bash script throught phing ssh
- is there any necessity to use deconf to get the user input in debian packages
- How to read input while installing Debian package on Debian systems
- How to write Bash script to install and configure Postfix on Debian-based distros
- how to purge debconf configuration for a specific package?
- Why doesn't MySQL root with a blank password work in shell scripts?
- Debconf dialog during .deb installation
- Why is my debian/config script not called during installation?
- Install MySQL on Ubuntu Natty without password prompt and using shell variable as password
- Is there any setting in the preseed file to ignore the Release 'Valid_Until' option?
- GitHub Action Ansible check ubuntu:focal hangs on setting up tzdata without dialog
- db_input in postinst doesn't work
- 'DEBIAN_FRONTEND=noninteractive' not working inside shell script with apt-get
- Scripting LAMP to be installed with predefinied root password
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)
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?
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: