Questions tagged [deb]

Questions about the Debian packaging format with the extension '.deb'. Packages for Ubuntu are provided in this format.

.deb is the extension of the Debian software package format and the most often used name for such binary packages. Like the "Deb" part of the term Debian, it originates from the name of Debra, erstwhile girlfriend and now ex-wife of Debian's founder Ian Murdock.

Debian packages are also used in distributions based on Debian, such as Ubuntu and official derivatives of Ubuntu (Lubuntu, Xubuntu).

Technically, such a package is a .ar archive with a different file extension, possibly compressed, and containing a file called control. This file includes important information, such as dependencies, recommendations, and conflicting packages. It will also include scripts (including a shebang to allow running under any executable). Four such scripts exist: Pre-install, post-install, pre-remove, and post-remove. The package(and the control file) must conform to the Debian policy manual. Many aspects of this policy can be automatically checked using a tool called Lintian (list of tags).

Any question specifically relating to installing a .deb file should be tagged with this as well as , weather you are installing from the command line or through the software centre or similar GUI installation program, such as gdebi.

Any questions about the .deb format should be tagged with this, including (but not limited to) questions about why ubuntu uses it, how to make one and the way it works.

No questions about intalling via apt-get or another system, unless it is installing off a .deb file that has been saved on the machine.

837 questions
14
votes
2 answers

Safe to remove downloaded .deb packages after install?

I'm not sure if this has been asked as I couldn't find it under the search feature, but I recently upgraded my kernel and installed other .deb packages and was curious if the .deb file could be deleted after install or if it was an integral part of…
user402585
5
votes
1 answer

Installing software from package sources Vs downloadable .deb files

Apart from getting automatic updates through apt-get upgrade and chain updates from library dependency upgrades, why would one use Ubuntu packages versus .deb files you could get from the software manufacturers? (e.g. Skype, Eclipse, Opera, etc..)
5
votes
1 answer

What's the equivalent of "rpm -q whatrequires"?

Wonder that I could not find the deb equivalent of rpm -q whatrequires All I can find is either the equivalent of rpm -q requires or the whatrequires for a yet to be installed deb package. If this is already answered please…
3
votes
3 answers

What is present in a .deb file?

I downloaded google-chrome for Linux, it got downloaded as a .deb file in downloads folder. I changed the current directory to the downloads folder and ran "google-chrome" in terminal. It started google chrome, but the issue is that .deb file is not…
nitishch
  • 705
3
votes
1 answer

Script That Checks For Newly Installed Software

Is there some service or event that is created when the deb installer installs new software? I want to create desktop shortcuts everytime a new app is installed. I know how to do the shortcut, I just want to know if there is an event I can tie to…
2
votes
1 answer

Compare installed deb package with deb file

I have some problems with one deb package installed on my ubuntu server. I want to make sure that the files that are installed in my system from that package are the same as they are in a deb file. What is the easiest to to check if the installed…
bessarabov
  • 2,002
1
vote
1 answer

cant install brackets from .deb file

Can not install brackets from .deb file. Please help someone. Its solved.
1
vote
1 answer

How to write a Debian/rule to copy the file to its target?

I'm able to create a deb package. Now, I want to write a Debian rule to copy the file to its target. For example, a script should be copied to /etc/init.d be executed after installation. Note: I followed this blog to build debian package …
prem
  • 499
1
vote
1 answer

RPM's EPOCH, in DEB terms

In RPM, there is a (much maligned, but nonetheless it is there) field called EPOCH, used to override a version stream with lower numbering. It is a source of constant trouble, but in the cases where it is needed, EPOCH is often the only way to…
0xF2
  • 3,154
1
vote
1 answer

gio: Setting attribute metadata::custom-icon not supported

On Ubuntu 22.4 lts I can manually assign an icon to an executable file in nautilus, by right clicking on that file in the file explorer, select "Properties", click on the default icon, and select a new icon file. After I've done that gio info…
mdolphin
  • 11
  • 1
1
vote
1 answer

How to install monitorx?

I followed a tutorial at unixmen on how to install monitorx in ubuntu i installed the dependencies and downloaded the monitorix_2.5.0-izzy1_all.deb deb package but when i try to install it i get this error google transtaler (i have a dutch Ubuntu…
blade19899
  • 26,704
1
vote
1 answer

How to download https://github.com/MCMrARM/mcpelauncher-linux?

I can't download it because it gives me a 404 error. Also, it will say that I need libprotobuf17 but it isn't installable. Also, I'm using KDE Neon and 64 bit. Any time I do sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/…
0
votes
1 answer

Deb installer: how to set Source, License, Icon

I created deb installer for my program. It has control file. But I don't know to to fill: Source: Ubuntu 16.04 shows this field empty License: the same Icon: Ubuntu shows only blue template of icon Preview of Ubuntu with installer is: Deb preview
Cud2
  • 3
0
votes
0 answers

Where can I upload my commercial app?

After I found out that its not possible to set a price for an app which has been packaged with SNAP I have followed these instructions to create a Debian package. Where can I now upload my debian package?
Olaf Japp
  • 123
0
votes
0 answers

NXP/Freescale kinetis-design-studio_3.2.0-1_amd64.deb

I am trying to install kinetis-design-studio_3.2.0-1_amd64.deb from NXP/Freescale on UBUNTU 16.04. The installation stops with the following: > sudo dpkg -i kinetis-design-studio_3.2.0-1_amd64.deb (Reading database ... 419128 files and directories…
Antal
  • 1
1
2