Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 63

Thread: Apt-get / dpkg tutorial

  1. #51
    Junior Member
    Join Date
    Mar 2005
    Location
    Mike_Rudmin@yahoo.com
    Posts
    2

    Dselect Get Update breakage (shattering) problem

    Okay, I have a "beginner" "knoppix-installer" HDD install.

    One of the suggestions was apt-get update. Well, I had tried that with devastating results, via dselect.

    Essentially, it immediately wanted to eliminate all kinds of stuff like kdebase, upgrade other stuff, and so on. A lot of the upgrades were not able to be found, a lot of others stepped on the toes of preexisting packages and would not be installed.

    So for the first case, I had to do without. For the second case, I had to deinstall the preexisting package, configure the broken selection, and then reinstall the preexisting package.

    So far, so good.

    But when I went to reboot the system, I found that all the autodetection was broken; it spent 5 minutes trying to hook up random modules and erroring out; and the mouse was permanently broken. My solution? To try to reinstall knoppix, which wanted to erase the HDD. With as much broken as there was, it was inordinately difficult for me to save our home directories -- I ended up just formatting over it. I didn't lose everything, because we keep a lot of stuff on the Windows side, as well.

    But having reinstalled knoppix, I am now trying again to do a dselect get-update, fresh, to see better what happens.

    Meanwhile, if others have suggestions -- including how to undo dselect requests for an update -- I'd be glad to hear of it.

    And to those who are arguing how you learn, that's how *I* learn. Not by man, not by asking questions, but by blowing it up and then examining all the little pieces, and finally publishing and asking for opinions. The nuclear physicist method, if you will. Flame away, when you get done rofling.

  2. #52
    Senior Member registered user
    Join Date
    Dec 2004
    Location
    Dublin, OH
    Posts
    342

    Gaim DOES Connect to Yahoo

    <<somebody please show me how to upgrade kde once i installed knoppix in my hdd. i'd like to install it and get kopete since gaim still cannot connect to yahoo. pretty please?>>

    Gaim connects to Yahoo.

    Just set up your Yahoo account on the Yahoo website and then click on Gaim, select Yahoo, and type in your name and password.

    sakiZ

  3. #53
    Junior Member
    Join Date
    Jul 2005
    Posts
    6

    Create deb files from installed packages

    Guys, is it possible for me to use dpkg to create a .deb file from my Knoppix 4.0 DVD? The reason I ask is because I have a Debian installation that does not have high speed internet and I would love to be able to install some of the application found on the Knoppix 4.0 DVD without having to install Knoppix. Can I boot from the DVD, create .deb package files on the hard drive or a memory stick, and then use that to install the package on the Debian PC? I am running Debian Sarge installed on the remote PCs hard drive.

  4. #54
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    Let me see if I undertstand your concept. You want to: Use an existing installed Knoppix to create/build a installable .DEB file from the filesystem to then be installed on Debian 3.1 sarge because you do not have a high speed internet connection.

    I will not say that it could never be done, but I will say that it probably can't be done easily.

    A script was developed for those who do not have a high speed internet connection. It is called apt-zip. You can install it on your machine by running:
    apt-get install apt-zip
    It contains two main scripts: apt-zip-inst and apt-zip-list
    View the manpage: man apt-zip-inst
    See also http://packages.debian.org/stable/admin/apt-zip.html

    As a sidenote, I must also say that Knoppix 4.0 is pulling from Debian's testing & unstable repositories while your Debian 3.1 sarge installation is most likely pulling packages from the stable repository. Mixing packages from different repositories is OK as long as you understand that the words testing & unstable are really what they mean. Testing/Unstable may break/messup a packages on your system.

  5. #55
    Junior Member
    Join Date
    Jul 2005
    Posts
    6
    Ok, thanks for that, I will try the apt-zip package as that seems to be what I am looking for.
    The reason this came up is because there are lots of intereting utilities etc on the 4.0 DVD that I would like to have on this Debian installation.

    Thanks for your answer.

  6. #56
    Junior Member registered user
    Join Date
    Aug 2005
    Location
    Ohio
    Posts
    13
    Is there a way to list all current installed packages?

  7. #57

  8. #58
    Junior Member registered user
    Join Date
    Apr 2005
    Posts
    17

    xorg and xfree

    I have an odd problem. After a major upgrade using apt-get somehow my Xserver got messed up. I then went to xfree86 and downloaded and installed the most uptodate version of xfree86. This was probably a big mistake, but water under the bridge and all that.

    Anyway I can run twm with no problems but kde is unstable. Can I undo all of this and reinstall the xorg based (?) version of Xserver?

    I've tried dpkg-reconfigure xserver-xfree86 but this doesn't even open a window and just thinks for a moment and returns my command prompt.

    Thanks for any help,
    Freitag

  9. #59

    Is this topic still active?

    I see the last date in this topic is from awhile ago, most questions can be answered by reading other posts. I know to use apt-get instead of kpackage cause kpackage doesn't seem to prompt you about removing a whole bunch of packages when installing one like apt-get. I know that you have to see what is being removed and upgraded when you run apt-get update && upgrade or yes you will lose some functionality like xorg. All I need to know is what is the latest source list for knoppix, Is it what I already have in my list if I have the latest version of knoppix from 6/2, I seen a source list section somewhere I already had those though. where is a post about figuring out how to get around when you try to install a package and it tries to remove way too much? I mean is this part of the warning about installing knoppix as the Livecd straight to hard-drive dilemna I saw the warnings about? Is there a way to get around this? EX.-tried to install newest version of firefox and it tried to remove everything but the kitchen sink so I declined. Just tell me where to read, I know it's somewhere just couldn't find it, already read the apt-get tutorials.

  10. #60
    Junior Member
    Join Date
    Jun 2010
    Posts
    2

    apt-get conflicts

    Quote Originally Posted by stephen_pcola View Post
    I see the last date in this topic is from awhile ago, most questions can be answered by reading other posts. I know to use apt-get instead of kpackage cause kpackage doesn't seem to prompt you about removing a whole bunch of packages when installing one like apt-get. I know that you have to see what is being removed and upgraded when you run apt-get update && upgrade or yes you will lose some functionality like xorg. All I need to know is what is the latest source list for knoppix, Is it what I already have in my list if I have the latest version of knoppix from 6/2, I seen a source list section somewhere I already had those though. where is a post about figuring out how to get around when you try to install a package and it tries to remove way too much? I mean is this part of the warning about installing knoppix as the Livecd straight to hard-drive dilemna I saw the warnings about? Is there a way to get around this? EX.-tried to install newest version of firefox and it tried to remove everything but the kitchen sink so I declined. Just tell me where to read, I know it's somewhere just couldn't find it, already read the apt-get tutorials.
    perhaps this could be a new thread? "How to resolve apt-get conflict problems."
    I've been trying "apt-get -f autoremove libisc50- " etc. etc., with a long list of packages each with a "-" at the end, and it hasn't worked. I may have missed something, but this instruction isn't entirely clear to me.
    apologies if this has already been posted/solved elsewhere.

Page 6 of 7 FirstFirst ... 4567 LastLast

Similar Threads

  1. Knoppix Tutorial
    By schock in forum News
    Replies: 10
    Last Post: 11-04-2004, 09:00 AM
  2. apt-get / dpkg error: unable to access dpkg status area
    By Nitromethane1261 in forum General Support
    Replies: 2
    Last Post: 09-15-2004, 12:09 AM
  3. Tutorial
    By Firezone2k in forum General Support
    Replies: 1
    Last Post: 11-26-2003, 05:46 AM
  4. linux tutorial
    By senorian in forum The Lounge
    Replies: 0
    Last Post: 04-12-2003, 08:40 PM
  5. Tutorial Knoppix?
    By mabhatter in forum Ideas
    Replies: 1
    Last Post: 03-04-2003, 07:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$27.25



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM SYSTEM x3200 M2 Server - HDD wiped, No OS picture

IBM SYSTEM x3200 M2 Server - HDD wiped, No OS

$75.00



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server

$359.99



IBM Power CPU 00NH652 Server Processor picture

IBM Power CPU 00NH652 Server Processor

$129.99



IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W picture

IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W

$199.00



ibm server z series picture

ibm server z series

$16000.00



IBM SYSTEM x3650 M4 Xeon E5-2609 2.40GHZ 16GB DDR3-1066MHZ 2x 550W PSU TESTED picture

IBM SYSTEM x3650 M4 Xeon E5-2609 2.40GHZ 16GB DDR3-1066MHZ 2x 550W PSU TESTED

$109.95



IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$99.99