Results 1 to 5 of 5

Thread: [SOLVED] symaptic log

  1. #1
    Join Date
    Sep 2007
    Beans
    236

    [SOLVED] symaptic log

    after many,many hours of my and forum community time i have now repaired my system after i exprimented with different settings in synaptic and deleted something that crashed my system.Now i want to know is there some command line that will bring up all the applied settings in synaptic so i can print out and compare settings the next time i do this,'cause i know i will,im the type that doesnt leave well enough alone JESSE C

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: symaptic log

    Quote Originally Posted by jesse c View Post
    after many,many hours of my and forum community time i have now repaired my system after i exprimented with different settings in synaptic and deleted something that crashed my system.Now i want to know is there some command line that will bring up all the applied settings in synaptic so i can print out and compare settings the next time i do this,'cause i know i will,im the type that doesnt leave well enough alone JESSE C
    I am not completely sure what I post is what you actually want. You mention synaptic and settings several times. Synaptic doesn't control app settings per se, just the packages that are installed on your machine. If you are looking for something that will preserve all your configurations, this won't apply.

    If you want a list of all the packages synaptic/dpkg has installed on your system, you can run the following command to get a list. This will create a simple text file, "package-list", on your desktop.
    Code:
    sudo dpkg --get-selections >~/Desktop/package-list
    If you should wish to reinstall all these apps at a later date, you can import the list back into dpkg to reinstall the packages:
    Code:
    sudo apt-get update
    sudo dpkg --clear-selections
    sudo dpkg --set-selections <~/Desktop/package-list	
    sudo apt-get dselect-upgrade
    Back to Xorg...

    Retired.

  3. #3
    Join Date
    Jan 2008
    Location
    Davison, Michigan, U.S.A.
    Beans
    1,196

    Re: [SOLVED] symaptic log

    I have a working system. I did a "sudo dpkg --get-selections > media/disk/package-list".

    I then created a testing installation on a differant drive. I intend to recreate my working system on the testing system.

    I did not update anything or edit my sources list to be like the one on my working system. Do I need to edit my sources list before proceeding?

    After trying instructions to install the software from my package list from many threads I tried your thread and started to see progress.

    I followed these steps...

    sudo apt-get update
    sudo dpkg --clear-selections
    sudo dpkg --set-selections <~/Desktop/package-list
    sudo apt-get dselect-upgrade

    When I got to the dselect step things proceeded untill it got to google earth. Then the licensing agreement came up and that is where I got stuck. I could not get past it. There is an "ok" prompt at the bottom of the agreement but it does not do anything.

    Any idea how I can get past that so I can see further progress?

  4. #4
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: [SOLVED] symaptic log

    Quote Originally Posted by sofasurfer View Post
    When I got to the dselect step things proceeded untill it got to google earth. Then the licensing agreement came up and that is where I got stuck. I could not get past it. There is an "ok" prompt at the bottom of the agreement but it does not do anything.

    Any idea how I can get past that so I can see further progress?
    It's been a while since I installed GoogleEarth but I believe that once you see the "OK" you have to tab to it and then hit ENTER. That is often the way apps that require an agreement of some sort work in linux.
    Back to Xorg...

    Retired.

  5. #5
    Join Date
    Jan 2008
    Location
    Davison, Michigan, U.S.A.
    Beans
    1,196

    Re: [SOLVED] symaptic log

    O dang!! I bet thats the only key I did not try. I'll check it out after work. Thanks for the reply.

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
  •