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

Thread: Start again fresh

  1. #1
    Join Date
    Jul 2006
    Location
    Bruthen, Australia
    Beans
    185
    Distro
    Ubuntu 11.04 Natty Narwhal

    Talking Start again fresh

    Hi there,

    I'm back. After a year plus time away, a friend returned an Ubuntu computer to me. I'll be aiming to use it in church to put the song words up on a large screen via data projector, and perhaps use it as a supplementary computer in the house for my kids. It's old, etc, but it works really well and I have fond memories of flailing my way through those early years of Ubuntu use... ah, the memories! (Or should I say, "AGH!!!1!!one! the memories!")

    Anyhoo, because my friend was using the beast as his primary laptop for ages and ages, it's got a lot of junk on it that I have no need of. Is there a way to completely wipe the slate clean and start again, from within the OS? It's currently running 11.04, and doing so fine. I don't have any discs for it, neither do I have a large quota for downloading (I'm hijacking my friend's connection to type this...).

    Thanks in advance for your help!

    Cheers,
    Cilionelle
    Last edited by Cilionelle; January 8th, 2012 at 11:41 AM. Reason: Tried to redo the title to not say [lubuntu] but just regular [ubuntu]... it didn't work, obviously!
    "Is it called 'Linux for Human Beings' because it's so difficult to work with?"

  2. #2
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: Start again fresh

    Hi

    Actually i am not getting issue properly but what i understand is you wanna install a fresh Ubuntu.

    But you wanna keep the old one and wanna run both ? or run a fresh one ?
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  3. #3
    Join Date
    Jul 2006
    Location
    Bruthen, Australia
    Beans
    185
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Start again fresh

    Thanks for the response, and sorry for the confusion.

    Quote Originally Posted by raja.genupula View Post
    Actually i am not getting issue properly but what i understand is you wanna install a fresh Ubuntu.

    But you wanna keep the old one and wanna run both ? or run a fresh one ?
    Nope. Kill the old one, restart afresh. But without downloading, sourcing, creating, building from the ground up or otherwise having an install disc.

    I have only the computer that is in front of me. Is there a way I can reinstall Ubuntu from within Ubuntu or the BIOS, etc? Or from command line?
    "Is it called 'Linux for Human Beings' because it's so difficult to work with?"

  4. #4
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: Start again fresh

    If you have any Ubuntu ISO and a USB then your job will easier. do you ?
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  5. #5
    Join Date
    Jul 2006
    Location
    Bruthen, Australia
    Beans
    185
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Start again fresh

    Quote Originally Posted by raja.genupula View Post
    If you have any Ubuntu ISO and a USB then your job will easier. do you ?
    Nope. Nada!
    "Is it called 'Linux for Human Beings' because it's so difficult to work with?"

  6. #6
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: Start again fresh

    then we have only one solution man .

    open your software center and look the installed application . so keep what you wish to have and remove all other from there .

    then run this

    sudo apt-get autoclean
    sudo apt-get autoremove
    sudo apt-get update


    this is what i know , all the best man.
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  7. #7
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Start again fresh

    You can do quite a lot to tidy up what you have got already, but you will need to be careful not to remove applications that you still want.

    Firstly, decide which applications you must have; a word processor, no doubt, but will abiword be good enough or do you want/need LibreOffice instead. The same for a spreadsheet, gnumeric or LibreOffice.

    Totem (movie-player) is the default for music and video, I think, but there are many other apps which you could use, and which may already be installed, but it is difficult to know in what way you need to use the machine.

    So, in simple terms, you need to decide what you are going to do with the machine, and then remove any applications you see that are on it but you don't use or need, preferably using synaptic, which I think is much better and more flexible that the software-center. Make sure those removals do not also remove any applications/utilities that you know you will need in the lists that will pop up when you hit the remove option on some applications.

    If anything important does inadvertently disappear, you can get everything in the default ubuntu back again with the command line using
    Code:
    sudo apt-get install ubuntu-desktop
    There is no magic answer that I know of to remove junk, as you put it, but remember that linux is not like windows, where lots of unwanted applications can slow down a system. Generally in linux, unneeded applications do nothing more than waste space on the hard disk.

    The commands shown by raja.genupula
    Code:
    sudo apt-get autoclean
    sudo apt-get autoremove
    sudo apt-get update
    are certainly worth running after all the above as they will clean up the cache of downloaded packages, remove any unnecessary dependencies, and then make sure everything is up-to-date.
    Last edited by ajgreeny; January 8th, 2012 at 12:36 PM.

  8. #8
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Start again fresh

    just to explain to you:

    if you for example mean command line interface, well this is just not the operating system, so from there I could install operating system....
    no, this is not true, this is the full operating system running.

    Any linux operating system has to be delivered somehow, either on some physical media like CD or flash stick or it has to be downloaded from the internet.
    But for the download from internet, some running operating system with all the essential parts like drivers for the network adapter, for the rest of the hardware, and some programs to organize all downloads have to be present.

    So either people use the same operating system to make it a newer version by connecting to internet, run the update and this will take some time and will fetch many parts, but far not all, from the repository server and replace it. This works mostly.

    Other way to start from zero is to get the operating system on external media, but this can be ordered by normal mail also. Just go to the main site of ubuntu, and look there.

    From there on you can install system completely fresh.
    But also here , working internet connection during the install is nice, as then all special drivers and extra components can be installed the right way from beginning.

    So if you want bypass long downloads, obtain the installation CD from ubuntu:

    http://www.ubuntu.com/download/ubuntu/cds

  9. #9
    Join Date
    Jul 2006
    Location
    Bruthen, Australia
    Beans
    185
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Start again fresh

    Thanks, guys! I really appreciate the help.

    Follow-up question, then: His user-name and password (let's call it 'steve') are still front and centre. I've added a second admin account and password ('reginald', but my gut tells me that probably there are some config files saved to his profile, or something that I'll miss. Is there a way to get it to default to reginald@Laptop, rather than steve@Laptop?
    "Is it called 'Linux for Human Beings' because it's so difficult to work with?"

  10. #10
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Start again fresh

    Quote Originally Posted by Cilionelle View Post
    Thanks, guys! I really appreciate the help.

    Follow-up question, then: His user-name and password (let's call it 'steve') are still front and centre. I've added a second admin account and password ('reginald', but my gut tells me that probably there are some config files saved to his profile, or something that I'll miss. Is there a way to get it to default to reginald@Laptop, rather than steve@Laptop?
    well such things will be stored in the /home/steve and would have permissions set to steve
    you would need to move them to /home/reginald and set the permissions to reginald

    do you have any specific configs or data in mind?

    Mostly such operation is not needed.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •