DebianEtch-KDE: Difference between revisions

Line 16: Line 16:


===Post Install Setup===
===Post Install Setup===
The distro is packed with [http://www.kde.org/ KDE] utilities but does not have [http://www.openoffice.org Open Office] or [http://www.koffice.org/ KOffice] and no [http://www.cups.org/ CUPS]. It comes with [http://en.wikipedia.org/wiki/GNU_IceWeasel Iceweasel] which is a fork of [http://www.mozilla.com/en-US/firefox/ Firefox].
During package installation, the CD option was selected so there were no internet package repositories in the /etc/apt/sources.lst file. Use '''Alt+F2''' to open the ''Run Command'' dialog box and type '''konsole''' and hit enter. From now on the remaining installation will be done in this terminal window.
The '''sudo''' and '''vim''' packages are added using
'''apt-get install sudo vim'''
The packages are installed from the CD itself. To use the ''sudo'' command, first do an '''su -''' in the terminal and enter the root password. Then edit the /etc/sudoers file using '''vi /etc/sudoers'''.