Sammyinnit Posted April 5, 2005 Share Posted April 5, 2005 Hello, I am going to install this. What should I do before I install. What size should the partition be, etc? Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/ Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 I am in the setup now, I just hope I have not erased my windows partiton. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729500 Share on other sites More sharing options...
Hankyone Posted April 5, 2005 Share Posted April 5, 2005 create a partiton (10gb should be enough) and select it in the setup Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729542 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 :D Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729638 Share on other sites More sharing options...
markwolfe Veteran Posted April 5, 2005 Veteran Share Posted April 5, 2005 ^^^ Congrats on the apparently successful install. (Y) Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729804 Share on other sites More sharing options...
racer1337 Posted April 5, 2005 Share Posted April 5, 2005 Nice job Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729823 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 I have only ever used Knoppix live CD. I am loving it. If it had more applications, like windows, I would switch. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729855 Share on other sites More sharing options...
racer1337 Posted April 5, 2005 Share Posted April 5, 2005 What type apps are you looking for? Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585729865 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 MSN Messenger, Skype, Photoshop, Fireworks, FLash, Dreamweaver. Those are what I use most. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585730450 Share on other sites More sharing options...
markwolfe Veteran Posted April 5, 2005 Veteran Share Posted April 5, 2005 MSN Messenger - amsn, gaim, kopete, many others Skype - Skype Photoshop - gimp, Photoshop through CodeWeavers, Dual boot, Photoshop through win4lin Fireworks, FLash, Dreamweaver - If you require these items, dual-booting or win4lin are your best bets, I think. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585730551 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 I downloaded amsn_0.94-1_i386.deb (amsm) Now, how do I install it? Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585730792 Share on other sites More sharing options...
markwolfe Veteran Posted April 5, 2005 Veteran Share Posted April 5, 2005 I think that something like sudo apt-get install amsn would be a better way for you to manage your programs than having to find them manually. I am not a Ubuntu person, but I think that the above line will prompt you for your root password, then install amsn for you. If you haven't already done so, you might want to also do a apt-get update, and let your computer update everything. EDIT: Oh, it's Kubuntu. Should be the same, I think... Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585730868 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 Okay, I am confused now. Could you tell me what to do, step by step, please. Or somthing to that effect. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585730893 Share on other sites More sharing options...
Brett Posted April 5, 2005 Share Posted April 5, 2005 Okay, I am confused now.Could you tell me what to do, step by step, please. Or somthing to that effect. 585730893[/snapback] 1. Open terminal 2. Type: sudo apt-get update (you will be asked to enter your password) 3: Type: sudo apt-get install amsn 4. amsn is now installed Hope that helps Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731127 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 Where do I have to put amsn_0.94-1_i386.deb? Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731143 Share on other sites More sharing options...
LOC Veteran Posted April 5, 2005 Veteran Share Posted April 5, 2005 You don't have to use the .deb file if you use apt-get. It'll automagically install it for you (granted the apt-get sources list is enabled and all that nice stuff, I don't know how it works in Ubuntu/Kubuntu) But if you want an even easier way instead of using a terminal window (which might be a bit daunting for the linux newfie) just look in the programs menu that you have there for something called Synaptic. It's a front end for apt-get and will allow you to search, and install anything in the apt-get lists. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731172 Share on other sites More sharing options...
Sammyinnit Posted April 5, 2005 Author Share Posted April 5, 2005 You don't have to use the .deb file if you use apt-get. It'll automagically install it for you (granted the apt-get sources list is enabled and all that nice stuff, I don't know how it works in Ubuntu/Kubuntu)But if you want an even easier way instead of using a terminal window (which might be a bit daunting for the linux newfie) just look in the programs menu that you have there for something called Synaptic. It's a front end for apt-get and will allow you to search, and install anything in the apt-get lists. 585731172[/snapback] I Cannot find what you suggested. When I used apt-get, I get sam@ubuntu:~$ sudo apt-get install amsnReading package lists... Done Building dependency tree... Done E: Couldn't find package amsn sam@ubuntu:~$ Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731191 Share on other sites More sharing options...
Brett Posted April 5, 2005 Share Posted April 5, 2005 Where do I have to put amsn_0.94-1_i386.deb? 585731143[/snapback] Put the amsn file in your home folder, then open up terminal and type: sudo dpkg -i amsn_0.94-1_i386.deb You'll be asked for your password and then it'll install it for you Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731231 Share on other sites More sharing options...
secretlyrobotic Posted April 5, 2005 Share Posted April 5, 2005 nvu (http://www.nvu.com/) is a good *nix alternative to dreamweaver... if wysiwyg editors are your bag ;-) Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731254 Share on other sites More sharing options...
Fotix Posted April 5, 2005 Share Posted April 5, 2005 amsn is in a repository not enabled by default in Ubuntu. You're going to need Universe/Multiverse deb http://us.archive.ubuntu.com/ubuntu hoary universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu hoary universe multiverse deb http://security.ubuntu.com/ubuntu hoary-security universe multiverse deb-src http://security.ubuntu.com/ubuntu hoary-security universe multiverse Add those to the file in /etc/apt/sources.list. You have to be root or have it's privileges to edit that file. And then on the Konsole/Terminal/command line, enter sudo apt-get update. Then do sudo apt-get install amsn. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585731272 Share on other sites More sharing options...
Iluvatar Posted April 6, 2005 Share Posted April 6, 2005 you can use Kynaptic (sp?) to do all of this...its in the start menu under system or tools (similar) it is very close to Synaptic (thats in the Gnome version) and is very visual so after a few minutes you probably will be a pro at finding and installing what you want....please read this http://www.ubuntuforums.org/showthread.php?t=23368 ...it is a thread on the Ubuntu forums about what to do right after the installation. however adding the repositories for additional software selection that was mentioned in teh previous post is very important so make sure to read up on that in the posted link. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585732575 Share on other sites More sharing options...
markwolfe Veteran Posted April 6, 2005 Veteran Share Posted April 6, 2005 crap. If amsn isn't in your default repositories, you can always (maybe?) install gaim (which I prefer) by doing a sudo apt-get install gaim. It will let you talk on just about any IM system. You can work on opening up your repositories once you get some of the basic functions you were wanting. Link to comment https://www.neowin.net/forum/topic/305227-kubuntu/#findComment-585732849 Share on other sites More sharing options...
Recommended Posts