Question:
I just installed (K)Ubuntu, now how do I install programs?
Danielsard
2006-12-08 22:27:37 UTC
I am pretty new to Linux. I got this (K)Ubuntu (or Kubuntu) build today from a friend of mine, who was in a hurry and could not explain me how to install apps in this OS.

Does anyone knows how can i install apps in Kubuntu?

Thanks in advance

This is my OS: Kubuntu 6.06 LTS: the Dapper Drake Release.
Four answers:
Angry C
2006-12-09 02:41:47 UTC
Kubuntu has a graphical interface that is called Adept. It's got 4 parts: the installer (add/remove programs), the main program (Adept), an update notifier, and the actual updater. These programs will help you install packages and keep your system up-to-date.To launch Adept, open the K menu and click on add/remove programs, or just type add/remove programs in Katapult. The add/remove programs main window opens.



Add/remove programs groups programs into 3 groups: packages that can be installed with KDE, applications that can be installed with GNOME, and applications that can be installed on either desktop environment. To search for a needed application just type in the application you're looking for , click on it, select install. Once you click on Apply Changes, add/remove programs will download info from the respository and install the application. Add/remove will also automatically download any dependencies to prevent conflicts or broken programs.



The main Adept program is slightly more powerful than add/remove programs. Not only can you install programs and update your system, you can also manage the different respositories from which programs are downloaded. To start Adept and install new applications, open the K menu and move through the System folder to Adept. A screen called Adept Manager will open and you can scroll through the different packages. Locate the name of the application, click the drop down arrow, select install. All of the applications will be queued until you click on apply changes. In most cases you won't even have to do a system restart in order for the new applications to work correctly (a restart could be required if KDE is updated.)



Packages have 4 groups or respositories: main, restricted, universe, and multiverse. Standard installation sets up the system to install packages from the main repository and these installations are guaranteed to receive security updates and support through the various venues. The restricted group is supported by the Kubuntu team, but they may not be able to change or update the package. The universe repository contains just about every other known open source software. Items in this group are built and maintained by the MOTU (masters of the universe) but there is no support from the core developers. And the multiverse repository contains software that is not free and users assume all risks.



A very important part of the installation package through Adept is to make sure you always preview the changes by clicking on preview changes before you can click on apply changes. This way you can change your mind and not install something right up to the point of actual installation by clicking on Undo. Hope some of this helps. And I agree, Ubuntu is awesome and getting better every day. Happy Holidays.



plrr
Joey F
2006-12-09 06:41:39 UTC
Installing in Linux is a real pain compared to Windows (IMHO). Look around on the Kubuntu site and look for a package list. You can use "apt-get" from the command prompt (as root/su - sudo user) and install a lot of good stuff like that or you can download the Linux version of an app and then un-tar it. There SHOULD be a read-me with instructions. Sorry I could not be more specific but i'm still getting over a bad experience with Debian Sarge that turned me off to Linux for a while. Also look at this website and search around for Linux help. http://www.justlinux.com/ Good luck.
gnobody
2006-12-09 06:33:05 UTC
The preferred way to install in K/Ubuntu is through add/remove, right off the main menu, or Synaptic, available under Administration menu. If you know the name of the program you can install from the terminal using " sudo apt-get install (whatever)" you can also compile packages from source, but first you need to have a complier and a few other goodies, you can obtain most of what you need by issuing the command "sudo apt-get install build-essential" form the terminal (you will need to enable the universe and multiverse repositories for this to work, else you will get a message stating "cannot find package") additional you can install any .deb package as k/ubuntu is a port of Debian Linux, and this is the native format of packages. You can even install .rpm packages using "alien (package name)



For help with any aspects of Ubuntu , I would highly recommend visiting http://ubuntuforums.org/index.php as a new Ubuntu user, it will be your best resource : )



You can also find a video tutorial here;

http://video.google.com/videoplay?docid=5253052326994067125&q=ubuntu



BTW, Ubuntu Rocks!
anonymous
2006-12-09 06:34:04 UTC
use synaptic manager in system-administrator


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...