Ubuntu :: Where Did Apt-Get Install Specific Package

Jan 11, 2010

I'm still trying to get comfortable with apt-get doing all my installing for me. The one question I have now is how do I find out where apt-get install "some_package" puts the package it installed for me?

View 4 Replies


ADVERTISEMENT

Ubuntu :: How To Make APT Install Package From Specific Repository

Jul 19, 2010

If a software package I want to install is available in more than one repository, how can I choose which repository to install the package? And is there a way to do this with Synaptic?

View 2 Replies View Related

Debian :: Possible To Install Specific Version Of Package With Apt-Get

Nov 19, 2010

I am trying to install asterisk on my box. When I use "apt-get install asterisk", version 1.6.29 is installed. Is there a way I can install 1.4 instead?

View 3 Replies View Related

CentOS 5 :: Building RPM Package With Specific Noarch Sub-package

Feb 3, 2011

I was building yesterday the boost-1.45.0 RPM package for CentOS 5.5.

View 3 Replies View Related

Ubuntu :: Backing Up A Specific Server Package?

May 16, 2010

how would I backup a specific package. Really all I want is the configuration files.

the package I'm talking about is mumble-server, could I say rsync all the files that were installed, then if I wanted to drop it in just copy those back over?

If I had to wipe the installation and reinstall, could I install that package again then drop my backup copy back over it?

Dpkg tells me these are the files it installed.

Code:
dpkg-query -L mumble-server
/.
/var
/var/log

[Code].....

View 1 Replies View Related

Ubuntu :: Undo An Update Of A Specific Package?

Jun 19, 2011

If one accepts an update of a specific package via apt and decides the update isn't desired, what does one do? In other words, what is the most sensible and relatively easy way to rol-back to the previous version of that specific package without affecting anything else (dependencies aside of course).

I want to do this with a recent adobe plug in.

View 5 Replies View Related

Ubuntu Installation :: Skip Specific Upgrade In Synaptic Package Manager?

Dec 19, 2010

All of a sudden when I ran an update with the usual
Code:
sudo apt-get upgrade
I got an input / output error for a specific file followed by an exit with dpkg returning error code 1.

In this case the package (ubuntu-docs) is not exactly life threatening, so I would prefer any update process to simply skip that particular package and move onto the ones that are getting held up. I then opened Synaptic Package Manager where I located the erroneous package. I then unmarked the particular package (ie the blob in front of the package name was green, and the status line shows zeroes for all categories (broken, upgrade/install, remove). So far so good. I then found the 'lock version' menu item under the packages menu. I clicked it, and ran the reload thing. After that thought the package was marked for deletion however, and I once again couldn't get by this one bad package.

So (tl/dr perhaps), how can I make Synaptic / apt-get / or whatever to skip this bad package for real so that I can update my system normally going forward? (Why is it that the whole upgrade process is that fragile by the way? Surely there must the the occasional dud package upgrade that people want to skip, no? Having the whole process grind to a halt because of one issue seems border line paranoid to me. Of course on a minimal server installation where every package counts this behavior makes sense perhaps, but on a IMHO bloated plain vanilla ubuntu install?

View 7 Replies View Related

Hardware :: Board Specific Package For ARM Processors Under Platform

May 30, 2011

I want to learn board specific package(BSP) for ARM processors under LINUX platform, please guide me "from where I need to start, what are the things I need to purchase" hoping to hear from you soon.

View 5 Replies View Related

Software :: How To Figure Which Package Installed Specific File?

Jan 14, 2011

I want to know which package installed a specific file. Can I do this?

View 1 Replies View Related

Debian Multimedia :: Pinning Specific Package - Shotwell From Experimental

Jan 19, 2011

I'm using Debian testing but I want Shotwell (and nothing else) from experimental. I also like to be notified when there is an update to Shotwell in experimental. Will that be achieved if I add experimental to sources.conf and the following to preferences?
Package: shotwell
Pin: release a=experimental
Pin-Priority: 600

View 12 Replies View Related

Red Hat / Fedora :: Automate Yum Update Of Specific Package On A Remote Machine?

Jul 29, 2010

I am trying to automate yum update of specific package on a remote machine.

So far I have this:

#!/bin/bash
# Update my system
if ! yum update w3m
then
failure=1
fi
if [ $failure ]

[Code]...

View 1 Replies View Related

General :: Ubuntu - Package For Specific "command History" On Terminal Line?

Sep 19, 2011

Is there a package I can download for Ubuntu that would allow me to type in,for example, cd [tab key] and then it would go through the recent cd commands I've typed in?

View 2 Replies View Related

Ubuntu :: Install A .bin Package With Synaptic Package Manager?

Oct 2, 2010

I want to install CmapTools in my desktop, which runs v.10.04. I have downloaded the .bin file from their site.Is there a way to install it using Synaptic Package Manager?

View 2 Replies View Related

Software :: Compile And Install Xmonad Package By Package?

Jul 28, 2011

I originally attempted to compile and install xmonad package by package, and the end result was this:

Code:
$ xmonad /home/adx/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Serial number of failed request: 7 Current serial number in output stream: 8 I figured I left out a flag on the make file or something, so I tried the slackbuild packages next; however, the same error was present at launch.

View 1 Replies View Related

Fedora :: Download And Install A Package (zip Package)

Mar 15, 2009

Sometimes i have on some magazines or Internet Zip packages that are the answer of what i am looking for.


Wich tool and how can i do it? c Well, i am in position to say that i had downloaded from Internet or located the package in the Cd or DVD that comes with the magazine.

But now comes the big question. How can i put this package ( install) on my distro ???

Do i have to be a normal user or should it be root or su (superuser) ?

The packages that come with the distro is easy, because i select them and everything is done

As i told before, maybe this is a silly question, but i simple don't know how to install them and i need some of them to leave MS for good.

View 13 Replies View Related

Fedora :: Install *.tar.gz Package Package After Extraction?

Feb 6, 2010

Fedora 12 64bit. Is there an easy and reliable way to install *.tar.gz package after extraction? Instead of going through ./configure etc.

View 6 Replies View Related

Ubuntu :: Giving A Specific User Permission To Start/stop A Specific Service?

Jun 8, 2010

How do I give permission to a logged in user to stop/start a specific service without entering a root/sudo password? So they can do a simple "service SomeService stop|start" It is for a headless Ubuntu server.

View 5 Replies View Related

Ubuntu :: Allow A Specific User To Mount Or Remount A Specific Partition?

Jun 9, 2010

my system I want user1 and only user1 to be able to mount and unmount a specific partition, this partition contains backups and is usually mounted read only, needs to be temporarily mounted read/write by user1 while doing the backup.user1 is an unprivileged user. I've read that the user option will let any user mount the file-system (and only that user can then subsequently unmount it) and that the users option allows any user to mount or unmount the file-system.I also found this in mount's man pageQuote:The owner option is similar to the user option, with the restriction that the user must be the owner of the special file. This may be useful e.g. for /dev/fd if a login script makes the console user owner of this device. The group option is similar, with the restriction that the user must be member of the group of the special file.So it looks like I'd need a login script for that user to make the user owner of the device file (/dev/voiceserv/backup in this case)

View 7 Replies View Related

Programming :: Search A Bunch Of Files In A Specific Folder For A Specific Number?

Jul 24, 2010

I need to search a bunch of files in a specific folder for a specific number and add all the numbers together to a total sum. I use Rsync everyday, everytime I run rsync i get a logfile (rsync output) witch contains the textstring "Total bytes sent: xxxxxx".

The "xxxxx" can vary in lenght. I need to extract the "xxxxxx" from each file and add the numbers together to a total size over a week or a month. Is this possible? And I wish to only use bash. One way of doing stuff at a time my friends .

View 5 Replies View Related

General :: Change A Specific Characters To Capital In A Specific Text?

Dec 2, 2010

for example

else {
for fileDOC in $location/*.doc
do

[code]...

View 12 Replies View Related

Server :: Sendmail: Block Specific Sender To Specific Recipient?

Oct 1, 2009

I'm trying to configure our mail server to block email from a specific sender reaching a specific recipient. In other words, if one of our employees is getting harassed by a 'stalker', how would one go about blocking, at the MTA (Sendmail) level, a specific sender email address from reaching a particular users inbox? We do not want to capture the email - simply block it before it consumes server resources.The Sendmail server (MTA) is a front end to our Exchange server so no user accounts exist on the Linux server. We simply use it as a SPAM and Virus scanner then forward clean email to the Exchange server.

View 6 Replies View Related

Ubuntu :: Tar Gz Install Into A Specific Folder?

Mar 21, 2010

i need to install this downloaded tar gz file into the /proc/driver directory.

View 6 Replies View Related

Ubuntu :: Install A Specific Font From Mac OSX?

Mar 10, 2011

I received from a designer a zipped folder called "__MACOSX", and there are two font files, "._BCongress.scr" and "._BConNor".

How do I get these fonts installed?

I could not find any instructions on how to do this - I found the font converter Fondu, but it didn't seem to understand these file formats. I can't open them in Ubuntu Font Viewer either.

View 3 Replies View Related

Programming :: Replace Specific Character After Specific Line By Awk?

Jul 19, 2010

I want to replace specific character in a file after every specific line. example as follows.

O 000000000000000000
A 111111111111111111
C 222222222222222222

[code]...

View 2 Replies View Related

Ubuntu :: Install Grub To Specific Partition?

May 5, 2010

I have many partition for many different operating systems. I have Windows 7 on partition 2, and Ubuntu on partiton 3. Previously I could use GParted to set the boot flag for the drive to whichever partition I desired. If I set it to partition 2, I got the Windows bootloader, and if I set it to partition 3, I got the Ubuntu bootloader. Now if I set the boot flag to my Ubuntu partition, I get a message something along the lines of "disk not found". I can't recall its exact message at the moment. When setting up Ubuntu the installer has the "Advanced" button on the last page which gives you the option of which partition to install Grub to. Is there any way I can access this again, or a utility that will do the same thing? I have used the grub program in the following way to restore the Ubuntu bootloader

sudo grub
root (hd0,0)
setup (hd0)

but the boot flag is still on my Windows partition, suggesting Grub has overwritten Windows' bootloader. How can I tell grub which partition to install to? I'm using 10.04 and Grub2.

View 3 Replies View Related

Ubuntu :: Install New Application Specific Software?

Jan 4, 2011

I just changed my windows to Ubuntu. Now I need to install software for my SLR camera, I tried to do an search on but end in vain. How can i use the sony software on my system.

View 4 Replies View Related

Ubuntu Servers :: Apt-get Install To Specific Directory?

Apr 6, 2011

Using apt-get can I install java and tomcat into specific directories, instead of the default way apt would do it?

View 1 Replies View Related

General :: VirtualBox: Install A Specific Version Of Ubuntu?

Jun 6, 2011

I'm using VirtualBox on MacOS and I need to install version 10.0.4 of Ubuntu.The setup for VirtualBox only allows you to specify Linux > Ubuntu (64-bit).How can I install a particular version? I've been told that you can download it as a disk image and install it in VirtualBox somehow: can anyone point me at more details?

View 2 Replies View Related

Ubuntu Multimedia :: Install A Specific Display Driver?

Oct 21, 2010

I am running an ubuntu 10.10 with an Intel i3 on a Gigabyte motherboard. I use it mainly as an HTPC, so it is connected (via HDMI) to a Samsung LCD TV (LA40A450C1V).
Do I need to install a specific display driver? if so - how do i do that?

View 7 Replies View Related

Server :: Redirect Specific Ip To Specific Web Page?

Jul 1, 2009

I configure squid to work with squidGuard , and all thing work properly , but there is problemfirst look to this squidGuard.confdhhome /usr/local/squidGuard/dblogdir /usr/local/squidGuard/log

src blacklist {
ip 10.0.0.5
}

[code]...

View 1 Replies View Related







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