I am trying to install a software that came with my USB interface on PlayOnLinux. I am not getting very far. How do I install software that’s on a compact disk on Linux? Oh I am using Ubuntu 13.4 by the way.
Asked
Active
Viewed 71 times
2 Answers
0
If you want to install some packages in wine, try wine explorer.exe and It would show you an file manager. Then you can double-click the installation media (EXE).
If you want to install some packages in your OS (Linux, probably Ubuntu), Try deb or yum to install the package.
minmaxavg
- 194
-1
For .deb I use gdebi. You can install this program from the Softwarecenter. Afterwards you have a rightclick option - open with - "Install with Gdebi", or something like this.
kleinempfaenger
- 993