Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
11-27-2011, 02:48 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Rep: 
|
Running Software
Hi...
I really don't want to go back to using windows but need to run Adobe Illustrator and Adobe Dreamweaver, I've been searching the www but can't find any info on running said software on Linux Mint.. I will have to lose Mint to reinstall windows too.
Can anyone here please let me know if there is a solution?
|
|
|
|
11-27-2011, 02:52 PM
|
#2
|
|
Member
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows xp
Posts: 776
Rep:
|
Quote:
Originally Posted by Truthseeker Craig
Hi...
I really don't want to go back to using windows but need to run Adobe Illustrator and Adobe Dreamweaver, I've been searching the www but can't find any info on running said software on Linux Mint.. I will have to lose Mint to reinstall windows too.
Can anyone here please let me know if there is a solution?
|
Honestly IMO if you want to run Windows Apps you should duel boot windows and do it their or you could run them in a VM as well. But you can try running them with wine (Wine is not a Emulater). Its a compatability layer that may give you your solution.
http://appdb.winehq.org/ search for apps and see if they work or not or how to get them to work to run via wine.
|
|
|
2 members found this post helpful.
|
11-27-2011, 03:08 PM
|
#3
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Original Poster
Rep: 
|
Thank you for your reply... I have to confess, I am a total newb with Linux, I've been using it for a while now but have no idea about how to install things, I did try to install wine before but the download didn't have an exe file :S
|
|
|
|
11-27-2011, 03:09 PM
|
#4
|
|
Member
Registered: Apr 2007
Location: USA
Distribution: Kubuntu 8.04
Posts: 579
Rep: 
|
Quote:
Originally Posted by Truthseeker Craig
Hi...
I really don't want to go back to using windows but need to run Adobe Illustrator and Adobe Dreamweaver, I've been searching the www but can't find any info on running said software on Linux Mint.. I will have to lose Mint to reinstall windows too.
Can anyone here please let me know if there is a solution?
|
Possible solutions, in order of convenience:
- Ask Adobe how to get the Linux compatible version of their programs.
- Find Linux compatible programs which do the same work.
- Run the Windows programs in Wine.
- Setup a Windows virtual machine and install programs there.
- Setup a dual-boot system with Windows on a separate partition, reboot into Windows as to run the programs.
- Setup a separate computer with Windows to run the programs.
You really want to try 1-4 first because they are the least disruptive.
|
|
|
1 members found this post helpful.
|
11-27-2011, 03:17 PM
|
#5
|
|
Member
Registered: Apr 2007
Location: USA
Distribution: Kubuntu 8.04
Posts: 579
Rep: 
|
Quote:
Originally Posted by Truthseeker Craig
I did try to install wine before but the download didn't have an exe file :S
|
Linux software doesn't come in .EXE files. Linux software usually comes in two forms.
- packages - Packages contain precompiled binaries specifically for your system. Your distro most likely has one or more repositories of packages.
- source - Computer program source code files usually distributed in .tar archives
If Mint uses the same package management system as Ubuntu (ie Apt), then you should be able to install Wine at the command line:
Code:
sudo apt-get install wine
If you are not comfortable with the command line then you can search for wine in the graphical package manager application.
|
|
|
1 members found this post helpful.
|
11-27-2011, 03:44 PM
|
#6
|
|
Member
Registered: May 2006
Location: Scotland
Distribution: Debian Squeeze Xfce
Posts: 564
Rep:
|
Linux alternatives:
Adobe Dreamweaver: Aptana, KompoZer
Adobe Illustrator: Inkscape
|
|
|
2 members found this post helpful.
|
11-27-2011, 04:03 PM
|
#7
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Original Poster
Rep: 
|
Is the location of the downloaded file important to the installation, because I've tried before and it feels to me like it cant find the tar file, it goes into 'downloads' folder.. Maybe if I put the file in a different place I could solve my problem...
Quote:
Originally Posted by Telengard
Linux software doesn't come in .EXE files. Linux software usually comes in two forms.
- packages - Packages contain precompiled binaries specifically for your system. Your distro most likely has one or more repositories of packages.
- source - Computer program source code files usually distributed in .tar archives
If Mint uses the same package management system as Ubuntu (ie Apt), then you should be able to install Wine at the command line:
Code:
sudo apt-get install wine
If you are not comfortable with the command line then you can search for wine in the graphical package manager application.
|
|
|
|
|
11-27-2011, 04:06 PM
|
#8
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Original Poster
Rep: 
|
I have tried these apps but they just don't have the flexibility of the Adobe stuff, I tried a few tutorials to get up to speed but it's impossible (for me) to match the level of skill I have with Adobe
Quote:
Originally Posted by arochester
Linux alternatives:
Adobe Dreamweaver: Aptana, KompoZer
Adobe Illustrator: Inkscape
|
|
|
|
|
11-27-2011, 04:28 PM
|
#9
|
|
Member
Registered: Apr 2007
Location: USA
Distribution: Kubuntu 8.04
Posts: 579
Rep: 
|
Quote:
Originally Posted by Truthseeker Craig
Is the location of the downloaded file important to the installation, because I've tried before and it feels to me like it cant find the tar file, it goes into 'downloads' folder.. Maybe if I put the file in a different place I could solve my problem...
|
No, you are most likely doing it wrong. Mint most likely has a package for Wine. I recommend checking the package manager application first.
Official User Guide - Linux Mint Main Edition has instructions beginning on page 33.
I'm at a disadvantage because I've never used Mint. Hopefully someone with some Mint-fu will step in here.
|
|
|
1 members found this post helpful.
|
11-27-2011, 04:36 PM
|
#10
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Original Poster
Rep: 
|
I used Ubuntu before and someone said they are basically the same, and that Mint is made from Ubuntu.. I will check out that guide and try again, thank
Quote:
Originally Posted by Telengard
No, you are most likely doing it wrong. Mint most likely has a package for Wine. I recommend checking the package manager application first.
Official User Guide - Linux Mint Main Edition has instructions beginning on page 33.
I'm at a disadvantage because I've never used Mint. Hopefully someone with some Mint-fu will step in here.
|
|
|
|
|
11-28-2011, 03:13 AM
|
#11
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Original Poster
Rep: 
|
I got wine running  ... I got the Adobe exe and it started running it in wine :O I was like OMFG.... It got to the end and then nothing happened, no Adobe software anywhere to be found :S strange... It didn't bring up any 'install' anything, I really thought it was gonna work  so, I used "run ap in wine" so I did, and wine brought up progress box, which ran to the end but no Adobe install box
|
|
|
|
11-28-2011, 08:12 AM
|
#12
|
|
Member
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows xp
Posts: 776
Rep:
|
Quote:
Originally Posted by Truthseeker Craig
I got wine running  ... I got the Adobe exe and it started running it in wine :O I was like OMFG.... It got to the end and then nothing happened, no Adobe software anywhere to be found :S strange... It didn't bring up any 'install' anything, I really thought it was gonna work  so, I used "run ap in wine" so I did, and wine brought up progress box, which ran to the end but no Adobe install box
|
You need to run wine by command line and figure out what errors you are getting.
$wine /path/to/app
should be something like
.wine/drive_c/Program\ Files/
unless you install with customer prefixes
|
|
|
|
11-28-2011, 09:16 AM
|
#13
|
|
LQ Newbie
Registered: Nov 2011
Posts: 7
Original Poster
Rep: 
|
Quote:
Originally Posted by jmc1987
You need to run wine by command line and figure out what errors you are getting.
$wine /path/to/app
should be something like
.wine/drive_c/Program\ Files/
unless you install with customer prefixes
|
I found out that Wine does run the software, but only if it's legitimate (paid for not pirate) 
|
|
|
|
11-28-2011, 04:49 PM
|
#14
|
|
Member
Registered: Apr 2007
Location: USA
Distribution: Kubuntu 8.04
Posts: 579
Rep: 
|
Quote:
Originally Posted by Truthseeker Craig
I found out that Wine does run the software, but only if it's legitimate (paid for not pirate) 
|
Emphasis mine. I recommend going legitimate. If you must use Adobe software, then give them the money they want.
Otherwise, please reconsider these points:
Quote:
|
Originally Posted by Telengard
Find Linux compatible programs which do the same work.
|
Quote:
|
Originally Posted by arochester
Linux alternatives:
Adobe Dreamweaver: Aptana, KompoZer
Adobe Illustrator: Inkscape
|
|
|
|
1 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:49 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|