LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where do i download a deb file to? (https://www.linuxquestions.org/questions/linux-newbie-8/where-do-i-download-a-deb-file-to-760650/)

wakrein 10-08-2009 05:45 PM

Where do i download a deb file to?
 
1. Download http://wine.getcontinuum.com/files/winerc1_patched.deb for use with Continuum - 13.1 MB

2. Install wine using the deb package downloaded above.

3. Download standard Continuum installer
------------------------------------------------
Im having trouble In step1) when i download the .deb where do i put the file?

jmc1987 10-08-2009 05:55 PM

I don't think it matters where you put it. You can install it with your package manager on your desktop if you want.

{BBI}Nexus{BBI} 10-08-2009 05:55 PM

Just download it to your home folder or onto your desktop. Then install.

wakrein 10-08-2009 06:18 PM

Quote:

Originally Posted by {BBI}Nexus{BBI} (Post 3712768)
Just download it to your home folder or onto your desktop. Then install.

But how would i install the .deb once it is i my home?

the trooper 10-08-2009 06:37 PM

Navigate to your home directory in a terminal,for example:

cd /home/user

Check the file is located in your home directory with ls

Then install the file with:

dpkg -i package.deb

Installation must be done as root in Debian or using sudo in Ubuntu.

wakrein 10-08-2009 06:50 PM

Quote:

Originally Posted by the trooper (Post 3712797)
Navigate to your home directory in a terminal,for example:

cd /home/user

Check the file is located in your home directory with ls

Then install the file with:

dpkg -i package.deb

Installation must be done as root in Debian or using sudo in Ubuntu.

When i sudo apt-get install -s wine
>Reading package lists...DONE
yada
yada

I want to Download deb package of wine RC1 patched for use with this game i want to install. Then i want to Install wine using the deb package downloaded above.

So if i want to install wine, i would be installing it from its default package, as i said above i want to download deb package of wine RC1 patches so i can istall wine from that package

{BBI}Nexus{BBI} 10-08-2009 07:34 PM

Quote:

Originally Posted by wakrein (Post 3712761)
1. Download http://wine.getcontinuum.com/files/winerc1_patched.deb for use with Continuum - 13.1 MB

2. Install wine using the deb package downloaded above.

The file listed above is all that you need. I don't see why you need to install any other version of wine :confused:

wakrein 10-08-2009 07:46 PM

Quote:

Originally Posted by {BBI}Nexus{BBI} (Post 3712840)
The file listed above is all that you need. I don't see why you need to install any other version of wine :confused:

yeah but please how do i install it?

{BBI}Nexus{BBI} 10-08-2009 08:07 PM

Quote:

Originally Posted by wakrein (Post 3712849)
yeah but please how do i install it?

The solution has been provided by the trooper in his post above.

Open a terminal

If you saved the file to your desktop type:

cd Desktop then type: sudo dpkg -i winerc1_patched.deb

or if you have saved the file in your home folder type:

sudo dpkg -i winerc1_patched.deb

that should install the package.

wakrein 10-08-2009 08:15 PM

Quote:

Originally Posted by {BBI}Nexus{BBI} (Post 3712868)
The solution has been provided by the trooper in his post above.

Open a terminal

If you saved the file to your desktop type:

cd Desktop then type: sudo dpkg -i winerc1_patched.deb

or if you have saved the file in your home folder type:

sudo dpkg -i winerc1_patched.deb

that should install the package.

OK cool :) but now when i type wine in the console it says wine: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/local/bin/../lib/libwine.so.1)

cola 10-08-2009 08:34 PM

Quote:

Originally Posted by wakrein (Post 3712877)
OK cool :) but now when i type wine in the console it says wine: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/local/bin/../lib/libwine.so.1)

Why don't you use synaptic?
Code:

sudo aptitude install wine
N.B:curious,why do you want to install wine in linux?

{BBI}Nexus{BBI} 10-08-2009 09:00 PM

Check is you have package libc6 installed.

wakrein 10-08-2009 09:18 PM

Quote:

Originally Posted by {BBI}Nexus{BBI} (Post 3712908)
Check is you have package libc6 installed.

yes libc6 is installed and due for upgrade...

jmc1987 10-08-2009 09:38 PM

well if you are having so much of an issue install wine maybe you should try by source code.

Get the source code and install like this

Code:

$ cd /home (or where ever you want the file to go)
$ wget http://sourceforge.net/projects/wine/files/Source/wine-1.1.30.tar.bz2/download
$ tar xvf wine-1.1.30.tar.bz2 (which ever version your chose)
$ cd wine-1.1.30
$ ./configure
$ make depend
$ make
# make install
 
# make uninstall (to Uninstall)

I use slackware but that is how I install it. But the package manager should be easier


All times are GMT -5. The time now is 02:23 PM.