Ubuntu :: What Are The Essential Programs / Packages

Feb 11, 2011

what are some essential programs/packages that you would suggest?

View 5 Replies


ADVERTISEMENT

Debian :: Cannot Locate List Of Essential Packages?

Oct 20, 2010

I fruitlessly tried to understand the mechanism of package clean in Debian. There are two types of packages: the one that are essential for user and dependencies of these packages. How could I found where the list of essential packages is kept in Debian? (in Gentoo it is called world-file)
dkpg -l shows me the list of all packages installed.

View 3 Replies View Related

Debian :: Apt-get Autoremove, Blind Trust, And Semi-essential Packages?

Sep 7, 2011

I've been using Debian for around ~3 months now, though before that a certain derivative thereof since the start of the year.Long story short is that I was installing packages, as you do, when apt-get prompted that I run apt-get autoremove, as it does. So, trusting the computer, I do, not bothering to read the chunk of packages that it recommends to remove. Life goes on, until a reboot reveals that there are issues.Short story shorter, a quick cat /var/log/dpkg.log | grep remove spits out the following:

root@kubrick:~# cat /var/log/dpkg.log | grep remove
2011-09-05 22:04:09 startup packages remove
2011-09-05 22:04:09 remove gnome-user-share 2.30.1-1 2.30.1-1

[code]....

View 8 Replies View Related

Fedora :: Will Yum Delete Packages Even Though Other Programs Depend On Them?

Sep 12, 2010

I was in Yum Extender and I accidentally hit some things I didnt want to and then it started removing packages I believe; not installing them.will yum delete packages other programs depend on if they're needed by other programs?it was some gstreamer libraries.

View 4 Replies View Related

Fedora :: Add / Remove Programs Not Showing Packages

Dec 14, 2010

Why is Add/remove programs in Fedora 14 not working? It is not showing any packages. I am a newbie to Fedora. Also some basic tweaks that should be done immediately after installing fedora.

View 1 Replies View Related

Ubuntu :: Where Can I Download Build-essential?

Apr 23, 2011

i need build-essential on a netbook that can't connect to the Internet (fail.. .) ). But i can't just type in apt-get build-essential because...you get the point. So, do I have a chance to find build-essential on some website, in .rpm form or something like that?

View 2 Replies View Related

Ubuntu :: Is Swap Partition Essential

Jun 11, 2011

If a computer has enough ram, say 2gb, is swap partition necessary? Will ubuntu run if swap partition is deleted?

View 9 Replies View Related

Ubuntu :: Virtual Box - How To Install The Build-essential

May 3, 2010

I installed ubuntu on my laptop as virtualbox application. I have tried to install build-essential like that command:

Code:

sudo apt-get install build-essential

If i do, i got the following message:

Code:

Media change: insert the disc labeled 'Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)' in the drive '/cdrom/' and press enter.If i insert the disc with the ubuntu-image and press enter, i see this message every time i press enter.I looked in my Places folder, i saw my disc with the Label "Ubuntu 9.04 i386".

View 3 Replies View Related

Ubuntu Installation :: Intalling Build-essential ?

May 14, 2011

I tried this command:

And got these lines:

Why the package not found.

View 6 Replies View Related

General :: Can't Install Build-essential On Ubuntu Jaunty 9.04?

May 31, 2011

Here's my /etc/apt/sources.list:

#deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted

[Code]...

View 2 Replies View Related

Ubuntu :: Turn On The Light Indicator Of With Book Essential?

Jun 25, 2010

I am new to ubuntu and i'm loving it. I just cant figure out how the lights on my external hd lit up. in windows,if i install the smartware software, the lights will start to lit up to indicate the drive's capacity. now that i've switched to ubuntu. i can never make it to work

View 1 Replies View Related

Ubuntu :: Installing Build-essential On 3 Year Old Desktop 8.04?

Apr 16, 2011

I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine. I tried,sudo apt-get install build-essentialand got,

Code:
sudo apt-get install build-essential
Reading package lists... Done

[code].....

View 2 Replies View Related

Ubuntu :: Live Hanging On Loading Essential Drivers?

Jun 21, 2010

I'm trying to recover files from a desktop PC which has 4 HD running on a RAID (0+1) set-up. Now it would appear that either Vista Raid has failed (which I think will be the issue) or one or more of the HD partions has become corrupt. So, I have installed Ubuntu Live on USB and have succesfully booted; however, Ubuntu does not appearing to be loading as it is stuck on "loading essential drivers".

View 1 Replies View Related

Software :: Installing Build Essential On Old Ubuntu Desktop 8.04

Apr 16, 2011

I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine. I tried:
sudo apt-get install build-essential

and got,
Code:
sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help resolve the situation:

The following packages have unmet dependencies:
libc6-i386: Breaks: ia32-libs (< 20090804) but 2.2ubuntu11 is to be installed
Breaks: lib32asound2 (< 1.0.20-3) but 1.0.15-3ubuntu4 is to be installed
E: Broken packages

I thought apt would automatically install the package dependencies. I don't really want to update the entire installation as I have a lot of network services installed and running which I don't want to risk breaking. They aren't exposed to the internet and don't pose a security risk. So is there any way to get apt to install the dependencies for build-essential?

View 2 Replies View Related

Hardware :: Unlocking The Passport Essential SE?

Aug 25, 2010

Do you think it is possible to unlock the hard drive in Linux? I like the idea of password protecting my files, just wish I could unlock the files in Linux.

View 1 Replies View Related

Software :: Can't Install Essential Libraries For Ns2.34

Feb 27, 2010

I need to install ns-allinone-2.34(network simulator v. 2.34) on my Ubuntu OS. I searched the web and found some useful sites describing the installation steps.they say that before installing ns2 I need to install some essential libraries using the command below

$ sudo apt-get build-essential autoconf automake libxmu-dev

while executing this command I am getting the following error

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

I don't even know what this command refers to. Please help me in understanding this command and also tell how to rectify the error as i need this software for my course as well as for my project on Ad Hoc networks.

View 1 Replies View Related

Ubuntu Installation :: Partitioning HP Drive To Save Essential Files?

Mar 13, 2010

I have a customers' HP laptop that I've been doing work on. The HP came with Vista Home Premium pre-installed and the system was infected with the insidious Vista Antivirus 2010 virus.Well, after doing some registry cleaning I was able to get rid of that virus, but I suggested to the customers to check out Ubuntu, which they agreed to do.Here's my problem:

The HP has a recovery drive, which I formatted to make room for some of the pictures, documents and music they wanted to retain.I'm in the process of installing Ubuntu 9.10 and don't want to erase the recovery partition D:, which is labeled as /dev/sda2in the prepare disk space portion of the setup.I've moved to specify partition manually, but I'm uncertain as to how to configure this. When I installed Ubuntu on my own system, I just deleted Windows and used the entire disk space, so this is something new to me

View 1 Replies View Related

Ubuntu Installation :: Installing Build-Essential With No Connection / CDROM

Mar 27, 2010

I'm having headaches about not being able to install build-essential on my 9.10. I don't have an internet connection and no CDrom. [URL]. So that solves it if you have a CD drive... What to do if a poor fella (like me) was to have a system with no CD drive? I installed from USB PENDRIVE and I suppose there have to be some command corresponding to apt-cdrom but for the USB drive but I can't find one.

View 3 Replies View Related

Ubuntu Installation :: Western Digital MyBook Essential 2TB Does Not Mount?

Jun 10, 2010

Ubuntu 10.04 LTS on VirtualBoxVM

Western Digital MyBook Essential 2TB USB

Want to format and partition the external hard drive for USB storage for DD WRT (i.e. into ext3)The drive is MS-DOS (FAT32) - Using Disk Utility (MAC) i erased what was on the drive.It mounts properly and can be accessed on the Mac OS.Upon plugging the USB into the Mac, the drive does not show on the Ubuntu desktop.Under the USB icon (bottom right) it indicates no USB devices attached however the "Western Digital My Book [0175]" is greyed out.

Going "Places" > "Computer" Only "File System" visible.
GParted - Drive not visible (only /dev/sda)
Using the sudo fdisk -l:
Disk /dev/sda: 3221 MB, 3221225472 bytes[code]...

View 1 Replies View Related

Ubuntu Installation :: Build Essential But Make Command Not Working

Dec 14, 2010

I have build-essential, but make command not working I have build-essential package, but there is still a problem with make command. When I run it in a directory, it shows following message: mudassar@javaDev-1:~/Desktop/gwget-0.99$ make make: *** No targets specified and no makefile found. Stop. When I explicitly specify a make file, the following message appears:

[Code].....

View 1 Replies View Related

Ubuntu Installation :: Build-Essential Package Missing / Obsoleted

Jun 20, 2011

Today is my first day to use ubuntu for my C++ programming. However, when I was trying to install build-essential, it failed. This is the output shown:

vie@vie-laptop:~/TestC++$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package build-essential has no installation candidate
vie@vie-laptop:~/TestC++$ .....

View 3 Replies View Related

Ubuntu :: Accidentally Removed Some Pretty Essential Stuff Via Synaptic?

Jul 30, 2011

I recently had to install Python 2.7 to run some specific cripts and so tried to uninstall Python 2.6 so that I didn't have to worry about path conflicts. It seems that when uninstalling the Python package it's stripped most of the apps from my installation, including fairly essential stuff like the terminal. It also seemed to stop accepting my password as a root user, though I'm hoping a reboot may fix that.

Can anyone provide a listing of the default packages that Ubuntu ships with please so I can try to repair my system? I tried looking through ones I might know but it appears for example that while Bash is installed I have no Terminal entry under Applications.

View 1 Replies View Related

Ubuntu Installation :: Dell Inspiron Missing Essential Desktop Icons?

Mar 9, 2011

A friend of mine, who doesnt understand computers at all, had a virus on her Dell Inspiron 6000 (2-GHz Pentium M processor, 1GB of DDR400 DRAM) laptop. She was unable to boot it up.

So i advised her to boot up Ubuntu 10.10 netbook edition. I was instructing her over emesene, so it was quite difficult at times, however, she complained that when she loaded up and went through all the instructions as per the netbook "how to", she only got a purple screen.

After a while, we managed to get her to the actual ubuntu screen, however the icons down the left hand side were all missing. I have a feeling this is something to do with the Graphics Processor: integrated Intel GMA 900 graphics, or ATI Mobility Radeon X300.

I asked her to try and get online but she couldnt so i asked her to find the drivers for her network card and she couldn't find them.

I then asked her to update drivers but they wouldnt update and no drivers were found.

I really want her to get up and running with ubuntu and convert her, but its really frustrating, not getting her online and up and running. But she wants to load XP professional.

View 5 Replies View Related

General :: Use Additional Parts That Are Useable From An Old Gateway Essential?

Mar 18, 2011

My computer that I am trying to use Linux on is a Gateway G6-400 with a 10 GB hard drive and the original floppy and DVD drive. I want to use additional parts that are useable from an old Gateway Essential which consists of: the hard drive, some RAM, and another 10 GB hard drive. I want to use a OS that looks like a Mac (I am thinking about either Ubuntu or Xubutu). It doesn't have a 4 pin MB connector. Does this mean I can't change the power supply on the machine, or is the computer able to use the PSU without the 4 pin connector? How much wattage would I need?!!! And what Graphics card should I upgrade to for this computer? I want to do basic tasks and play these three games: Wizard101, FreeRealms, and Fusion Fall. All of the internet I want to connect over a network wirelessly.

View 2 Replies View Related

Slackware :: UBCD This Live CD Is An Essential Tool For Nooobs?

Apr 8, 2010

The Ultimate Bootable CD (UBCD) is a great live CD with a host of great tools and utlilities, useful to anyone interested in making a broken system bootable again. It is a good idea to familiarise yourself with this CD by having a look through it often,so that when you need to use it you know where things are...learning the command line syntax is better but this is a very useful stop gap while that process is ongoing...

You can have a look at it from here[URL]..download [URL].. burn at 8x I use CD-RW discs to save wasting Cd's...boot the CD up using function key or BIOS set for CD/DVD as first boot device. To navigate the disc...Esc, use Ctrl Alt Delete if you get stuck,Space Bar to insert a tick,Tab to change field,arrow keys to navigate the choices.

View 7 Replies View Related

OpenSUSE Hardware :: How To Get 2 TB MYbook Essential External HD Mounted And Readable?

Jul 24, 2011

Is there anyway to get a 2 terabyte NTFS partition mounted in Suse Linux? Would be better to just mount if possible so I could use the storage for both my Linux and windows pcs.

View 2 Replies View Related

OpenSUSE Install :: Partition A Hard Drive With Essential Folders

Apr 17, 2010

I just wonder how to best partition a harddrive with essential folders.

My current installation has a layout like this.

The rest is in '/' integrated.

Does it make sense to give more folders a own partition? And if so, how much should you apply to each folder?

There are 2 users on the computer and there is nothing special or big installed.

I have currently 2 more harddrives which host music/picture & movie data's.

The reason for my question is just that i want to save my data in case of one folder failing.

View 3 Replies View Related

OpenSUSE :: Can't Open Other Programs Or Install New Programs

Dec 29, 2009

can open the programs pe-install, but can't open other programs or install new programs

View 4 Replies View Related

Ubuntu Installation :: Build-essential Installation In Secluded Environment

Sep 1, 2011

I have been trying to install build-essential package on Ubuntu-11.x in the production environment, which is not connected through Internet. When I run apt-get install command, it gives me errors such as:

Depends: libc6-dev but it is not installable
Depends: gcc but it is not installable and so on

I have checked these packages through "dpkg get-selections" command and i believe that they are already installed (probably virtual packages) in the system. Please let me know the quick way to complete this installation.

View 1 Replies View Related

Ubuntu :: Can't Install Packages On 10.04 - Error Action Requires Installation Of Untrusted Packages

Apr 30, 2010

Whenever I do sudo apt-get or use the Ubuntu Software Center, I can't download anything because a message comes up saying "Action requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources." I've been trying to download GIMP and Thunderbird, so... I dunno what the problem is.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved