Linux Help
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Linux Help
12-10-2016 12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I am trying to install a program via the terminal in Linux mint 18.
sudo apt-get install -y (program) does install it but
sudo (program) --config gets me a error message that something is missing in the instruction ?
Any ideas please
Fixed! Go to the fix.

Re: Linux Help
12-10-2016 12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Does the program 'manual' give any clues to any additional parameters for '--config' ?
In the terminal, try typing -
man (program)
Re: Linux Help
12-10-2016 2:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks.
I am copying and pasting from the vendors website, which simply says copy and paste the following instructions into the terminal, the final instruction is to drag and drop a downloaded file directly into the terminal. However I cannot get past this second instruction which gives the error message that some parameter is missing.
I know about the man pages but cannot work out exactly what is missing.
This is a program from a trusted website, I have used the 'chat' facility on my android tablet to talk with them but it's clear to me there knowledge of Linux is the same or even less than mine and they are only reading instructions from a screen.
As this program can also run on Windows, Android, Mac & Linux one could hardly expect them to have detailed knowledge about Linux.
Re: Linux Help
12-10-2016 2:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If, as you say, it runs on Windows... why not just download it for Windows, and run it in WINE ?

Re: Linux Help
12-10-2016 2:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
What happens if you just run the program WITHOUT the trailing "--config" ?,
i.e.
sudo (program)
Re: Linux Help
12-10-2016 2:44 PM - edited 12-10-2016 2:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Many Linux programs will give a bit of very basic help if you run them with a --help parameter.
BTW what is the package that you are installing?
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: Linux Help
13-10-2016 10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Linux Help
13-10-2016 3:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm guessing it's supposed to be:
sudo program --config "name of configuration file"
Dragging and dropping the downloaded configuration file into the terminal is presumably supposed to be easier than typing in the file name.
So, you type in sudo program --config, with a space after --config, then drag and drop the file, then press return to execute the command.
Re: Linux Help
13-10-2016 5:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Because the program can potentially be configured with a choice of config files, I suspect that you will need to do this everytime you run the program.
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: Linux Help
13-10-2016 11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If the program is installed then
sudo program --config
should show you the location of the program and the program commands that are available.
If it doesn't then
sudo apt-get install
hasn't worked.
Re: Linux Help
13-10-2016 11:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OOps !!!
part deux !
did you make it executable after the install ?
Re: Linux Help
13-10-2016 11:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The sudo apt-get install would correctly set the authorisations of all files installed.
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: Linux Help
13-10-2016 11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If only we knew the reason for the " copy and paste " ?
If it properly installed then
./program
should run it..
Re: Linux Help
14-10-2016 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Please PM the OP.
"In The Beginning Was The Word, And The Word Was Aardvark."
14-10-2016 2:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
As mentioned in my op I contacted the company concerned but got nowhere with the person I spoke to, however on doing further research on the internet I came across an alternative set of instructions for running the program in Linux Mint along with a youtube video, these instructions were put on the net recently and differ from what was originally shown and they work !
These new instructions are
1. download the file.
2. cd ~/Downloads/
3. sudo dpkg -i (file name) amd64.deb
4. (file name) activate
5. paste activation code
That's it. it works!
Thank to all for the responses and suggestions.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page