Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Downloading and installing programs and apps.

  1. #1
    Join Date
    Jan 2015
    Beans
    40

    Downloading and installing programs and apps.

    I have a problem that seems to be incovered in the guides. There is some programs and apps i need to downlaod and install. The guiudes i have read explains that this should be done in the software center. Its just one thing, the softwarecenter doesnt have the apps or proggrams i need to install. So i am back to finding things on the web and install it from there. This is very easy in windows, most rpograms starts by itselfs and if it doesnt you just need to find the install file which is pretty easy to find.

    I ubuntu however you just download alot of files that doesnt have an obvious way to install. Amongst the 20-30 diferent downlaods i have dowloaded, only 2-3 of them has been installed. Do anyone know how to, or is there a guide covering this subject?

    I know one posible way described in the guide i have used, its about adding additional sources to the software center. Can a website be added as a source, and if so how do i do it? It is explained but i don not understand all of it. It says i have to add the apt line, i am guessing that is the addres to the web site but i am not sure.

    This is the guide i am using.

    https://help.ubuntu.com/stable/ubuntu-help/index.html
    Last edited by Morten_Fjellheim; January 25th, 2015 at 03:39 PM.

  2. #2
    Join Date
    Oct 2014
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Downloading and installing programs and apps.

    You can try Wine to install 'some' Windows software. Linux is not Windows, don't expect that Linux will run every Windows software. You can read more about Wine at the terminal. Just type -

    Code:
    man wine
    * make sure you installed wine first

    When you use Linux, you need to learn. The developers try to make Linux more user-friendly as posibble to the user, but yeah, it's still require your time to learn..it's free, and very good for a particular reasons.

    You can read more here -

    https://help.ubuntu.com/community/CommunityHelpWiki (User Documentation)
    http://linux-training.be/files/books/LinuxFun.pdf - Linux Fundamentals (I prefer here to learn some basic bash shell commands)
    https://en.wikipedia.org/wiki/Linux - Linux Wikipedia (To know more about Linux)
    https://help.ubuntu.com/community/InstallingSoftware - How to install software


    I just prefer you too Google it first, because there are lot of sources out there can help you..and I bet there are already solutions available for your question


    * If you don't like Ubuntu, try Xubuntu and Lubuntu or another DE

    or

    try any distro your like. Just find that suits you.

    Thanks
    Last edited by flaymond; January 25th, 2015 at 03:55 PM.

  3. #3
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Downloading and installing programs and apps.

    Well, it really depends on the application.
    Some are available as .deb, you can install them with gedebi (available in the software center), some are already packaged for ubuntu but available from third party ppa (please install ppa-purge first to easily revert to the distribution packages or dependencies), or use dpkg from the command line.
    https://help.ubuntu.com/community/InstallingSoftware
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  4. #4
    Join Date
    Jan 2015
    Beans
    40

    Re: Downloading and installing programs and apps.

    Quote Originally Posted by InterProg View Post
    You can try Wine to install 'some' Windows software. Linux is not Windows, don't expect that Linux will run every Windows software. You can read more about Wine at the terminal. Just type -

    Code:
    man wine
    * make sure you installed wine first

    When you use Linux, you need to learn. The developers try to make Linux more user-friendly as posibble to the user, but yeah, it's still require your time to learn..it's free, and very good for a particular reasons.
    I do not wana sound ungrateful, i might find it useful something else another time. Its not what i was asking for though, but ty anyway:

    The programs i am talking about is compatible with linux, teamspeak is one of them. There is no autoinstall and it doesnt show any obvious means of how to install.

  5. #5
    Join Date
    Jan 2015
    Beans
    40

    Re: Downloading and installing programs and apps.

    Quote Originally Posted by bapoumba View Post
    Well, it really depends on the application.
    Some are available as .deb, you can install them with gdebi (available in the software center), some are already packaged for ubuntu but available from third party ppa (please install ppa-purge first to easily revert to the distribution packages or dependencies), or use dpkg from the command line.
    https://help.ubuntu.com/community/InstallingSoftware
    Thank you, i will read the guide and see if it helps. I will set this thread as solved for now, i will set it unsolved later if it doesnt help.
    Last edited by bapoumba; January 25th, 2015 at 03:59 PM.

  6. #6
    Join Date
    Aug 2013
    Beans
    84

    Re: Downloading and installing programs and apps.

    I take it you've recently come across from Windows?

    I remember when I first came across, the whole getting programs installed thing through me a bit. As a previous poster has said, Linux is most definitely not Windows, so you shouldn't expect all programs to work. Also, my experience of using Wine has never been good...Idk how common that is.

    I'd advocate cutting ties as much as possible. Often, Linux has counterparts which actually surpass Windows software. I had to go back to using Windows for a while, and found myself installing Linux programs rather than the more popular 'built for Windows' ones because they just work BETTER and are more pleasurable to use. For instance, I went from using UTorrent to using first Deluge and then Transmission on Windows. Similarly, for multimedia, VLC and Audacious, and Gpodder for podcasts.

    Also, don't be scared of the command line. Personally, I hate the software centre. I'm no Linux guru, and feel more comfortable using a GUI if it's available, but for installing software, the terminal is just so much easier. The program which manages installation of software (which comes in 'packages', hence, it's called a 'package manager') is apt. The syntax for using it is as follows:

    permission level + apt tool +what you want it to do + package name

    Permission level is set using 'sudo' (Super User DO - super user = administrator on Windows).
    Apt tool: there are several components of the apt which have different functions. apt-get is the one you use for installing software.
    What you want it to do: examples are 'install', 'remove', 'purge' (purge is remove and destruction of any configuration files that program has created)
    Package name: you can find this by searching the online Ubuntu repository (google Ubuntu package search), or by finding the package name you want with one of those other apt tools I mentioned (the command would be 'apt-cache search XXXX' where XXX is the search term).

    You need to have root (i.e. admin rights) to install software, so if you wanted to install Transmission for example, it would be:

    Code:
    sudo apt-get install transmission
    You can put multiple package names one after the other (which makes install lots of software really easy). To install Transmission and then VLC too:

    Code:
     sudo apt-get install transmission vlc
    Easy!

  7. #7
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Downloading and installing programs and apps.

    Quote Originally Posted by Morten_Fjellheim View Post
    teamspeak
    May be here ?
    http://www.sysads.co.uk/2014/06/inst...-ubuntu-14-04/
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  8. #8
    Join Date
    Oct 2014
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Downloading and installing programs and apps.

    Firstly, add what type of software you want to install at the title and the description before you ask next time, so we can help you much further.

  9. #9
    Join Date
    Jan 2015
    Beans
    40

    Re: Downloading and installing programs and apps.

    Quote Originally Posted by Andrew_Lucas View Post
    I take it you've recently come across from Windows?

    I remember when I first came across, the whole getting programs installed thing through me a bit. As a previous poster has said, Linux is most definitely not Windows, so you shouldn't expect all programs to work. Also, my experience of using Wine has never been good...Idk how common that is.

    I'd advocate cutting ties as much as possible. Often, Linux has counterparts which actually surpass Windows software. I had to go back to using Windows for a while, and found myself installing Linux programs rather than the more popular 'built for Windows' ones because they just work BETTER and are more pleasurable to use. For instance, I went from using UTorrent to using first Deluge and then Transmission on Windows. Similarly, for multimedia, VLC and Audacious, and Gpodder for podcasts.

    Also, don't be scared of the command line. Personally, I hate the software centre. I'm no Linux guru, and feel more comfortable using a GUI if it's available, but for installing software, the terminal is just so much easier. The program which manages installation of software (which comes in 'packages', hence, it's called a 'package manager') is apt. The syntax for using it is as follows:

    permission level + apt tool +what you want it to do + package name

    Permission level is set using 'sudo' (Super User DO - super user = administrator on Windows).
    Apt tool: there are several components of the apt which have different functions. apt-get is the one you use for installing software.
    What you want it to do: examples are 'install', 'remove', 'purge' (purge is remove and destruction of any configuration files that program has created)
    Package name: you can find this by searching the online Ubuntu repository (google Ubuntu package search), or by finding the package name you want with one of those other apt tools I mentioned (the command would be 'apt-cache search XXXX' where XXX is the search term).

    You need to have root (i.e. admin rights) to install software, so if you wanted to install Transmission for example, it would be:

    Code:
    sudo apt-get install transmission
    You can put multiple package names one after the other (which makes install lots of software really easy). To install Transmission and then VLC too:

    Code:
     sudo apt-get install transmission vlc
    Easy!

    Thanks. I am not afraid of the command line or anything else, its just that when i ask a question here on the forum, the answers i get opens up two new question. For instance when i am told to use a spesific program. I open the program and i get ten new questions at once, about how to use that program. So it is abit frustrating. I might go back to using windows for abit, and dual boot which i wanted to in the first place. I had problems installing for dual booting however and chose a complete ubuntu installation and removal of windows to see if it worked which it did.

    I do know that the files i am trying to get installed is linux compatible cause they were made for lotro. On eis teamspeak for linux, pylotro launcher that replaces the windows launcher for lotro and i few more that i am not working on ATM.
    Last edited by Morten_Fjellheim; January 25th, 2015 at 04:23 PM.

  10. #10
    Join Date
    Jun 2014
    Beans
    7,370

    Re: Downloading and installing programs and apps.

    Have you seen the instructions at the link below or similar? Skip the wget... in the instructions if you already have it downloaded.

    http://www.sysads.co.uk/2014/06/inst...-ubuntu-14-04/

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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