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

Thread: Reduce the HDD instalation size?

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    5

    Reduce the HDD instalation size?

    Hi everybody;
    I installed a knoppix 3.6 on my HDD.It is aprx. 2 GB but i want to reduce this size as small as I can.I just want to use Mozilla for web browser and a just a plug-in for mozilla thats all.Do have any idea which programs that I can remove?
    And moreover how much space does the Knoppix Kernel takes on Hdd.and How much I can get it smaller on my hardisk?

    Thanks for your Consideration

    Eray BALAT

  2. #2
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    It might be easier to start with a smaller knoppix based distro like DamnSmall.
    You could see what eats up most space with: dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -n
    Removing just Open Office and KDE would give you quite a lot of space.

  3. #3
    Senior Member registered user
    Join Date
    Feb 2004
    Location
    Denmark
    Posts
    111
    Well, if you dont need/want kde it can get quite small.

    If its not important to use knoppix 3.6 I would suggest using

    mini knoppix from www.inittab.com

    Its 200 mb iso or 536 mb installed.

    Its hard to strip a 3.6 without it falling apart. Or maybe its just me.

  4. #4
    Junior Member
    Join Date
    Aug 2004
    Posts
    5
    what if I remove KDE?Do i lost ability to use mozilla or any plugins like Vlc on it?Because the only thing is to use mozilla and Vlc plugin for it.I am gonna use Mozilla for a POI(point of information) machine.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2004
    Location
    Denmark
    Posts
    111
    I dont know for sure but I think you can still use mozilla.

    Try to boot using another manager than kde and see if it still works.

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by rayesteq
    what if I remove KDE?Do i lost ability to use mozilla or any plugins like Vlc on it?Because the only thing is to use mozilla and Vlc plugin for it.I am gonna use Mozilla for a POI(point of information) machine.
    Of course you can still use Mozilla. To get rid of KDE do this:

    apt-get remove libarts1

  7. #7
    Member registered user
    Join Date
    May 2004
    Location
    Kansas City, MO
    Posts
    62
    "Of course you can still use Mozilla. To get rid of KDE do this:

    apt-get remove libarts1"

    Doesn't that take away parts of KDE needed for the installer? If so, it would be better to start with Knoppix 3.3 (which has the old installer that will run command line), or save the removal of KDE till after installing to the HD.

    But certainly Mozilla is as happy running in Windowmaker or XFCE.

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    Here is some of what I do & this is all from my memory, so I might be wrong. This should free up about at least 300MB if not closer to 400MB :
    NOTE: If I remove a package that I was not certain of its fuction or necessity, I run every critical application, websurf, listen to music, burn CDs, essentially stressing the machine to see if I have broken anything.

    On a new install I
    Code:
    apt-get install aptitude synaptic localepurge
    I install localepurge which will only keep your language localization on the machine and will delete the others.
    I use apt-get to remove the following:
    Code:
    apt-get remove openoffice-de-en trans-de-en frozen-bubble enigma chromium bacula-common amanda-common emacs emacsen zile xtel manpages-de
    I keep KDE but I remove the KDE internationalization pakages, so at a command prompt try the following:
    Code:
    dpkg-query -l | grep kde | grep i18n | cut -d' ' -f3
    Then I feed that to apt-get
    Code:
    apt-get remove `dpkg-query -l | grep kde | grep i18n | cut -d' ' -f3`
    I then boot into KDE or IceWM and use synaptic and remove in groups of 3 the DEV libraries (such as libsomelibrary-dev) and test to make sure the system is stable. Since my desktop is not using wireless or wlan, I use synaptic and remove any wfi or wireless packages. Since my desktop is not a server I remove apache, php, mysql, bind, dhcserver, and squid.

    I hope this helps.
    James

  9. #9
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    See this:
    http://www.knoppix.net/docs/index.ph...HDInstallHowTo

    The wiki is primarily about doing a remaster but there are some tips about removing packages & customizing in it. In particular:


    Code:
     dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -n
    will list packages sorted by size.

    You can then decide what you want to keep.

    You can use a purgelist to remove multiple packages at once:

    example purgelist :

    3270* ace-of* amanda* anacron artwiz-cursor atitvout bonobo* brltty chromium* emacs* enigma euro* falconseye* fetchmail fluxbox fortunes* freeciv*

    Note that this is a space-separated list, all on one line and that wildcards are permitted. If you use a CR separated list and apt-get comes to an item it cannot find, it will not continue. If you use dpkg instead of apt-get you cannot use wildcards. OpenOffice can generate a space separated list from a CR separated by saving as filetype .csv

    The command for using the purgelist is
    Code:
     apt-get remove `cat purgelist `
    (The ` is the character under the tilde (~) key.)

    Code:
     Apt-get remove kde-i18n*
    will remove about 100 meg of uneeded language support.

  10. #10
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by stuart_b

    Doesn't that take away parts of KDE needed for the installer? If so, it would be better to start with Knoppix 3.3 (which has the old installer that will run command line), or save the removal of KDE till after installing to the HD.

    But certainly Mozilla is as happy running in Windowmaker or XFCE.
    Well yes you are correct, it does remove the installer but what do you need that for when you've already installed?

Page 1 of 2 12 LastLast

Similar Threads

  1. From HD Instalation to File ISO
    By ary in forum Customising & Remastering
    Replies: 0
    Last Post: 10-06-2005, 05:39 AM
  2. 1st partiton on the HD for correct instalation?
    By altella2005 in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 03-14-2005, 07:35 PM
  3. compacted instalation
    By fsiviero in forum Ideas
    Replies: 7
    Last Post: 03-04-2004, 08:17 PM
  4. Bloated installation ... how to reduce size ?
    By massai in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 01-24-2004, 01:41 AM
  5. Ramdisk (re)size/adjust size
    By hnt in forum General Support
    Replies: 4
    Last Post: 08-19-2003, 09:36 AM

Posting Permissions

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


Kingston 32GB 64GB 128GB 256GB USB 3.0 Flash Drive Thumb Memory Stick Pen lot picture

Kingston 32GB 64GB 128GB 256GB USB 3.0 Flash Drive Thumb Memory Stick Pen lot

$285.90



SanDisk Ultra Luxe USB 3.1 Flash Drive – 5 Pack | Premium Metal USB Flash Drives picture

SanDisk Ultra Luxe USB 3.1 Flash Drive – 5 Pack | Premium Metal USB Flash Drives

$39.99



Microsoft Windows 11 Pro 64bit Flash USB Retail New Sealed - English Original picture

Microsoft Windows 11 Pro 64bit Flash USB Retail New Sealed - English Original

$39.99



Microsoft Windows 11 Pro 64-Bit USB Flash Drive picture

Microsoft Windows 11 Pro 64-Bit USB Flash Drive

$24.99



LOT 10x SanDisk 32GB ULTRA USB 3.0 flash drive SDCZ48-032G 32 GB read 100 MB/s picture

LOT 10x SanDisk 32GB ULTRA USB 3.0 flash drive SDCZ48-032G 32 GB read 100 MB/s

$39.80



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$88.90



USB Type-A Flash Drive Metal Memory Stick High Speed USB Drive 128GB 256GB 512GB picture

USB Type-A Flash Drive Metal Memory Stick High Speed USB Drive 128GB 256GB 512GB

$7.97



LOT 10x SanDisk 32GB Cruzer Spark USB 2.0 flash drive 32 GB SDCZ61-032G 32G picture

LOT 10x SanDisk 32GB Cruzer Spark USB 2.0 flash drive 32 GB SDCZ61-032G 32G

$34.80



Microsoft Windows 11 Pro 64bit - New Sealed – Flash USB 1 PC picture

Microsoft Windows 11 Pro 64bit - New Sealed – Flash USB 1 PC

$49.99



Kanguru KF3WP-64G USB Flash Drive with Write Protection Switch picture

Kanguru KF3WP-64G USB Flash Drive with Write Protection Switch

$62.00