Skocz do zawartości
gucek012

CentOS brakujące paczki

Polecane posty

Witam, borykam się z problemem brakujących paczek w CentOS, dokładnie mam do wpisania takie komendy

 

 

sudo dpkg --add-architecture i386

yum install wine:i386

yum install xorg

yum install xfce4

dpkg-reconfigure xserver-xorg

yum install vnc4server

 

Pierwszy problem to jest brak komendy dpkg:

 

sudo: dpkg: command not found

a reszty paczek poprostu nie ma.

 

Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.sitbv.nl
* extras: mirror.prolocation.net
* rpmforge: mirror.nl.leaseweb.net
* updates: mirror.sitbv.nl
No package wine:i386 available.
Error: Nothing to do

 

  1.  

 

Proszę o szybką pomoc.

Pozdrawiam Dawid.

 

EDIT:

 

dpkg zainstalowałem

or those who wanted to know: you can install dpkg.

Qouted from http://pkgs.org/centos-6/epel-i386/dpkg-1.15.5.6-6.el6.i686.rpm.html

  1. Download the latest epel-release rpm from http://dl.fedoraproject.org/pub/epel/6/i386/
  2. Install epel-release rpm:

    rpm -Uvh epel-release*rpm

  3. Install dpkg rpm package:

    yum install dpkg

 

Edytowano przez gucek012 (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Potrzebuje uruchomić sobie później vncserver i z tego odpalić sobie serwer do gry rust

 

 

This is what i did:

Code: Select All
apt-get install nano sudo dpkg --add-architecture i386 apt-get install wine:i386 apt-get install xorg apt-get install xfce4 dpkg-reconfigure xserver-xorg apt-get install vnc4server


Enter "startxfce4 &" without quotes on the last line in: ~/.vnc/xstartup and save it (nano ~/.vnc/xstartup)

Code: Select All
vncserver -geometry 1024×768 -depth 16

It will ask you for password, enter it.

(You can now connect to your desktop using a VNC client at IP:1 - port 1)

Copy the Rust server files in /home/rust directory.

Copy the msvcr120.dll and msvcp120.dll from GreenLuma 3.0.2 to the /home/rust directory.

Make a start script with your text editor: nano start.sh
Type this inside and save it: wine rust_server.exe -batchmode -nographics -hostname "My server" -maxplayers 50 -port 28015 -datadir "/home/rust/rust_server_Data/"

Code: Select All
chmod +x start.sh apt-get install screen screen ./start.sh


There you go, you installed the server and it is running now. I hope this helps!

You can stop the VNC Server at any time with the following command:
Code: Select All
vncserver -kill :1

 

Edytowano przez gucek012 (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Spoofy

Yyyy... masz dwa rozwiązania :

1) albo ogarnij sobie CentOS'a + to co wysłałem krok po kroku

2) albo weź sobie zainstaluj Debiana ;-)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

w tym rzecz, że mam zainstalowany tutaj webserver Centos Web panel ostatnim razem niezłą udrenką było to zainstalować, u mnie w hostkey trzeba sobie samemu przeinstalowywać system a ostatnim razem nieźle się zdenerwowałem przy tym. No nic spróbuje ogarnąć coś na tym centku, a wersja wine chyba nie ma zbytniego znaczenia ?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Spoofy

w tym rzecz, że mam zainstalowany tutaj webserver Centos Web panel ostatnim razem niezłą udrenką było to zainstalować, u mnie w hostkey trzeba sobie samemu przeinstalowywać system a ostatnim razem nieźle się zdenerwowałem przy tym. No nic spróbuje ogarnąć coś na tym centku, a wersja wine chyba nie ma zbytniego znaczenia ?

 

Wersja Wine'a zawsze ma znaczenie (przeważnie wydajnościowe), ale w przypadku instalacji na OpenVZ'tce to raczej ciężko (chyba że masz KVM/XEN albo dedyka). Tam w tym poradniku how-to na szybko wyszukanym masz instrukcję krok po kroku jak sobie skompilować jakąś nowszą wersję ;-)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość Spoofy

Zaloguj się, aby skomentować

Będziesz mógł dodać komentarz po zalogowaniu się



Zaloguj się

×