I've been trying to use apt-rpm to install samba3, but I get version 3.0.0rc4 installed all the time. Using apt-cache to search, I see that both versions are available both at gwdg.de and and uni-bielefeld. But for some reason, version 3.0.0rc4 is treated as a higher version than 3.0.0. Anyone know of a way to force the issue, with apt?
Op zondag 28 september 2003 05:09, schreef Örn Hansen:
I've been trying to use apt-rpm to install samba3, but I get version 3.0.0rc4 installed all the time. Using apt-cache to search, I see that both versions are available both at gwdg.de and and uni-bielefeld. But for some reason, version 3.0.0rc4 is treated as a higher version than 3.0.0. Anyone know of a way to force the issue, with apt?
The only way out is by removing (apt remove ... or rpm -e) the currently installed packages and re-install samba3 again. During the re-install the rc version will be skipped. -- Richard Bos Without a home the journey is endless
söndag 28 september 2003 07:53 skrev Richard Bos:
The only way out is by removing (apt remove ... or rpm -e) the currently installed packages and re-install samba3 again. During the re-install the rc version will be skipped.
No, that doesn't help here ... it always treats the rc version as a higher version number than 3.0.0, because 3.0.0rc4 > 3.0.0 and that is the heart of the problem.
Op zondag 28 september 2003 18:38, schreef Örn Hansen:
söndag 28 september 2003 07:53 skrev Richard Bos:
The only way out is by removing (apt remove ... or rpm -e) the currently installed packages and re-install samba3 again. During the re-install the rc version will be skipped.
No, that doesn't help here ... it always treats the rc version as a higher version number than 3.0.0, because 3.0.0rc4 > 3.0.0 and that is the heart of the problem.
Create this: linux01:~> cat /etc/apt/preferences Package: samba3 Pin: version 3.0.0-* Pin-Priority: 1020 And do another apt install samba3 and see the magic in operation :) -- Richard Bos Without a home the journey is endless
I cannot get 3D acceleration to happen with Linux 8.2. When I did all the updates and still could not get it to work, I removed the Mesa package from the hard drive, did a re-install and I get a black screen instead of the Login screen. Configuration: Compaq 6029US computer running.. Athlon 2100+ 512MB DDR Ram 80GB hard drive with 20GB on the Linux side ATI Radeon All-In-Wonder 8500 card Grub bootloader WinXP on one side SuSE Linux 8.2 all the latest updates from Suse and ATI including XFree86-4.3.0 version 3.2.5 from ATI the ATI "fglrx" driver update " 2.9.13 Frustrated, Dianne
participants (3)
-
J. Dianne Bishop
-
Richard Bos
-
Örn Hansen