Find the answer to your Linux question:
Results 1 to 4 of 4
I would like to use the SmartBoard software. They do provide the software for linux.. I have tried to follow their instructions for installation....the package was downloaded with autopackage. Unfortunately ...
  1. #1
    Just Joined! aperla's Avatar
    Join Date
    Jul 2009
    Location
    U.S.A
    Posts
    41

    Newbie Can't Install

    I would like to use the SmartBoard software. They do provide the software for linux.. I have tried to follow their instructions for installation....the package was downloaded with autopackage. Unfortunately autopackage doesn't seem to work

    SMART Notebook software with drivers 10. tar.gz

    I tried using terminal....but my terminal skills are greatly limited. SmartBoat does state that they tested their software with ubuntu......any hel would be greatly appreciated.


    Thanks

  2. #2
    Linux Newbie
    Join Date
    May 2009
    Location
    Kitchener, Ontario, Canada
    Posts
    187
    im quite the newbie my self but the tar.gz files you have to have a compiler installed and compile the file in the terminal then it would install it afterwards.

  3. #3
    Just Joined! aperla's Avatar
    Join Date
    Jul 2009
    Location
    U.S.A
    Posts
    41

    Autoplay

    Quote Originally Posted by donaldfarkas View Post
    im quite the newbie my self but the tar.gz files you have to have a compiler installed and compile the file in the terminal then it would install it afterwards.
    I know I'm limited in my linux knowledge....but the research that I have done...tells me that if autoplay code does not work you can run an install script in the downloaded archive. Unfortunately, there are no other files in the archive to view. I could use any direction.....

  4. #4
    Just Joined!
    Join Date
    Aug 2009
    Posts
    76
    Well, it is often the case that you need to run the install script with root (administrator) priviliges, you can often get these by typing 'sudo ' in front of your command. If the name of the script was 'autoinstall' then you might type something like this.

    sudo ./autoinstall

    And this will ask you for the adminstrator password (its the same as your user password) and then begin the installation.

    In some cases you may need to compile the software. Compiling is not difficult to do, but requires you to have a package called 'build-essential' installed. If a package is meant to be compiled it will often have files inside of it called things like 'configure' and 'make'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...