|
2010-11-10
, 14:04
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#502
|
|
2010-11-10
, 15:50
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#503
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-11-10
, 15:57
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#504
|
The Following User Says Thank You to hqh For This Useful Post: | ||
|
2010-11-10
, 17:14
|
|
Posts: 568 |
Thanked: 969 times |
Joined on Dec 2009
@ Toronto
|
#505
|
|
2010-11-10
, 17:19
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#506
|
|
2010-11-10
, 18:11
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#507
|
@hqh: is there a "hidden" command which can be triggered
from the command line and updates the catalogs (fapman
cache)? i want to use it with alarmed in order to browse offline
new packages from extras-devel etc
#!/bin/sh apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
#!/bin/sh apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
|
2010-11-10
, 18:16
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#508
|
I've set up a couple of scripts to allow working with the fapman catalogs:
/usr/local/bin/fapt-get
/usr/local/bin/fapt-cacheCode:#!/usr/bin/sh apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
Code:apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
The Following User Says Thank You to DrWilken For This Useful Post: | ||
|
2010-11-10
, 18:42
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#509
|
|
2010-11-10
, 18:45
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#510
|
@hqh;
Why are you disabling the Ovi repository?