-1
votes
3answers
235 views

Storing deb packages on local media [duplicate]

Possible Duplicate: How can I install software or packages without Internet (offline)? Is there a way to store deb packages (all or a specific version of package) on a local media (dvd, usb ...
0
votes
0answers
101 views

How to auto reconfigure package when its dependency is upgraded?

Say my package foo depends on bar: foo/debian/control: ... Depends: bar, ... And the post-install script of foo: foo/debian/postinst: ... echo "foo specials" >> /etc/bar/config Now the ...
7
votes
3answers
341 views

Mark a deb package as used, so it's not suggested for autoremoval

I have a bunch of shared libs installed on my system which aren't dependencies of some concrete package but are needed for non-apt-managed libraries I've built from source (like latest SDL, Allegro, ...
7
votes
1answer
3k views

How to create a deb package that installs a series of files

I would like to create a brand new deb package to install series of files. If at all possible, I would like to untar the folder containing these files as part of the installation into a known folder ...
0
votes
1answer
226 views

deb package are not able to install in Ubuntu 10.10

I can install every deb package in Ubuntu 10.04 LTS, but none of them can be install in Ubuntu 10.10. In Ubuntu 10.04 LTS, just simply double click on the deb package icon, and then click on "install ...
6
votes
9answers
2k views

Install .deb on from CD-ROM while offline with default applications only

I have an application with a .deb package to install it. If the user is online, everything works fine. However, I need to support installing on offline computers from a CD-ROM, and I can only assume ...
1
vote
2answers
111 views

Is it possible to change the package management system?

I took a look at CentOS recently and was amazed, but I also remembered dabbling in Fedora when release 16 came out and recall being horrified by the awfulness of rpm. I cannot stand anything other ...
9
votes
1answer
195 views

What happens during a package upgrade?

I recently started building Ubuntu packages for my software on Launchpad. They are pretty simple; most of them just contain some files and scripts that are trigged through the .install .preinst ...
1
vote
2answers
116 views

Prevent .deb package from being upgraded

I maintain a package on launchpad that releases approx every month. However, our new version is no longer compatible with the previous version, because of some fundamental changes. So version 2.8 ...
0
votes
1answer
434 views

Minimal package to install Qt Assistant

We are using Qt Assistant as our help system for a custom application that will run on Ubuntu. In building the .deb package, I need to include a "Requires:" value that makes my package dependent on ...
7
votes
2answers
1k views

.deb equivalents to .rpm commands

I'm used to RPM based systems, and there's many commands I'm not yet sure how to do with .deb packages. This is mostly for use with custom packages, i.e. not stuff apt-get installed. It'd be great if ...
5
votes
3answers
2k views

Create deb repository with several versions of the same package

I want to create my own deb repository to store some packages. I've tried reprepro and it works fine, except for one fundamental feature. Reprepro can't store several versions of the same package in ...
2
votes
1answer
254 views

Rebuilding a Newer Version of a Deb Package

What's the best way to update (through rebuild from source) a Debian/Ubuntu-package to a more recent version? Should I be using apt source in all cases including when I want to publish it as Personal ...
3
votes
2answers
322 views

Listing files which will be installed by .deb

How can i list all the files (and their future locations) which will be installed by invoking 'dpkg -i' on a .deb file? Which makefile target of the source package determines those (is it the default ...
2
votes
3answers
2k views

Why doesn't Mozilla release .deb and .rpm packages for their software?

I use and enjoy Firefox on my Ubuntu 10.04.2 laptop (although Firefox needs work for the Linux/Ubuntu version). Yet I realize that in comparison to other pieces of software that have an ...
0
votes
1answer
348 views

“io: postinst-must-call-ldconfig” when creating a package

I'm trying to create an ubuntu .deb package for the (pretty awesome) Io Language. I am not the developer of that language, so I'm not familiar with its sourcecode yet. This is my first attempt at ...
1
vote
1answer
520 views

When will deb multi arch support be included in Ubuntu?

When will deb multi arch support be included in Ubuntu? Is there any ongoing work?
11
votes
6answers
6k views

How to uninstall a .deb package?

Suppose I download a .deb package from a website and install it. (I assume that when I double click the .deb file, the package is installed through a GUI that interfaces with dpkg right?) How can I ...
3
votes
2answers
235 views

LibreOffice RC1 deb package difficulties [duplicate]

Possible Duplicate: How do I fix “malformed line” errors in sources.list? I seem to be running into some difficulties with the acquisition of the latest libreoffice deb pkg. When I type ...
6
votes
7answers
5k views

Saving deb files from repositories to a custom location for installing offline [duplicate]

Possible Duplicate: How can I install software offline? I want to download and save some deb files, and preferably their dependencies, of certain apps, from the repositories (apt-get, ...
6
votes
1answer
3k views

Where can I get a Postgres 9.0 package?

I want to use Postgres 9.0 in Ubuntu. Does anybody know any repository that already has the debian package for Postgres 9.0? Do you think I should wait for the next Ubuntu release or Postgres 9.0 is ...
10
votes
3answers
641 views

Is it safe to use gdebi instead of Ubuntu Software Center to install .deb files?

I've noticed that Ubuntu 10.10 manage single .deb files with Ubuntu Software Center. Since I find it too heavy to load I've installed gdebi with: sudo apt-get install gdebi and I've set it as default ...