.deb is the file-format used by the Debian package management system.
Questions tagged [deb]
67 questions
21
votes
5 answers
Ignore packages that are not currently installed when using "apt-get remove"
I have a scenario where I'd like to remove a set of packages that may or may not be installed, and I'd like apt-get to remove those that are and silently ignore those that aren't. Something like:
apt-get remove foo bar baz
which, if foo and bar…
javawizard
- 309
15
votes
4 answers
When you do "apt-get install" where are the .deb files stored?
I am trying to copy all of the packages I have installed on one Debian machine to another Debian machine without doing another apt-get install and downloading all of the package all over again.
superuser
- 4,247
10
votes
5 answers
How to modify a deb package?
What I've done so far
I downloaded the source of an official deb-package from the ubuntu-repositories.
I applied a patch.
Ran configure and make successfully.
Tested the program.
What I'd like to do
I'd like to create a deb package from that…
Kim
- 2,418
10
votes
2 answers
Is it possible to download rpm files in Fedora for offline usage? (See description)
I have a Fedora-installed PC which is disconnected from internet (and there's nothing I can do about it). So I want to download rpm files for various softwares on another PC and then install them later on the former one. So is there a way that I can…
karim
- 101
- 1
- 1
- 3
8
votes
4 answers
How to install anbox on a pure debian system
Ok, I know it's not supported fully on debian yet, but is there anyway to run anbox (anbox.io) on a debian installation. Since It runs on ubuntu, I assume it would be possible on debian.
Tyler
- 135
7
votes
3 answers
How to easily edit control file in deb package
Is there a way to easily edit control file in deb package. Doesn't matter on which system (Linux, Mac OS X etc.) Maybe someone knows a good script to make it automated?
cheers
- 71
4
votes
2 answers
RPM should not be used directly install RPM packages (2)
At https://superuser.com/questions/607493/rpm-should-not-be-used-directly-install-rpm-packages, this problem seems to have been solved. Problem is, that working with Linux Mint, this answer shouldn't have appeared in my console, for I should be able…
4
votes
2 answers
How do I install a package and its depencies with dpkg?
Possible Duplicate:
Install dependencies for a dpkg package?
dpkg -i package.deb
Doesn't install package if it has not-installed dependencies.
What parameters do I miss to install that package with its dependencies from repository?
kravemir
- 2,704
4
votes
3 answers
Downgrade 'local' packages in Debian/Ubuntu
I recently unticked the "pre-released updates" option in Software Sources on my Ubuntu Lucid 10.04.1 installation. The Ubuntu wiki states the following regarding this source:
The proposed updates are updates which are waiting to be moved into the…
Matt Joiner
- 1,102
4
votes
1 answer
What is the simplest way to build your own .deb package?
Having used Ubuntu for several years now, I've assembled a short list of scripts and packages that I always install on my computers. I would like to pack them up into a .deb to make it easier to get set up on a fresh OS installation. I'm…
Calvin Fisher
- 387
3
votes
1 answer
Is it possible to have two package management systems (.deb and .rpm) on one system?
Is it possible to have more than one package management system on one system?
Example: RPM, deb and .txz on the same partition of Ubuntu.
If it isn't possible, why not?
Aster
- 335
3
votes
1 answer
What kind of packaging system used by arch-linux?
What kind of packaging system used/recommended by Arch-based distributions? Is it possible to use pre-compiled archives like deb or rpm on Arch-based distributions?
N Randhawa
- 131
2
votes
1 answer
How to block the installation of unsigned packages in Debian by default?
I was wondering which option in apt.conf will block by default the installation of packages with invalid signatures. I'm using Debian Wheezy 7.6
Thanks!
user914
- 21
2
votes
1 answer
How do I fix a bad commercial deb package?
The Citrix ICA Client (Receiver) 13 .deb package has some known issues. How do I make changes to the package? I need to remove some dependencies and change the install script.
Ref: How do I install Citrix ICA Client (Receiver) 13 on Debian 64-bit…
kevinarpe
- 4,048
2
votes
0 answers
Debian : how to handle sharing one file between two .deb packages?
I have a custom Linux system using Debian Wheezy ARM HF. The Ethernet on our board is buggy, and to get it to work I had to patch in two sets of 'ifconfig eth0 down' and 'ifconfig eth0 up' commands into /etc/init.d/networking.
Our standard…
fred basset
- 303