Skip to main content

Questions tagged [deb]

.deb is the file-format used by the Debian package management system.

0 votes
1 answer
177 views

Deploying app that requires root privileges to run [closed]

I'm deploying an app (built with Electron) as a deb file, and I'd like the user to install it and run it with root privileges only, like the way GParted does (retrieving them on boot event and execute ...
Kred's user avatar
  • 101
0 votes
0 answers
87 views

apt unmet dependencies, but the package is there

I've made a deb package with debuild on Ubuntu a while back, now I want to use it on a new system. Three packages, actually: a library with an app and a configuration file installed as a package. ...
smsware's user avatar
  • 181
0 votes
1 answer
551 views

Installing from deb files vs run file

If an app publishers offers both a deb file/ repo based installation, as well as a run file, which is preferable, and why?
ahron's user avatar
  • 167
0 votes
1 answer
47 views

Deborphan Returning Non-Existent Package - Bug?

Running version 1.7.28.8 of deborphan. It seems to think there is a package named deb installed. I've never heard of such a Debian package! deborphan -a | grep deb returns: main/python deb and dpkg --...
Digger's user avatar
  • 153
0 votes
1 answer
257 views

Cordova Electron Builder Icon Packaged Wrong on Linux

When building a Cordova app for Electron on Linux, the icon file in platforms/electron/build-res has the improper name installer.png. (The Linux configuration page says The icon filename must contain ...
programmer's user avatar
0 votes
1 answer
72 views

Aptitude validate installed package against deb/repo

I am bouncing back from disk corruption caused by power failure. All configs and non-repository files are backed up, and I have a list of installed packages, so I can start fresh this time but I am ...
memtha's user avatar
  • 191
1 vote
3 answers
2k views

No valid OpenPGP data found when trying to verify signature of .deb package with debsig-verify

Context I want to verify the signature of the last version of the slack .deb package (slack-desktop-4.1.2-amd64.deb), which I downloaded from https://slack.com/intl/en-es/downloads/linux. I am ...
jme52's user avatar
  • 113
1 vote
1 answer
427 views

Debuild gpg sign failed no secret key

I've exported my key (through seahorse GUI) to key.pgp and imported on another Pc through the seahorse GUI on Ubuntu. After that I can't use this key for signing my deb package when running debuild -S ...
swanux's user avatar
  • 11
2 votes
1 answer
172 views

Provide download repository with signed DEB-packages?

I provide an own download repository for Ubuntu DEB-packages. It comes with a directory structure in style https://mydomain.tld/download/Ubuntu/dists/bionic/main/binary-amd64/ The directory contains ...
Elmi's user avatar
  • 199
2 votes
1 answer
879 views

Can not add debian backports

I am trying to install https://certbot.eff.org/lets-encrypt/debianstretch-nginx However when I try to add: deb http://ftp.debian.org/debian stretch-backports main and run apt-get update I get: ...
Daniell's user avatar
  • 31
0 votes
1 answer
927 views

Installing TorChat on Kali Linux

I Have a problem with installing Torchat on my Kali Linux this is my version Linux ******* 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux. In the Github site I ...
Bradass_FaLLaG's user avatar
3 votes
1 answer
8k views

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's user avatar
-1 votes
1 answer
61 views

Use debconf to get arbitrary length arrays of user values

I'm building some deb package files and I've come across a number of instances in which I'd like to get one or more arbitrary string values (i.e., NOT multiselect) from a user. Currently I see no way ...
kael's user avatar
  • 213
0 votes
1 answer
8k views

Can't select a Candidate version from package as it has no candidate

I have a problem about downloading nmap and its dependencies (to install offline) from an Ubuntu 16.04 computer. When executing: apt-get download $(apt-rdepends nmap |grep -v "^ ") I get ...
Josh Smith's user avatar
2 votes
1 answer
3k views

How do you create a fake install of a debian package for use in testing?

This was originally posted to stackoverflow (https://stackoverflow.com/questions/47099045/how-do-you-create-a-dpkg-admin-directory) but probably belongs here instead I have a package that previously ...
Bruce Adams's user avatar

15 30 50 per page
1
2 3 4 5