LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-11-2012, 05:58 AM   #16
Air-Global
Member
 
Registered: Dec 2012
Location: The Netherlands
Distribution: Fedora 27 & CentOS 7
Posts: 62

Rep: Reputation: 8

most likely your file is not allowed to be accessed by your user, or it isnt allowed to execute.

for this try:
Code:
$ chmod +x '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
if this gives a permission denied then do this:
Code:
$ sudo chmod a+x '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'

This is for execution only, so if you still can not run it let me/us know again
 
Old 12-11-2012, 02:17 PM   #17
siickboii
Member
 
Registered: May 2012
Posts: 63

Original Poster
Rep: Reputation: Disabled
timmytim@redhatlaptop ~$ chmod +x '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
timmytim@redhatlaptop ~$

timmytim@redhatlaptop ~$ sudo chmod a+x '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
[sudo] password for timmytim:
timmytim@redhatlaptop ~$

That didnt work either guys
 
Old 12-11-2012, 02:44 PM   #18
Air-Global
Member
 
Registered: Dec 2012
Location: The Netherlands
Distribution: Fedora 27 & CentOS 7
Posts: 62

Rep: Reputation: 8
Dont know if you did from that reply,

That was only to set the access to the file correctly.
Do run the file like you did before:
Code:
$ sh '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
 
1 members found this post helpful.
Old 12-11-2012, 02:46 PM   #19
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by siickboii View Post
That didnt work either guys
Installing the TorGuard RPM package should result in some "TorGuard app" so check your menu or at least list the contents of the package (sudo rpm -ql TorGuard) but other than that, correct me if I'm wrong, TorGuard the software is not Open Source (at least I haven't been able to find it) and TorGuard the service is a commercial one.

IMHO their help desk should answer questions.
You paid for it.

Last edited by unSpawn; 12-11-2012 at 04:50 PM. Reason: //I R making typo
 
1 members found this post helpful.
Old 12-11-2012, 03:05 PM   #20
siickboii
Member
 
Registered: May 2012
Posts: 63

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Air-Global View Post
Dont know if you did from that reply,

That was only to set the access to the file correctly.
Do run the file like you did before:
Code:
$ sh '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
Thanks I believe that did it!!
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2012-12-11 14:58:32.png
Views:	17
Size:	230.8 KB
ID:	11397   Click image for larger version

Name:	Screenshot from 2012-12-11 14:59:26.png
Views:	17
Size:	235.4 KB
ID:	11398  
 
Old 12-11-2012, 04:21 PM   #21
siickboii
Member
 
Registered: May 2012
Posts: 63

Original Poster
Rep: Reputation: Disabled
So I need to do these 3 things everytime i want to download softwhare?

1.root@redhatlaptop timmytim# rpm -ivh '/home/timmytim/Downloads/TorGuard_linux_3_81.rpm'

2a.chmod +x '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'

or

2b.sudo chmod a+x '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'

3.sh '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
 
Old 12-12-2012, 12:15 AM   #22
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
Quote:
Originally Posted by siickboii View Post
timmytim@redhatlaptop ~$ '/home/timmytim/Downloads/TorGuard_unix_3_99FF.sh'
bash: /home/timmytim/Downloads/TorGuard_unix_3_99FF.sh: Permission denied
timmytim@redhatlaptop ~$
Permission denied usually means you have to be root to execute that script...?

Sorry I've never heard of the TorGuard app - that's the thing - you've got it installed now, HOW you use it is up to you...
 
1 members found this post helpful.
Old 12-12-2012, 03:19 AM   #23
Air-Global
Member
 
Registered: Dec 2012
Location: The Netherlands
Distribution: Fedora 27 & CentOS 7
Posts: 62

Rep: Reputation: 8
Quote:
Originally Posted by siickboii View Post
So I need to do these 3 things everytime i want to download softwhare?
Well normally just installing the .rpm should do. So nope. But anyways, in general just install software from the repositories if they are there. Way easier
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Install F17 in DualBoot on Samsung NP300E7A that has Win7 HP Basher52 Linux - Laptop and Netbook 11 11-29-2012 01:06 PM
[SOLVED] Newbie F17 Install question business_kid Fedora 2 09-08-2012 10:01 AM
Fedora F17 Install Problem No Bootloader fero4u123 Fedora 2 07-08-2012 10:42 AM
virt-install: kickstarting F17 from local ftp brianmcgee Linux - Virtualization and Cloud 3 07-05-2012 10:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration