Questions about the Debian packaging format with the extension '.deb'. Packages for Ubuntu are provided in this format.
0
votes
0answers
27 views
Why is “INTEX SPEED 3G Installer.deb” not installing in ubuntu 12.04 or 13.04?
I have 'intex speed-3G V7.2' usb datacard. It is working well in 'ubuntu 10.04'. Double clicking on 'INTEX SPEED 3G Installer.deb' I have got an option 'Install Package'. I have installed it on ...
0
votes
2answers
37 views
Why “ .deb ” file is not installing in Ubuntu 10.04 for UMPlayer? [closed]
I have downloaded 'umplayer_0.95_i386.deb' from the following link :
'http://sourceforge.net/projects/umplayer/files/UMPlayer-0.95/'.
But whenever I am trying to install it in 'ubuntu 10.04' it ...
0
votes
1answer
15 views
Package Repository for ARM32
Is there a repository of .deb packages for 32-bit ARM architecture. I'm having issues compiling several gnome packages and I'd rather acquire the binaries directly.
0
votes
1answer
32 views
How can i make my .deb package replace a file in the system? [duplicate]
you know that you can't make a .deb package that replaces a file on the system which belong to another package, but i need to create a .deb package for the settings (gnome-settings,kde-settings, in ...
0
votes
0answers
19 views
DPKG installation error due to LZMA error
I am using Ubuntu 10.04 LTS. I had recently upgraded the LMZA library to 4.43 which is the latest version. Ever since it gives error while installing few softwares and upgrades.
It shows the ...
0
votes
0answers
12 views
Installing and keeping recompiled packages
There are a few packages I want to recompile on my system using a different compiler and flags. I've had no problems doing the following:
$ apt-get --compile source <packagename>
The problem ...
0
votes
2answers
63 views
should i install the .deb or .tar.gz? [duplicate]
Please pardon the elementary question.
I'm going through this tutorial.
I would like to install hadoop on vm ubuntu 64 bit.
I would like to know whether I should be downloading the .deb file or ...
0
votes
1answer
58 views
Installing Crossover 11.3.1 .deb Fails
I keep getting the same messege every time i install a deb file:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/defer/__init__.py", line 489, in _inline_callbacks
...
1
vote
2answers
37 views
How can I batch convert .rpms to .debs in Ubuntu?
I want to install the daily current build of LibreOffice in Ubuntu but they only make it available in .rpms.
I know I'm supposed to use Alien to convet .rpms to .debs but I can't find a command to ...
0
votes
0answers
31 views
Unpacking with dpkg incredibly slow
I'm experiencing a huge slow down during any installation with apt or "dpkg --install" whenever the installation comes to the point of unpacking something.
For example, currently the system is ...
3
votes
3answers
258 views
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 ...
1
vote
1answer
25 views
can dpkg obtain the source code of a package?
apt-get source {some-package-name}
gets the source code of that .deb.
Can this be achieved with dpkg instead? Or with software-center?
0
votes
0answers
74 views
WPS Kingsoft not running
Installed WPS Kingsoft on my Ubuntu 12.10 64bit from a .deb package downloaded from omgubuntu but when I execute any for the three files (writer, spreadsheet or powerpoint) nothing happens.
Anyone ...
0
votes
1answer
49 views
How to uninstall “LiveUSB” package? [duplicate]
I've installed the LiveUSB programme using the DEB file. What is the best way to remove the installer as I cannot find it in the software centre; is it just a python programme that can be deleted?
1
vote
0answers
54 views
Make a Debian Package (.deb) from a Qt Project
I did several projects on Qt Creator and I would like to distribute them in an installable format (in this case, Debian Packages). As far as I know, I should organize my source code in a specific way ...
1
vote
1answer
48 views
How can I get a package update in the repositories?
I use a software (Anki) which is in version 0.9.9.8.6-2.1 in the Debian repository and in version 1.2.11-1 in the Ubuntu repository. Quite a lot has changed meanwhile (changelog). The latest version ...
0
votes
1answer
62 views
Where do deb packages install to
I installed a deb package via the commandline like this:
sudo dpkg -i dbeaver_2.1.0_i386.deb
I want to install some drivers for the software and to do so I need to place them in the root directory ...
0
votes
1answer
83 views
Where can I download the deb installer of MyUnity?
I'm an Ubuntu 12.04 complete offline user.
I need MyUnity tool to change the fonts of Ubuntu.
Can anyone give me the offline installer?
1
vote
1answer
248 views
How to install Texmaker 4.0.1 (released a few days ago)?
I'm new to LaTeX, but want to get started for real; settled for Texmaker; now checked the version (and changelog) and noticed a discrepancy between what I've got installed (3.4) and what's been ...
0
votes
0answers
12 views
convert rpm to deb failed install maya [duplicate]
When i use alien convert rpm to deb, it doesn't work. here is feedback.
maya version: hotfix4
Ubuntu: 11.10
LANG=C rpm -qp --queryformat %{NAME} 'Maya2012_0_64-2012.0-499.x86_64.rpm'
LANG=C ...
1
vote
1answer
26 views
reupload package to launchpad with orig.tar.gz changed
I uploaded a package geos-3.3.8.orig.tar.gz to launchpad with success, but the build failed because a mistake in the source code, then I have changed my geos-3.3.8.orig.tar.gz with the right code, and ...
0
votes
0answers
43 views
I get an error when I try to install a webcam studio .deb
I am trying to install Webcam Studio.
I got the .deb from the following link: http://code.google.com/p/webcamstudio/downloads/detail?name=webcamstudio_0.57beta4_all.deb&can=2&q=
When I try ...
1
vote
2answers
67 views
Unable to install .deb on Ubuntu Software Center
I downloaded Dropbox .deb from https://www.dropbox.com/install?os=lnx and the Google Voice Chat plugin from https://www.google.com/chat/video but when I click on the .deb files they open in Ubuntu ...
2
votes
1answer
33 views
What would cause files not to be included in a .deb?
I'm trying to build a .deb package (python) as part of a larger project.
I'm able to successfully run 'make' and 'make install' on it, but when the package(s) are built (using dpkg-buildpackage ...
0
votes
0answers
22 views
how export all software upgrade links (.deb) in text file by terminal
update Ubuntu by usual way and slow internet is problem for me.
Is there a way into terminal, get all link files that is going to be updated (eg, the address for Firefox ...
2
votes
1answer
36 views
11.10 file extension
what file extensions does ubuntu 11.10 use ?
i am trying to install google chrome.
in google chrome site there are two types of files available for Ubuntu ".deb" and ".rpm"
i downloaded both, but ...
0
votes
0answers
65 views
I can't update Ubuntu 12.04
Okay so my problem is, I tried to install Machinarium from a Humble Bundle. I downloaded the .deb and installed it using the Ubuntu Software Centre. Everything seemed to go fine until I got the alert ...
3
votes
1answer
54 views
What is a tainted binary package?
Using dpkg I created some debian packages containing self-written libraries that install without problems. But when I try to run lintian on one of them, I just get the following error:
warning: ...
2
votes
1answer
23 views
Stick with package version [duplicate]
Is there a way to disable per-package updates? I love Clementine, but the 1.1 version removed a crucial feature. I'd like to stick with the 1.0 version installed via a downloaded .deb package.
Can I ...
1
vote
1answer
50 views
FPM fails while trying to make a deb - No parameters given
This is a 2-part question really. The first part is to try and find out why FPM isn't working, the second is to find out if FPM is the answer in the first place...
Background: I've patched some ...
0
votes
1answer
18 views
How to move a file between deb packages?
For example, imagine we have two packages: banana.deb and banana-common.deb. Inside banana.deb, we have some file banana.data, that is quite big and changes rarely. Both packages are currently at ...
1
vote
0answers
498 views
Unable to install steam [duplicate]
Ok so recently I logged into tf2 and saw that it supported linux. I'll be completely honest with you, first I was in it for the little penguin but after installing linux I'm actually starting to like ...
0
votes
1answer
402 views
When I try to click on Steam_latest.deb nothing happens?
I downloaded the file and when I click it nothing happens?
2
votes
4answers
528 views
Ubuntu cant open .deb files - how can I correct this?
I've downloaded Ubuntu because my Windows 7 kept showing a black screen with a cursor on it and and wouldn't boot up properly. So I thought that maybe Linux would work.
It worked perfectly but I ...
0
votes
0answers
52 views
How come I cannot install packages?
My ubuntu 12.10 won't allow me to install any online packages.
I can go to the software center and install games and stuff no issue.
But if I go to a program website it always fails to install every ...
2
votes
0answers
69 views
How can I check the checksum of an installed deb package against the same package in the repository?
Suppose someone got root access to my machine and replaced some files, e.g.
Warning: The command '/bin/which' has been replaced by a script: /bin/which: POSIX shell script text executable
Warning: ...
3
votes
1answer
49 views
What's the equivalent of “rpm -q whatrequires”?
Wonder that I could not find the deb equivalent of
rpm -q whatrequires <installed package>
All I can find is either the equivalent of rpm -q requires or the whatrequires for a yet to be ...
2
votes
3answers
138 views
Can I get .deb packages for LXDE?
Is there any way I can download LXDE and all its related packages as .deb packages? I had done this with Synaptic but since there's no Synaptic on 12.10, can this be done with apt-get? Thanks
3
votes
2answers
22 views
Splitting a large package into smaller ones/upgrade path for users?
I maintain a couple of large packages that we use internally and starting with the next release I would like to split those into smaller packages. These packages are already installed in a number of ...
2
votes
0answers
77 views
How to package shared library in deb packages
My application uses some shared libraries, which i need to package with the binary, and as per
Debian Policy Rules
It is recommended that supporting files and run-time support programs that do not ...
0
votes
0answers
917 views
Wrong architecture “i386” installing 32-bit deb in 32-bit system
I have
HP Presario (C2D, 500GB,3-GB, 32-bit system)
running Ubuntu 12.10 using KDE deskto along with windows 7
.
I don't know what exactly the problem is. I have installed many softwares but ...
0
votes
1answer
155 views
Cannot install deb files
Whenever I try to install an deb files the file opens in the software centre but says internal error cannot be opened. Please help?
2
votes
1answer
102 views
How do I resolve Debian packaging issue with ${python:Depends}?
I am trying to build a python-based Debian package and I see the ${python:Depends} variable under the Depends section in the control file.
While installing, I see that it refers to the ...
1
vote
0answers
46 views
Software center states “The package is of bad quality” - what does it mean? [duplicate]
Possible Duplicate:
What is a “bad quality” package?
I'm trying to author a .deb package, and with the one I have now, when I install it on Ubuntu 12.10 I get the next error:
The package ...
1
vote
2answers
124 views
Change / Choose install path for a .deb
I would like to know if it is possible to choose where a .deb file will be installed, or if it is possible to move it after the installation to another directory without troubles for the app.
I am ...
1
vote
1answer
116 views
errors building deb package
i'm author of a small open-source database library and want to supply .deb packages through my ppa. I have a couple of problems. I followed the documentation and several tutorials and created a ...
0
votes
1answer
235 views
multiple hadoop-env.sh with .deb hadoop package
this QuickStart guide mentions configuring JAVA_HOME in hadoop-env.sh. This is supposed to be located in the hadoop installation directory. However, I installed
this from a 1.0.4 .deb package on ...
0
votes
1answer
541 views
Why am I getting “Command 'deb' not found”?
I have come across several installation instructions that include the command deb. But it appears that this command is not available on my installation.
Where can I get this command? Is there a ...
1
vote
2answers
102 views
need help: install QQ2012 in my ubuntu 12.10
I have download the QQ2012's deb in downlaod files, but when I install the deb, system tell me:
collins@collins-Aspire-3830TG:~$ sudo dpkg -i wineqq2012-20120719-longene.deb
[sudo] password for ...
1
vote
2answers
369 views
How to install i386 packages on Ubuntu on ARM-based Nexus 7?
I have installed Ubuntu on a Nexus 7 (with an ARM processor). I want to install a DEB package made for i386 architecture.
Is that possible ? How should I proceed ?



