LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-16-2013, 11:20 AM   #1
arthurmakowah
LQ Newbie
 
Registered: Jan 2013
Location: Harare, Zimbabwe
Distribution: Kubuntu
Posts: 8

Rep: Reputation: Disabled
Having trouble formating my memory card and other removable devices


how do you format your memory card, external hardrive or a slave drive in kubuntu 12.04.1? I tried everything but to no avail. It was very easy with Ubuntu 12.04. And how do i install tar.gz files?
 
Old 01-16-2013, 11:28 AM   #2
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
Everything is the exact same?

What have you tried in order to partition and make a file system on your devices? What errors are you hitting? What have you done to try and extract your tarballs?
 
1 members found this post helpful.
Old 01-16-2013, 11:31 AM   #3
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
You format a drive the same way as on any other Linux distro, using fdisk or parted. There are countless tutorials online.

A tar.gz file is like a zip file, it's just an archive. You can extract it with "tar -zxvf file.tar.gz", but beyond that you need to check the documentation to see how to install it, assuming it contains the source code for a program (look for a README or INSTALL file in the extracted directory). 9 times out of 10 the process goes something like:
Code:
tar -zxvf file.tar.gz
cd <extracted directory>
./configure
make
make install
But you need to check the documentation to see if they do anything differently, or if you need to pass any arguments to configure.
 
1 members found this post helpful.
Old 01-16-2013, 12:44 PM   #4
arthurmakowah
LQ Newbie
 
Registered: Jan 2013
Location: Harare, Zimbabwe
Distribution: Kubuntu
Posts: 8

Original Poster
Rep: Reputation: Disabled
well, i think i see the problem when im installing tar.bz2 or tar.gz files. In the terminal, whist installing tar.gz files, It says, "The program 'make' is currently not installed. So i have to install it via the apt-get install way, right? Still dont know how to format my removable storage devices. I will have to rely on fdisk
 
Old 01-16-2013, 12:45 PM   #5
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
You can either use apt-get to install the package you're ultimately interested in (assuming it's in the repository), or you can use apt-get to install make and any compilers that you might be missing, then retry building from source.
 
1 members found this post helpful.
Old 01-16-2013, 12:51 PM   #6
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by arthurmakowah View Post
well, i think i see the problem when im installing tar.bz2 or tar.gz files. In the terminal, whist installing tar.gz files, It says, "The program 'make' is currently not installed. So i have to install it via the apt-get install way, right? Still dont know how to format my removable storage devices. I will have to rely on fdisk
I think install the group build-essential will get what you need to compile programs from source (either search your package manager for build-essential or do in terminal: sudo apt-get install build-essential). I would recomment though that you search the software available via your package manager to see what is avaliable.

What is the program you are trying to install?

You can install the same packages you used in Ubuntu into Kubuntu that formatted your drives.
 
1 members found this post helpful.
Old 01-16-2013, 12:59 PM   #7
arthurmakowah
LQ Newbie
 
Registered: Jan 2013
Location: Harare, Zimbabwe
Distribution: Kubuntu
Posts: 8

Original Poster
Rep: Reputation: Disabled
thanks guys. I just formated my extenal hard drives as well as my usb flash. I was trying to install vlc player. I think i now know how
 
Old 01-16-2013, 01:00 PM   #8
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
If you configure your software sources to include Cananoical Parters, you can just do: sudo apt-get install vlc

That is all I did in Ubuntu...
 
  


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
[SOLVED] Can't mount removable devices Tim Johnson Slackware 3 07-04-2010 04:55 AM
Hotplugging and automounting removable devices? ryanreich Linux - General 4 08-06-2006 09:49 AM
Missing memory in USB stick, flash memory, removable hd etc bamboo_spider Linux - Newbie 3 06-14-2006 05:39 PM
Does dpkg work with removable devices? jolphil Debian 13 03-23-2005 03:14 PM
Debian and removable devices. Sslaxx Debian 2 02-09-2005 01:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:33 PM.

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