Debian :: DVD 1 ISO Installation On Offline System?

May 24, 2015

For testing I made a debian 8 dvd 1 installation on an usb stick. I selected desktop gui gnome and lxde. Both work. An ethernet 100mb cabel connection works. I can open iceweasel an surf websites.

If I open synaptic package manager and select vlc for installation or press 'mark all upgrades' I get this message. Insert disk debian gnulinux 8 jessie official dvd bin in drive.

Synaptic does not try to get packages from the internet.

Is a debian 8 dvd 1 installation an off line installation? The package system will not connect to the internet?

View 7 Replies


ADVERTISEMENT

Debian :: Searching For Commands Offline

Jul 25, 2015

Two nights ago I was trying to diagnose what was wrong with my internet connection. I couldn't get web pages to load, IRC and ssh weren't connecting, and email wasn't downloading (I still use POP3). I didn't know what to use to check my internet connection. I did a ping, but I didn't know how to interpret the results. So without the internet, I was totally blind.

Are there documents anywhere which install with Debian which I can search offline when my internet connection dies?

View 5 Replies View Related

Debian :: Creating Offline Package Backups?

Apr 6, 2010

For a project I have had to migrate from FreeBSD to Linux and I have decided to choose Debian because I have had good experiences with it.However, since my main development machines are completely offline I have run into a little bit of trouble.Is there a way to specify a .deb package and get a tool to recursively list (and fetch) all dependency packages that are not included in the base install and put them in a folder?

I do not like to be tied to the internet (Never a good idea) and so this would save me a heap of trouble (and journeys to an online PC)Once I have these folders containing packages, then I can simple cd into one of them, dpkg -i the relevent .deb and not have to rely on the DVDs or worry about connecting to an online repositoryLife will be good!Suffice to say FreeBSD can do this well so I strongly believe that Debian will be able to aswell but since it is not normally done, I havn't found much on google about it

View 8 Replies View Related

Debian :: Centralize Linux Offline Documentation

Oct 2, 2015

I am using Debian 8, fully updated as of this writing.

I want to find a package or some way to get all my linux offline documentation in one place, be it through the web browser or an application, in the official reppos or not does not matter. I've already tried doc-central with apache2 but I get all sorts of error messages and something about no D-bus daemon started, i dont understand, because I;ve installed d-bus service latest version after the error. when I started doc-central correctly through almost blind luck (only once) I did not get any docs just the welcome message.

Is there an alternative to doc-central, a GUI type solution would be preferable. or at least some advice to properly configure doc-central and maybe that d-bus problem, because I clearly did something wrong, I have even tried to write the configuration through an example file for doc-central, but that did not do much, I've read that DocCentral is unstable so maybe I going at it the wrong way.

View 0 Replies View Related

Debian :: How Do We Perform Offline Patch Management

Sep 10, 2010

How do we perform offline patch management with Debian? This isn't a question about which tools to use on Debian to load the patch once it is on a CD and transferred to said offline computer via sneaker net. More, how do I keep said offline (or strictly firewalled) computer in synch?

Pardon me while I make a comparison to Solaris. I am in no way stating Solaris is better. It just happens to be my baseline of experience.In Solaris, I can download Cluster Patch Updates (CPU). So if I build a Solaris box with a CD that is a year or more old, I can download the latest CPU and get the box patched up to date, and from that point on sneaker-net patches as they appear.

View 2 Replies View Related

Debian Multimedia :: Installing MATE Offline?

Apr 22, 2015

I have Debien 7.8 Wheezy installed on my laptop, along with the GNOME desktop. As I absolutely hate the new GNOME layout I want to install MATE so I can get the classic GNOME 2 desktop back. But I have no internet connection here at home (I only have my phone for internet and I can't tether it).

So I'm wondering if it's possible for me to download all the packages and install MATE offline? I don't even know what all the packages are that I need.I can download the packages with my phone with no issue.

I installed Debian on my laptop with the Debian DVDs in case you were wondering. when I downloaded the Debian DVD ISOs, I only saw three ISO files, but the documentation said that it's a 10 DVD set. What happened to the other 7 DVD ISOs?

View 14 Replies View Related

Debian :: Using Wget To Download Site For Offline Viewing

Nov 25, 2015

This is the command line switch I am using:

Code: Select allwget -p -k -e robots=off -U 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' -r www.website.com

For some reason it seems to be downloading too much and taking forever for a small website. It seems that it was following alot of the external links that page linked to.

But when I tried:

Code: Select allwget -E -H -k -K -p www.website.com

It downloaded too little. How much depth I should use with -r? I just want to download a bunch of recipes for offline viewing while staying at a Greek mountain village. Also I don't want to be a prick and keep experimenting on people's webpages.

View 3 Replies View Related

General :: Install MySQL Server On Debian While Offline?

Aug 29, 2011

I'm a Linux newbie. I want to install mysql-5.5.15-linux2.6-x86_64.tar.gz on a Debian box offline without using the apt command. How can I do this?

View 1 Replies View Related

Fedora :: Getting Dependencies For Offline Installation?

Jul 30, 2010

Administering offline Linux boxes can be a serious pain. The Debian flavours now have keryx to make life easier. Keryx is a cross-platform application, which means one can get the dependencies from Windoze too. Is there any similar package for rpm/fedora based flavours? In the absense of a proper Offline manager, I was also wondering if there is a way to collect the output of:

Code:

yum deplist <package>

... condense or sieve out the double listings, and pipe that to a text file? One can copy the output and run

Code:

yum reinstall <paste them here> --downloadonly

and get all the required dependencies from the yum cache. If all that can be accommodated in one script... then that's pretty cool. I don't have the scripting know-how to dive into this.

View 5 Replies View Related

Ubuntu Installation :: Offline Upgrade From 10.04 To 10.10

Nov 6, 2010

Tell me some way to upgrade from Ubuntu 10.04LTS to 10.10. But in Offline mode? is there any package or iso image or CD by which i can upgrade my offline PC?

View 4 Replies View Related

Ubuntu :: Download From Apt-Get For Later Installation Offline

Mar 5, 2011

I know I can build a local repository but I'd like to try just moving the appropriate .deb files. My problem is not knowing which files I need and it what order. Example...
I want to install nfs-common

Doing apt-get install nfs-common --- does it all for me when I'm online. So I looked in the /var/cache/apt/archives to see what was installed. I found two nfs files...
nfs-common_1.2.0-4ubuntu4.1_amd64.deb
nfs-kernel-server_1.2.0-4ubuntu4.1_amd64.deb

But when I tried to install those on another machine I found I was missing additional files.
libgssglue1_0.1-4_amd64.deb
libnfsidmap2_0.23-2_amd64.deb
librpcsecgss3_0.19-2_amd64.deb
portmap_6.0.0-1ubuntu2.1_amd64.deb

For future installations. How do I find all the dependencies and the ORDER they need to be installed so I can write my own script and install them to a machine that is offline?

View 2 Replies View Related

General :: Getting All RPMs By 'yum Install Pkg1 Pkg2 Pkg3' To Install On Offline System ?

Jun 12, 2011

I need to somehow do a yum installation (or equivalent of) on a system that is offline with no access to the internet. (I do have access to another Linux system that has internet access, but the Linux installations on both systems have different packages installed and enabled.)

Let's say the command to enter is 'yum install pkg1 pkg2 pkg3' (the documentation for some applications I need indicate the installation instructions this way, and not as the actual RPMs I need). Is there a way for me to run that on my offline system?

e.g. one way I can think of is to run that command on the online system, somehow if possible take note of what RPMs get installed, then transfer them to the offline system via USB and install all the RPMs via rpm command.

The problem with my above idea is that the two systems have different packages enabled, so even if yum on the online system shows a few dependencies being downloaded, I could run download and install all these RPMs and their dependencies on the offline system only to find several more missing dependencies, and dependencies of those dependencies.

View 10 Replies View Related

Fedora Installation :: Can't Install Samba Offline

May 26, 2011

I downloaded and installed the newest version of Fedora, version 15, in my refurbished computer. It's the CD version; so much of the stuff are missing, including an office suite. I didn't have a DVD-ROM drive on the system, thus I installed the CD version. On the CD version, I was displeased that I can't install Samba offline; I had to download it. Don't ask me why I don't want to download it, it's just my preference to be able to have a basic computer function like Samba on an official distribution, like a calculator, an office suite (again, was left out), and a file manager.

Fedora's website describes the DVD edition of the operating system as having more software than the CD version. Now, for those who have used the new Fedora and also used Samba, does it come installed, or do you have to go online to download it? I understand if you don't want MP3s or DVD decryption software, but how does LAN file-sharing count as something that's illegal?

View 6 Replies View Related

Ubuntu Installation :: Install .deb Offline With All Dependencies?

May 3, 2010

I was able to do this before but, I can't remember where I found the link.I think is was a script or something. It would get all the files that the .Deb will need and make an installer.

P.S. I have Ubuntu 64-bit the PC that need the install is a 32-bit both are 10.04.

View 1 Replies View Related

Ubuntu :: Repository For Offline Installation Of Packages

May 24, 2010

Does anyone has the information regarding a collective repository for ubuntu download packages which provides a single download for all the packages or selective packages, may be some torrent sort of links.I know of packages.ubuntu.com but there the packages are dispersed. Downloading each one of them requires a hell lot of time. Doesn't anyone has this information where a one click download of packages is facilitated.

View 6 Replies View Related

Ubuntu Installation :: How To Update Synaptic Offline

Jan 31, 2011

I have Ubuntu 10.10 installed on my offline PC andhow to get an updated repository for Synaptic using a online PC elsewhere. I need this so that I could generate package scripts to be used elsewhere to download software.

View 9 Replies View Related

Ubuntu Installation :: How To Install Wubi While Offline

Feb 28, 2011

i installed ubuntu normally before but due to some problems i uninstalled it. i want to install using wubi this time but cannot install while online. i dont want to install the normal way bcoz the last time i uninstalled it my window cannot boot. so how to install wubi while offline?

View 3 Replies View Related

Ubuntu :: Download Debs For Offline Installation

Jul 20, 2009

I am helping a friend start with Ubuntu and he doesn't have as fast an Internet connection as I do. I was wondering how I could easily download all the deb packages for the software I want to install for him. It seems doing:

sudo apt-get install -d --reinstall <package>

Will download the packages for me, but it doesn't get the dependencies because I have already downloaded them... is there a way to get apt-get to get the dependencies as well?

View 6 Replies View Related

Software :: Winff Offline Installation In Ubuntu 9.04

May 4, 2010

How to install offline Winff in ubuntu 9.04 in a detailed way. Also tell me where from I have to download Winff. Before this I installed winff_1.2.0-1~ppa1l_i386 but winff is not opening with a warning that no ffmpeg is found. Therefore I request you please tell me winff offline installation in Ubuntu 9.04.

View 2 Replies View Related

OpenSUSE :: Download Package Dependencies For Offline Installation?

Oct 25, 2009

is there a way to get urls of the packages that have been updated and then download them in another computer? like this feature of ubuntu HOWTO: Download package dependencies for offline installation - Ubuntu Forums

its a simple feature and its present in smart and synaptic,yet its not in yast (or i havent found it yet.

i would use smart package manager but in my home connection for checking for updates ,yast is better ( smart downloads filelist.xml.gz that is very way biger than what yast downloads (though it enables smart to show filelist of package BEFORE installing) .so at home i can check for package update with yast ,buy downloading them is very hard. (my connectioon is very bad (i live in iran) and yast mirrors are NOT the best of servers ,so yast gets interrupted in middle downloading a rpm and the whole process is waiting for me to press retry ,so i cant do updates and installs overnight.btw is there some way to tell it to retry always or a number of times automatically? )

i need the url links of rpms so i download them separately and install them.

View 9 Replies View Related

Ubuntu Installation :: Any Easy Way To Do Offline Package Upgrades

Mar 13, 2011

Is there any easy way to do offline package upgrades in Ubuntu? I was using debian's repository for the longest time to get individual packages, then found launchpad. Is there a script or something that will tell you what the dependencies are then let you copy them to a thumbdrive or something?

I know online upgrades are great but there are some cases where online isn't an option. Here's an example. Getting wine. There used to be this repository of .debs from the wine website, but now I can't find it. Launchpad has it, but it's all individual files.

View 1 Replies View Related

Ubuntu Installation :: On Shut Down Hard Drives Offline?

Mar 13, 2011

I installed Ubuntu 10.04 in a Raid 0. The install went fine. When I shut down my machine then boot it back up it shows no raid volumes defined and my hard drives as offline. Then the Disk boot error message. I am new to Unbuntu and I am sure the solution is simple I just need to know what to do.

View 9 Replies View Related

General :: Wine Installation On Offline Computer - Ubuntu 9.04

Jul 10, 2009

I'm brand-new to Linux and Ubuntu, and I need to install Wine. I'm installing it on an offline computer, (I'm using Windows on the online pc), and I'm in need of the extra libraries required for proper Wine installation. The easiest way I've seen is to download/install the libraries via internet through the terminal. I can't though, because the computer's offline.

View 2 Replies View Related

Ubuntu Installation :: Error Upgrade Offline Lucid To Maverick?

Feb 26, 2011

An unresolvable problem occurred while calculating the upgrade:E:ErrorpkgProblemResolver::Resolve generated breaks, this may be caused byheld packages.This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report.

View 1 Replies View Related

Ubuntu Installation :: Install Package To Offline Computer (gparted)?

Mar 30, 2011

How is the best way to do this?I have a USB drive that I use to transfer regular data, but how do I download gparted to it, and install it on another computer

View 6 Replies View Related

Ubuntu Networking :: Offline Installation Of Broadcom 43xx Driver Without CD

May 25, 2011

I'm having problems installing the drivers after doing an install using WUBI.I no longer have the installation disc for 10.10 as I had to reformat my HD after having problems with my Win7 and Ubuntu installation (on separate partitions), so I did this set up so they can co-exist better on the single HD. It's a bit of a long story, so that's the short version.My particular problem is that I am unable to install the drivers needed because I had let WUBI download the disc and after installation I couldn't locate it on my HD. It must have been removed right after installation. I have a copy of the contents on a bootable USB, but I don't know how to point the system/repository to it. So I'm sure I have the all the required materials to make this happen. I just don't know how.

I've located the driver in the media/usb/pool/restricted/ folder, but synaptic/software installer insists on downloading the dependencies even if I don't have internet. I checked the CDROM option of in the repositories panel, but it can't locate the disc.Can anyone tell me which dependency files are needed and the command to install them, if need be. I'm so sorry. I am still very new to linux, but I am quite satisfied about using it as my working environment.

View 1 Replies View Related

Ubuntu Installation :: Installing Software Offline With No Internet Connection

Jun 11, 2011

How to install offline software(if No Internet Connection)
apache
Firebird,
Gimp
Mono
etc

View 3 Replies View Related

Debian Installation :: Standard System During Package Installation

Sep 12, 2010

When you get to the package installation you get by default:

Desktop Environment
Standard System

Which i disable for my minimal installation.Out of curiosity, can somebody tell me what is installed with the Standard System?

View 3 Replies View Related

Debian Installation :: System Hangup, After Installation?

Sep 9, 2011

I installed Debian 6, on my workstation again, after a long long time.The installation worked fine for me, but after, the first reboot, I could see some lines of booting code and suddenly, some lines after |udev|, my screen got signal disconnect and my computer hang up itself.I tried my harddisk on another workstation, same problem here. On my first workstation there is a HD 4xxx inside and on the other workstation i think it is was a Radeon card 9000.I got the same problem with: Arch Linux. But openBSD works fine on this workstations.Do you got some clues for my problems? I also could not start the boot cd of archlinux some times due to this problem. Sounds strange to me.

View 1 Replies View Related

Debian Installation :: No Nvidia VGA On System

May 31, 2015

I got Lenovo Y50-70 and for a couple of days I try to start the NVIDIA card instead of the Intel one, but I got stuck. No matter what I choose in BIOS, Switchable Graphics or Ultra Graphics the lspci |grep VGA shows only Intel's VGA.Because when I install nvidia drivers they said there is no nvidia VGA on the system.

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved