Ubuntu Forums Archive Viewer

Software installations

Archived thread 737026 from Za Team - South Africa. Markdown source: Za_Team_-_South_Africa/thread_737026_Software_installations.md

Original URL About this archive
#1

Hello Was ubuntu designed with the idea of updating from the net?! I am currently running a server (server 7.10 with kubuntu gui) in a R&D environment detached from our domain - and like to keep it that way.

I'd like to setup and testrun my server with windows designed applications and explore the ease of migrating alltogether from a windows domain to linux environment if possible. I read most of the manuals and it seems quite simple exept for the fact that I'd like to do installations from cdrom and usb thumb drives, which is not clearly covered.

Tried installation of "Wine" from a thumb drive and CD and got errors "dependency is not satisfiable" ?? or " unknown package" or "package not found" ?? Is it incomplete or am I just not doing this right ?? Also tried the terminal window with

sudo dpkg -i wine.deb

no luck...

I have the new release in both .tar.bz2 and .deb file format, any suggestions of someone who actually managed to do this without installing from the net??

#2

Your problem is two-fold:

http://packages.ubuntu.com/gutsy/binfmt-support http://packages.ubuntu.com/gutsy/libaudio2

  1. Specific to your problem: To install Wine to a standard Ubuntu (may or may not be sufficient for Kubuntu) installation, you will need to download and install: binfmt-support and libaudio2 as well.

Then, you should put them under the same folder and install all three (together with wine) with:

sudo dpkg -i *.deb

http://ubuntuforums.org/showpost.php?p=4531029&postcount=6

Or use a spare machine that has access to the web to install Ubuntu (or a virtual Ubuntu machine with VirtualBox under Windows will do) and follow this technique: http://ubuntuforums.org/showpost.php?p=4531159&postcount=8

P.S. You can find the latest Wine Debian package at: http://wine.budgetdedicated.com/archive/index.html

#3

Thanks I installed the dependencies needed for Wine, and it's running.