Re: Package versions in multi-arch

2023-01-06 Thread Mark Fletcher
On Fri, 6 Jan 2023 at 15:39, Steve McIntyre wrote: > You've been bitten by a subtle but unfortunately common problem, > yes. In multi-arch systems the versions of packages have to be totally > in sync. But the +b1 syntax here means that the i386 package has had a > binNMU (

Re: Package versions in multi-arch

2023-01-06 Thread Steve McIntyre
Mark wrote: > >I have a package installation problem which leads to a question about >how (and if) package versions interact in different architectures. > >My system is an amd64 bookworm system, with multi-arch support and >some packages from i386 installed, to support a vendor

Package versions in multi-arch

2023-01-06 Thread Mark Fletcher
Hi list I have a package installation problem which leads to a question about how (and if) package versions interact in different architectures. My system is an amd64 bookworm system, with multi-arch support and some packages from i386 installed, to support a vendor-supplied printer driver and

Re: multi arch

2015-06-24 Thread Sheepherd
Hi Mohsen On Thu, Jun 25, 2015 at 7:53 AM, Mohsen Pahlevanzadeh < moh...@pahlevanzadeh.org> wrote: > Dear All, > > I have a 64bit arch and use sid repo, And I need to install some packages > from i386 repo, > I did: > / > # dpkg --add-architecture i386 > #apt-get update >

multi arch

2015-06-24 Thread Mohsen Pahlevanzadeh
Dear All, I have a 64bit arch and use sid repo, And I need to install some packages from i386 repo, I did: / # dpkg --add-architecture i386 #apt-get update But when I want to install the following

Re: Understanding multi arch

2014-04-30 Thread Itay
On Wed, 30 Apr 2014, Alberto Luaces wrote: I think you are pretty much correct. Try it, is not a risky operation. Thanks! Itay -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://

Re: Understanding multi arch

2014-04-29 Thread Alberto Luaces
I think you are pretty much correct. Try it, is not a risky operation. -- Alberto -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87k3a7uz88@eps142.cdf.udc.es

Understanding multi arch

2014-04-29 Thread Itay
Hi, My system is amd64: $ dpkg --print-architecture amd64 I wish to install acroread from deb-multimedia [1]. According to the FAQ I should do $ dpkg --add-architecture i386 # (*) $ apt-get update $ apt-get install acroread My understanding, ba

(WORKED AROUND) Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-05 Thread Marc Shapiro
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686029 So I grabbed the .deb for Squeeze and tried to install it using gdebi. It then wanted to uninstall galculator, lxde and 15 other packages. Why should it care about lxde?!? It also wants to install ia32-libs!!! The whole point of multi-arch, I thought,

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-05 Thread Bob Proulx
ebian.org/cgi-bin/bugreport.cgi?bug=686029 > So I grabbed the .deb for Squeeze and tried to install it using > gdebi. It then wanted to uninstall galculator, lxde and 15 other > packages. Why should it care about lxde?!? It also wants to > install ia32-libs!!! The whole point of mul

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-05 Thread Bob Proulx
Erwan David wrote: > Johan Grönqvist said: > > Marc Shapiro skrev: > > >Unfortunately, dpkg does not automatically > > >handle dependancies, like agt-get and aptitude do, so I get a list of > > >dependencies, all i386 libraries. Is there any way to install such a > > >package and get the dependant

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-04 Thread Marc Shapiro
On 02/04/2013 12:19 AM, "Morel Bérenger" wrote: and then tried to install icaclient with ' dpkg -i icaclient-12.1.0_i386.deb' since it is a third party package and not in the debian repositories. Unfortunately, dpkg does not automatically handle dependancies, like agt-get and aptitude do, so I g

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-04 Thread Morel Bérenger
> and then tried to install icaclient with ' dpkg -i > icaclient-12.1.0_i386.deb' since it is a third party package and not in > the debian repositories. Unfortunately, dpkg does not automatically > handle dependancies, like agt-get and aptitude do, so I get a list of > dependencies, all i386 libr

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-03 Thread Marc Shapiro
ian.org/skype>: - First, you will have to enable Multi-Arch: # dpkg --add-architecture i386 # apt-get update Then, download the i386 package as above and install: # wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb # dpkg -i skype-install.

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-03 Thread Erwan David
r skype. > > > From <https://wiki.debian.org/skype>: > ----- > > First, you will have to enable Multi-Arch: > > # dpkg --add-architecture i386 > # apt-get update > > Then, download the i386 package as above and install: > > # wget -O s

Re: Questions about multi-arch and 3rd party packages in Wheezy

2013-02-03 Thread Johan Grönqvist
installing each one? The information about skype on the debian wiki seems to indicate that "apt-get -f install" is the solution. It worked for me for skype. From <https://wiki.debian.org/skype>: - First, you will have to enable Multi-Arc

Questions about multi-arch and 3rd party packages in Wheezy

2013-02-03 Thread Marc Shapiro
I am testing an upgrade from Squeeze to Wheezy AMD64 on my system. I made copies of all partitions except for /usr/local and /home, modified /etc/fstab and /etc/lilo.conf on the new / partition, reran lilo rebooted. The system rebooted with no problems. Then I started the upgrade process: Fi

Re: multi-arch and wine?

2013-01-31 Thread Gary Dale
On 31/01/13 12:08 AM, Brad Alexander wrote: On Wed, Jan 30, 2013 at 11:08 PM, Gary Dale wrote: On 30/01/13 07:31 PM, Brad Alexander wrote: Keeping on the gaming theme, I have a question Many months ago, I installed playonlinux, and the wine64-unstable libs in order to play Starcraft II. Well I

Re: multi-arch and wine?

2013-01-30 Thread Gary Dale
On 30/01/13 07:31 PM, Brad Alexander wrote: Keeping on the gaming theme, I have a question Many months ago, I installed playonlinux, and the wine64-unstable libs in order to play Starcraft II. Well I haven't played it in a longish while, apparently since before multiarch. So I fired up playonlinu

multi-arch and wine?

2013-01-30 Thread Brad Alexander
Keeping on the gaming theme, I have a question Many months ago, I installed playonlinux, and the wine64-unstable libs in order to play Starcraft II. Well I haven't played it in a longish while, apparently since before multiarch. So I fired up playonlinux, tried to run Starcraft, and got the followi

Re: Force Debian multi-arch DVD to install I386 software on AMD64 hardware

2008-02-26 Thread Alan Ianson
On Tue, Feb 26, 2008 at 11:54 AM, Masatran, R. Deepak <[EMAIL PROTECTED]> wrote: > How can I force the Debian multi-arch DVD to install I386 software on AMD64 > hardware? I searched the help screens from F1 to F10, but could not locate > the option. Disregard my last reply, I mi

Re: Force Debian multi-arch DVD to install I386 software on AMD64 hardware

2008-02-26 Thread Alan Ianson
On Tue, Feb 26, 2008 at 11:54 AM, Masatran, R. Deepak <[EMAIL PROTECTED]> wrote: > How can I force the Debian multi-arch DVD to install I386 software on AMD64 > hardware? I searched the help screens from F1 to F10, but could not locate > the option. You need tp prepend "

Force Debian multi-arch DVD to install I386 software on AMD64 hardware

2008-02-26 Thread Masatran, R. Deepak
How can I force the Debian multi-arch DVD to install I386 software on AMD64 hardware? I searched the help screens from F1 to F10, but could not locate the option. -- Masatran, R. Deepak <http://research.iiit.ac.in/~masatran/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-08-01 Thread Douglas Allan Tutty
On Tue, Jul 31, 2007 at 01:07:32PM +0530, Masatran, R. Deepak wrote: > ALSO: I want to try the 486 linux-image, but dpkg refuses to install it, > saying that that package is only for I386. How can I install the 486 > linux-image on my AMD64 computer? You can't since the 486 kernel is 32-bit and

Re: Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-07-31 Thread Masatran, R. Deepak
* Andrew Sackville-West <[EMAIL PROTECTED]> 2007-07-31 > On Tue, Jul 31, 2007 at 01:07:32PM +0530, Masatran, R. Deepak wrote: > > I reinstalled Debian using "amd64-expertgui" at the first prompt, using the > > same DVD. The reinstall completed successfully, but it is unable to boot. > > When I add

Re: Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-07-31 Thread Andrew Sackville-West
On Tue, Jul 31, 2007 at 01:07:32PM +0530, Masatran, R. Deepak wrote: > * Masatran, R. Deepak <[EMAIL PROTECTED]> 2007-07-23 > > I just installed Debian 4.0, on an AMD64 computer that has a SATA hard > > drive, from the multi-architecture DVD. I used "expert" at the first prompt, > > since "amd64-ex

Re: Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-07-31 Thread Masatran, R. Deepak
* Masatran, R. Deepak <[EMAIL PROTECTED]> 2007-07-23 > I just installed Debian 4.0, on an AMD64 computer that has a SATA hard > drive, from the multi-architecture DVD. I used "expert" at the first prompt, > since "amd64-expert" was giving errors. I chose the 2.6-amd64 kernel during > installation.

Re: Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-07-22 Thread Alan Ianson
On Sun July 22 2007 11:37, Masatran, R. Deepak wrote: > I just installed Debian 4.0, on an AMD64 computer that has a SATA hard > drive, from the multi-architecture DVD. I used "expert" at the first > prompt, since "amd64-expert" was giving errors. I chose the 2.6-amd64 > kernel during installation.

Re: Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-07-22 Thread Jose Luis Rivas Contreras
Masatran, R. Deepak wrote: > I just installed Debian 4.0, on an AMD64 computer that has a SATA hard > drive, from the multi-architecture DVD. I used "expert" at the first prompt, > since "amd64-expert" was giving errors. I chose the 2.6-amd64 kernel during > installation. > > Installation complete

Debian 4.0 on AMD64 and SATA with multi-arch DVD

2007-07-22 Thread Masatran, R. Deepak
I just installed Debian 4.0, on an AMD64 computer that has a SATA hard drive, from the multi-architecture DVD. I used "expert" at the first prompt, since "amd64-expert" was giving errors. I chose the 2.6-amd64 kernel during installation. Installation completed successfully, but when it is booted,