The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
119 views

How can I update my custom repository?

I created a local repository and I used it in my ubuntu clients. This repository contains only some packages. Now I would upgrade these packages. How can I do it, as there are many packages and ...
1
vote
0answers
42 views

Installing Ubuntu from local mirror (on filesystem) with current raring-server-amd64.iso

I am in environment, where no internet connection is available at all. However, I've mirrored a part of raring repository to the local filesystem (75GB in total), hoping, that it is still possible to ...
0
votes
0answers
37 views

Strategies for local source build environment and deb package server for multiple Ubuntu releases?

I won't be able to check responses for a while, but I thought I'd jot this down, now that I thought of it. Not sure if this is the right forum for this question, but here goes: I'm considering buying ...
0
votes
0answers
158 views

Couldn't find package - But package is listed in the Packages file

(Quoted items are redacted elements) I am using a private repository and an currently trying to repackage some packages 3rd-party packages. I extract the package, make a few modifications (just the ...
0
votes
0answers
30 views

Forcing to install dependencies from Custom Repositry?

I have setup a local directory repository, but Ubuntu installs from Remote Repository. How can i force it to install from my local repository?
0
votes
0answers
74 views

bypass/ignore the gpg signature checks of apturl? ubuntu 12.0

I have an unsigned local repository, I created the file /etc/apt/apt.conf.d/00nogpg with the content APT :: Get :: AllowUnauthenticated "true";. Using apt-get install package install normally. In ...