Wine(5.0.2)은 우분투에서 기본적으로 /opt 디렉터리에 설치됩니다.
하지만 내 /opt 디렉토리에 공간이 부족합니다.
WINE의 기본 설치 경로를 어떻게 변경하나요?
답변1
- 소스에서 컴파일하고 원하는 곳에 설치
- 심볼릭 링크 생성
ln -s /mnt/where_you_have_space/directory /opt/wine
mount --bind /mnt/where_you_have_space/directory /opt/wine
Wine(5.0.2)은 우분투에서 기본적으로 /opt 디렉터리에 설치됩니다.
하지만 내 /opt 디렉토리에 공간이 부족합니다.
WINE의 기본 설치 경로를 어떻게 변경하나요?
ln -s /mnt/where_you_have_space/directory /opt/wine
mount --bind /mnt/where_you_have_space/directory /opt/wine