Sponsored Content
Operating Systems Linux Ubuntu Install deb from alternate usb Post 302824937 by orange47 on Saturday 22nd of June 2013 04:31:59 AM
Old 06-22-2013
I have been using this: Using APT Offline - Using APT and wget

to manually update/install packages offline. works great. you don't need whole .iso
 

9 More Discussions You Might Find Interesting

1. Solaris

how to install usb stick on Ultra 5 workstation?

anyone have directions? running solaris 9 thanks! (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

2. SCO

How to Install and Configure USB Printer in SCO 6

I'm new in SCO 6. I installed SCO 6 with NIC driver Properly. But I cann't install and Configure USB Printer In SCO 6. Any one help me? email: address deleted by the moderator (0 Replies)
Discussion started by: karzon
0 Replies

3. SCO

SCO 6.0 MP 3 USB-UDI install fails

Hi All, When I install SCO 6.0 maintenance package 3 I get some mails: Message 338: From root Tue Nov 20 12:39:15 2007 From: Superuser <root@hocopart.hocoparts.local> X-Mailer: SCO OpenServer 6.0.0 Mail To: root@hocopart.hocoparts.local Date: Tue, 20 Nov 2007 12:39:15 +0100 (CET)... (0 Replies)
Discussion started by: frederik1
0 Replies

4. UNIX for Dummies Questions & Answers

How to install a new system from a usb key

Hi everybody, I have several computers that are configured to install when I plug them on the network. The hard drive come's empty, but I think they have a parameter in the BIOS that allow the machines to install from the network. My problem is that in most cases, available bw is weak and... (5 Replies)
Discussion started by: chebarbudo
5 Replies

5. Red Hat

How to install fedora 13 from a usb media....it should not like 'live'?

im using Dell Inspiron with windows 7 as operating system.....in my hard drive there is some 34 gb unpartitioned space and now i want to install fedora 13 into it, after installation it should be dual boot. problem here is... i have the fedora 13 image file ie fedora13-i386-DVD.iso file. ... (13 Replies)
Discussion started by: karthik437
13 Replies

6. Boot Loaders

How to install grub on USB flash drive?

I wanna install grub on my flash drive for rescue usage. My computer installs winxp, and I have fedora12 installed in vmware. I did like this: step1: format the flash drive as FAT in winXP. step2: in fedora12, mount the flash drive on /media/flash step3: excute the command: grub-install... (10 Replies)
Discussion started by: vistastar
10 Replies

7. Red Hat

install redhat linux 5 into usb disk

Hi, I have 2 question. 1)how can I install the redhat linux 5 into USB disk and boot from USB disk forever. 2) how can I backup an existing redhat linux from hd to USB by disk image and make the USB bootable afterward , so I can use usb disk to boot the linux in another machine .... Please... (0 Replies)
Discussion started by: chuikingman
0 Replies

8. Solaris

Solaris 11 install via live usb

Hello All, I am attempting to boot and install Solaris 11 via live USB on a HP DL580 Gen9 Server. Unfortunately, when I do this it boots into System Maintenance Mode. The attachment (Pic1) shows what I am seeing via the console. The BIOS is in UEFI boot. Does not work on legacy mode as I... (15 Replies)
Discussion started by: Kerbi
15 Replies

9. Solaris

Can't install 11.3 from USB on 5220

Hi, I have T5220 sparc server and I want to install Solaris 11.3 on that. From notes, I know that 11.4 will not be supported. It is old server, which had hardware RAID (with SAS card). I removed connection from that card and directly inserted both cables on motherboard because I want to get rid... (0 Replies)
Discussion started by: solaris_1977
0 Replies
apt-offline(8)							   USER COMMANDS						    apt-offline(8)

NAME
apt-offline - Offline APT Package manager SYNOPSIS
apt-offline [ARGUMENTS] [OPTIONS] DESCRIPTION
apt-offline brings offline package management functionality to Debian based system. It can be used to download packages and its dependen- cies to be installed later on (or required to update) a disconnected machine. Packages can be downloaded from a different connected machine. It can also fetch bug reports for the packages that are downloaded. Unless the -h/-v or --help/--version options are given, one of the get, set or install commands must be provided. set FILENAME [-h] [--install-packages PKG...PKG_N] [--install-src-packages PKG...PKG_N] --src-build-dep [--release release_name] [--update] [--upgrade] [--upgrade-type upgrade] set generates a signature file with the data required to install on or update the disconnected machine. FILENAME {apt-offline.sig} is the signature file generated on the machine. This file will contain all the information necessary for apt. --install-packages [PKG...PKG_N] Packages that need to be installed --install-src-packages [PKG...PKG_N] Source packages that need to be installed --src-build-dep Download Build Dependency packages for the source packages requested --release release_name Release target to install packages from --update Generate APT Database signature for an update. This is the equivalent of using apt-get update --upgrade Generate APT Database signature for package upgrade. This is the equivalent of using apt-get upgrade --upgrade-type {upgrade_type} Type of upgrade you would like to perform. Default is upgrade . Other valid types are dist-upgrade and dselect-upgrade get FILENAME [-h] [--socket-timeout ] [-d / --download-dir] [-s / --cache-dir] [--no-checksum] [-t / --threads ] [--bundle] [--bug-reports] [--proxy-host] [--proxy-port] get downloads APT data as per a signature file. FILENAME {apt-offline.sig} is the signature file required for details about data to be downloaded. This file should have been generated by the above set command. -d, --download-dir DIR_NAME Download data to the specified DIR_NAME folder. If no folder name is specified, data is downloaded to a folder in the TEMPDIR path in the format apt-offline-download-$PID -s, --cache-dir DIR_NAME Look for data in the cache before downloading it from the internet. If you are on a Debian box, you would want to specify /var/cache/apt/archives here. If the data is not available in the cache, the downloaded data is also copied to the cache. --no-checksum Enabling this option will bypass the checksum verification of each downloaded file thus losing integrity of the package. Usage of this option is highly discouraged -t, --threads NUM_OF_THREADS Number of threads to spawn for downloads. Default is 1. Using too many threads can overload the servers, hence it is advisable to keep the number low --bundle FILENAME Create an archive file FILENAME. The file is archived in zip format --bug-reports Download bug reports for packages that are being downloaded. Currently only the Debian BTS is supported. --proxy-host Specify the Proxy Host to be used. --proxy-port Specify the Proxy port number to be used. install FILE/FOLDER [-h] [--skip-bug-reports ] [--install-src-path PATH] [--allow-unauthenticated] install installs APT data to the APT package database and updates it. FILE {archive_bundle_file} Install data from the archive (bundle) file. FOLDER Install data from the folder path. Either FILE or FOLDER argument can be provided to the install command. --skip-bug-reports Skip listing of downloaded bug reports, if any. --allow-unauthenticated Don't verify GPG signatures for the data to be installed to APT. Usage of this option is highly discouraged. --install-src-path PATH Path to filesystem where we want the source packages to be installed to. Default will be a folder in your TEMPDIR. GLOBAL OPTIONS
-h, --help Show help message --verbose Run in verbose mode --test-windows Developer only. Used for testing on windows -v, --version Display the version of the program EXAMPLES
To keep your disconnected machine up-to-date, here is a typical workflow NOTE: argument/option handling apt-offline relies on argparse for argument/option parsing. To explicitly instruct apt-offline about an argument, you can pass it with the -- delimiter. Ex. apt-offline set --update --upgrade --install-packages wm2 -- foo.sig By specifying the -- delimiter, we instruct apt-offline that foo.sig is an argument to the apt-offline command and not to the --install-packages option. apt-offline set FILENAME This command will generate a signature file FILENAME for APT Package Database. To generate only the signature for updates, use the --update option. To generate only the signature for package upgrades, use the --upgrade option. Default behavior when no options are specified is to generate a signature for both the operations. apt-offline get FILENAME This command will fetch the data required for APT Package Database as per the signature file FILENAME generated by apt-offline get. To download bug reports also use the --bug-reports option. Currently supported bug tracker is Debian BTS only. By default, if nei- ther of -d or --bundle options are specified, apt-offline downloads data into a folder inside the TEMPDIR environment folder in the format apt-offline-downloads-PID, where PID is the PID of the running apt-offline process. Example on a linux machine would be some- thing like: /tmp/apt-offline-downloads-23242/ apt-offline install FILE|FOLDER This command will sync the data downloaded by apt-offline get to the APT Package Database and update it. Depending on where the data was downloaded to or packed into, either the absolute FOLDER path or the archive FILE path can be specified. AUTHOR
apt-offline is written by Ritesh Raj Sarraf (rrs@researchut.com) If you wish to report a bug in apt-offline, please see http://apt-offline.alioth.debian.org or send an email to me at rrs@researchut.com SEE ALSO
apt-get(8), apt-cache(8), dpkg(8), aptitude(8), DEDICATION
This software is dedicated to the memory of my father Santosh Kumar Sarraf. We miss you a lot. version 1.1 April, 2011 apt-offline(8)
All times are GMT -4. The time now is 05:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy