Questions tagged [deb]

deb is the extension of the Debian software package format and the most often used name for such binary packages.

Debian packages are standard Unix ar archives that include two tar archives optionally compressed with gzip (zlib), Bzip2, lzma, or xz (lzma2): one archive holds the control information and another contains the program data.

The accepted program for handling these packages is dpkg, most commonly via other programs such as apt/aptitude, the Ubuntu Software Center, Synaptic or Gdebi.

Debian packages can be converted into other packages and vice versa using alien, and created from source code using CheckInstall or Debian Package Maker.

Some core Debian packages are available as udebs (“micro debs”), and are typically used only for bootstrapping a Debian installation. Although these files use the udeb filename extension, they adhere to the same structure specification as ordinary deb files. However, unlike their deb counterparts, udeb packages contain only essential functional files. In particular, documentation files are normally omitted. udeb packages are not installable on a standard Debian system.

Reference from Wikipedia.

49 questions
0
votes
1 answer

apt: list packages with the repositories they are coming from

I've found dpkg-query --showformat="\${Package}\t\${Version}\n" --show \* but it can't show the repo can it? Probably that info is only known to apt. But which apt command to use? I'd preferably like to have a list like "zypper packages" gives,…
Marki
  • 2,795
  • 3
  • 27
  • 45
0
votes
1 answer

Ubuntu: install only a signed verified deb package

What the final goal is: Install a given package securely for a series of servers. We have servers running on different cloud data centers. We install our app on them as deb file. Currently we upload the updates as deb files via an ansible…
transient_loop
  • 459
  • 1
  • 4
  • 11
-1
votes
1 answer

Create deb package from source without ./configure file

How can I create a deb package for Ubuntu 14.04 from source when there is no ./configure file? I have tried to use checkinstall but keep getting an error like make: *** No rule to make target `install'. Stop. The source code I want to make a…
markhorrocks
  • 471
  • 2
  • 9
  • 24
-1
votes
1 answer

Install screen on ubuntu 13.04 through .deb from web

I have a server on Rackspace w/ Ubuntu 13.04 (raring) that no longer has access to install packages through apt-get. Err http://mirror.rackspace.com/ubuntu/ raring/main screen amd64 4.0.3-14ubuntu9 404 Not Found Failed to fetch…
quickshiftin
  • 2,025
  • 5
  • 27
  • 41
1 2 3
4