LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-19-2011, 07:39 AM   #1
apple eater
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Rep: Reputation: Disabled
Cleaning up installation


I'm still fairly new to linux so i'm just learning as i go. I'm sure i've seen a program that cleans up and removes downloaded items that are never used/damaged.

Can anyone help me out here as my linux installation is filling up rapidly and i haven't even moved my files from windoze yet.
 
Old 07-19-2011, 07:58 AM   #2
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939
Portable external hard-drives are cheap now ... real cheap ... (hint, hint).

You can sometimes even boot your system from them, so that means you could have Linux on one of those drives and leave Windows alone instead of, say, dual-booting. (hint, hint...)
 
0 members found this post helpful.
Old 07-19-2011, 10:41 AM   #3
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Which distribution of Linux are you using, apple_eater?
 
Old 07-20-2011, 07:13 AM   #4
apple eater
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mark_alfred View Post
Which distribution of Linux are you using, apple_eater?
The latest ubuntu 11.4 i think. My installation is "mounted" on the windows part of the disc, I don't know how that happened or how to get rid of windows now without a full wipe and re installation of ubuntu alone. I don't know how to burn an installation disc to do this either.

Any helpful advice appreciated.
 
Old 07-20-2011, 08:18 AM   #5
alfredo10
Member
 
Registered: Sep 2010
Location: Algarve
Distribution: Linux Multiboot
Posts: 295

Rep: Reputation: 15
Hi!
You have a live CD with your Ubuntu on it?
Boot from it to Desktop and open a Terminal;
first you must get root:
Code:
sudo su
or
Code:
su -
then:
Code:
fdisk -l
where "l" is a lowercase l like list
and
Code:
parted -l print
Please copy and paste the outputs using the last but one symbol # by pasting the output between the two pairs of brackets.
If you don't have a live medium, you should download the ubuntu.iso and burn an image (not copy!).
alfredo

Edit:
Under Windows I often used with success ImgBurn:
http://www.imgburn.com/index.php?act=download

Last edited by alfredo10; 07-20-2011 at 08:25 AM. Reason: Addition
 
Old 07-20-2011, 02:00 PM   #6
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by apple eater View Post
The latest ubuntu 11.4 i think.
Perhaps deborphan or gtkorphan could help to minimize your Ubuntu installation. Another program is debfoster (though I'd stick with one of the orphan programs rather than debfoster).
Quote:
Originally Posted by apple eater View Post
My installation is "mounted" on the windows part of the disc, I don't know how that happened or how to get rid of windows now without a full wipe and re installation of ubuntu alone. I don't know how to burn an installation disc to do this either.
I don't know what to suggest about this. Linux usually requires it's own partition separate from Windows. Perhaps alfredo10's suggestions could give some further clarity.

To burn an installation disk, just download the iso file from a site such as ubuntu.com, and then burn it with a program such as k3b or gnomebaker or brasero.

Last edited by mark_alfred; 07-20-2011 at 02:26 PM.
 
Old 07-26-2011, 08:49 AM   #7
apple eater
LQ Newbie
 
Registered: Jun 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks for the patient help and advice.

I've tried to download gtkorphan but on the right hand side of the page it has this for downloads.

Download Source Package gtkorphan:

[gtkorphan_0.4.4-1.dsc]
[gtkorphan_0.4.4.orig.tar.gz]
[gtkorphan_0.4.4-1.diff.gz]

Which file do i download and what to do with it when it's downloaded as all i get asked for is open with what?
 
Old 07-26-2011, 09:07 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
None of them, you go down on that site and download the package named all, or better, you use your package-manager for that. A simple
Code:
sudo apt-get install gtkorphan
will do the job, alternatively you can use Synaptic for that.
 
Old 07-26-2011, 10:42 AM   #9
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
As TobiSGD said, you can install the packaged version using either Synaptic or apt-get rather than installing from source. Installing from source is only useful if you need a newer version of a program than that which is provided as a binary package for the version of Ubuntu that you've got (which is not the case with the gtkorphan program).

The details of how to install source programs can be found here (note, this is for Debian, but it can be used for Ubuntu as well, by changing the repository names to their equivalents in the Ubuntu system. Also note, the step "$ apt-get build-dep foo" should in fact be run as root or sudo, despite what the instructions say. Also, bumping the package version isn't really necessary). Anyway, you don't need to worry about this. Just do as TobiSGD said.

Last edited by mark_alfred; 07-26-2011 at 10:44 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installation hangs at "85% cleaning" urentity Ubuntu 2 04-01-2009 12:34 PM
Cleaning my installation (remove all software and settings) Xenogis Slackware 10 02-21-2006 10:15 AM
Cleaning up an old PC Merlyn Linux - Hardware 8 10-25-2005 06:33 AM
.AppleDouble cleaning Narsil Linux - Software 7 04-24-2004 11:36 AM
cleaning up? phonecian Linux - Software 1 10-19-2003 06:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration