Informações da última versão: Ubuntu Linux 20.10 - Groovy Gorilla
Por prompt também nao consegui pois eu sempre tenho de utilizar este endereço: deb http://wine.budgetdedicated.com/apt breezy main
# # deb cdrom:[Ubuntu 6.06.1 _Dapper Drake_ - Release amd64 (20060807.1)]/ dapper main restricteddeb cdrom:[Ubuntu 6.06.1 _Dapper Drake_ - Release amd64 (20060807.1)]/ dapper main restricteddeb-src http://pt.archive.ubuntu.com/ubuntu/ dapper main restricted## Major bug fix updates produced after the final release of the## distribution.deb http://pt.archive.ubuntu.com/ubuntu/ dapper-updates main restricteddeb-src http://pt.archive.ubuntu.com/ubuntu/ dapper-updates main restricted## 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-src http://pt.archive.ubuntu.com/ubuntu/ dapper 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://pt.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse# deb-src http://pt.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu dapper-security main restricteddeb-src http://security.ubuntu.com/ubuntu dapper-security main restricted# deb http://security.ubuntu.com/ubuntu dapper-security universe# deb-src http://security.ubuntu.com/ubuntu dapper-security universedeb http://www.beerorkid.com/automatix/apt dapper main#AUTOMATIX REPOS STARTdeb http://www.getautomatix.com/apt dapper maindeb http://ubuntu.moshen.de dapper miscdeb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse# deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse# deb http://archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse# deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiversedeb-src http://wine.budgetdedicated.com/apt breezy main
Agora quem ficou em dúvida fui eu, você diz que usa a versão 6.10 e a tua sources.list é toda da versão 6.06?Em vez de dapper não deveria ser edgy?
irst one must install the necessary libraries: Finding the correct set may take a few minutes and several tries. You will need freetype or the fonts will be barely legible.sudo apt-get install libfreetype6-devsudo apt-get install fontforgeconfigure will find several omissions, but a few will only be noticed by the 'make' steps.Make sure you have the following packages installed:sudo apt-get install gcc flex bison libc6-i386 libc6-dev-i386aqui me deu isto:rafa@rafamachine:~$ sudo apt-get install flex bison libc6-i386 libc6-dev-i386A Ler Listas de Pacotes... ProntoConstruindo Árvore de Dependências... ProntoO pacote flex não está disponível, mas é referenciado por outro pacote.Isso pode significar que o pacote falta, ficou obsoleto ouestá disponível somente a partir de outra fonteE: O pacote flex não tem candidato para instalação como fasso pa ra instalar estes pacotes k nao estao??Now add the following links that the library install does not make:cd /usr/lib32sudo ln -s libX11.so.6 libX11.sosudo ln -s libXext.so.6 libXext.sosudo ln -s libfreetype.so.6 libfreetype.sosudo ln -s libz.so.1 libz.soYou may also want to try and link opengl. It built on my machine with the links below, but failed at runtime with an opengl error. You may have better luck. If opengl fails, remove the links, and run configure and make again.sudo ln -s libGL.so.1 libGL.sosudo ln -s libGLU.so.1 libGLU.soRun configure, build and install with:LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configuremake dependmake allsudo make install