Wine Tools

Marvin

Marvin

User
Hi, ich hab Wine und hätte auch gern Winetools, da es das nicht als .deb gibt, habe ich es mit dem tar.gz Paket installiert. :brav:
Mein Problem: Wenn ich: "wt" in die Konsole eingebe kommt immer diese Fehlermeldung: Winetools can not run with a Wine version older then 20050628

Aber ich hab Wine 9.37:rtfm:

Wie krieg ich Winetools zum laufen???:hilfe2: :hilfe2: :hilfe2:

MfG Marvin
 
Ich hab Ubuntu 7.04 da geht das nicht...

Ich glaube, das pendant zu contrib non-free bei Debian ist bei Ubuntu universe multiverse oder so. Haste das in der sources.lst?

Ich hab wine über ein tar.gz Paket installiert, wie kann ich es wieder deinstallieren?
In das Sourcenverzeichnis wechseln, und dann:
Code:
make uninstall
Müste aber in der README stehen.
 
Ich hab bei Ubuntu alle Paketquellen aktiviert...
Sollte ich vielleicht ein älteres wine nehmen?
 
traegste das in deine sources-list ein:
Code:
deb http://de.archive.ubuntu.com/ubuntu/ <ubuntu-version> main restricted universe multiverse
dann nen
Code:
apt-get update
und dann kannste
Code:
apt-get install wine-utils
ausfuehren, und ja das funktioniert auch unter ubuntu, da symantic oder wie das ding heisst nur nen fronted zu apt ist.

Gruß DerMoench
 
Ich trag das ein gebe: "sudo apt-get update" ein danach "sudo apt-get install wine-utils" dann kommt das:

marvin@UBUNTU:~$ sudo apt-get install wine-utils
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Reading state information... Fertig
Paket wine-utils ist nicht verfügbar, wird aber von einem anderen
Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es veraltet
ist oder nur aus einer anderen Quelle verfügbar ist.
Doch die folgenden Pakete ersetzen es:
wine
E: Paket wine-utils hat keinen Installationskandidaten

apt sources.list:

# deb cdrom:[Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025)]/ edgy main restricted

## Major bug fix updates produced after the final release of the
## distribution.

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://de.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://de.archive.ubuntu.com/ubuntu/ edgy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe
deb http://flomertens.keo.in/ubuntu/ edgy main main-all
deb http://mirror.randumb.org/darkmagez/repo edgy-darkmagez games
deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
deb-src http://download.tuxfamily.org/3v1deb edgy 3v1n0
deb http://flomertens.free.fr/ubuntu/ edgy main main-all


deb http://de.archive.ubuntu.com/ubuntu/ feisty restricted main universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ feisty restricted main universe multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ feisty-security restricted main universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ feisty-security restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main universe multiverse
deb http://download.tuxfamily.org/3v1deb edgy beryl-svn
deb http://ubuntu.beryl-project.org/ feisty main
deb http://www.fotobuch-xxl.de/bin/ubuntu /
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb http://javadesktop.org/lg3d/debian stable contrib
deb http://de.archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
 
Wenn man ein Update von Edgy zu Feisty macht, sollte man die Edgy-Quellen beim Update aber auch entfernen bzw. durch Feisty-Quellen ersetzen. Ansonsten wird 1. das dist-upgrade nicht sauber und 2. wird es sonst immer wieder zu Paket-Konflikten kommen. Wie man ein Update richtig macht, ist unter http://www.hackerwiki.org/index.php/Update_eines_Ubuntu_Servers nachzulesen.
 
Ich geb zu ich hab das Update wegen Zeitproblemen manchmal unterbrochen...
Aber mal zum eigentlichen Thema: Ich hab mir das Paket von debian.org geholt und um es zu installieren brauch ich wine 9.31
 
Debian-Pakete funktionieren schon seit Dapper nicht mehr richtig unter (K)Ubuntu, da die Abhängigkeiten nicht aufgelöst werden können. Die Ubuntu-Pakete sind wesentlich neuer.
 
Ja ich weiß, ich hab jetzt auch wieder wine 9.37 aber wie krieg ich winetools zum laufen?
Angeblich ist mein Wine aus dem Jahr 2005
 
Zuerstmal solltest du deine sources.list sauber machen und das dist-upgrade nochmal durchlaufen lassen. Danach sollten sich auch die wine-tools installieren lassen.
 
Reicht das so?



## Major bug fix updates produced after the final release of the
## distribution.

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

deb http://flomertens.keo.in/ubuntu/ edgy main main-all
deb http://mirror.randumb.org/darkmagez/repo edgy-darkmagez games
deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
deb-src http://download.tuxfamily.org/3v1deb edgy 3v1n0
deb http://flomertens.free.fr/ubuntu/ edgy main main-all


deb http://de.archive.ubuntu.com/ubuntu/ feisty restricted main universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ feisty restricted main universe multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ feisty-security restricted main universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ feisty-security restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main universe multiverse
deb http://download.tuxfamily.org/3v1deb edgy beryl-svn
deb http://ubuntu.beryl-project.org/ feisty main
deb http://www.fotobuch-xxl.de/bin/ubuntu /
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb http://javadesktop.org/lg3d/debian stable contrib
deb http://de.archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
 
Kommentiere erstmal die Edgy-Sachen aus. Die kannst du nach einem erfolgreichen dist-upgrade immernoch wieder reinnehmen.
 
Ich hab doch schon längst feisty, ich habs nur einam abgebrochen, dann aber zuende laufen lassen...

sources.list:



## Major bug fix updates produced after the final release of the
## distribution.

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

#deb http://flomertens.keo.in/ubuntu/ edgy main main-all
#deb http://mirror.randumb.org/darkmagez/repo edgy-darkmagez games
#deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
#deb-src http://download.tuxfamily.org/3v1deb edgy 3v1n0
#deb http://flomertens.free.fr/ubuntu/ edgy main main-all


deb http://de.archive.ubuntu.com/ubuntu/ feisty restricted main universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ feisty restricted main universe multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ feisty-security restricted main universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ feisty-security restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main universe multiverse
#deb http://download.tuxfamily.org/3v1deb edgy beryl-svn
deb http://ubuntu.beryl-project.org/ feisty main
deb http://www.fotobuch-xxl.de/bin/ubuntu /
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
#deb http://javadesktop.org/lg3d/debian stable contrib
deb http://de.archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse

Das kommt dann:

marvin@UBUNTU:~$ sudo apt-get install wine-utils
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Reading state information... Fertig
Paket wine-utils ist nicht verfügbar, wird aber von einem anderen
Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es veraltet
ist oder nur aus einer anderen Quelle verfügbar ist.
Doch die folgenden Pakete ersetzen es:
wine
E: Paket wine-utils hat keinen Installationskandidaten
 
Zuletzt bearbeitet:
Dort steht doch, daß die Wine-Tools mittlerweile in wine enthalten sind. Welches Programm aus diesen Utils fehlt dir denn?
 
Ich will doch nur das Winetools läuft aber dermönch meinte ja "apt-get install wine-utils".
Mein Problem war das Winetools beim starten nur "Winetools can not run with a Wine version older then 20050628"
 
Das Problem könnte eher daran liegen, daß du noch eine andere Winetools-Sammlung drauf hast (z.B. die aus dem Source installierte oder eine alte von Edgy), die Konflikte mit dem aktuellen Wine hat. Was gibt dir 'dpkg -l | grep wine' aus und hast du die händisch installierte Wine-Version wieder gelöscht?
 

Ähnliche Themen

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Windows clients können nicht mehr auf lange laufendes System zugreifen

Falsche Rechte gesetzt beim Anlegen von Ordnern via Samba-Client

CentOS 6.3 RADIUS - Keine Verbindung möglich

Ardour startet nicht :/

Zurück
Oben