What package is that file in ?
View original post
One question I get all the time is “What package is that file in?” There’s a really easy way to find out yourself. It’s called apt-file and it can search for a file in any package (installed or not). It’s really easy to use:
$ sudo apt-get install apt-file
$ sudo apt-file update
$ apt-file search autoexpect
expect-dev: usr/share/doc/expect-dev/examples/autoexpect.1.gz
expect-dev: usr/share/doc/expect-dev/examples/autoexpect.gz
expect-tcl8.3: usr/share/doc/expect-tcl8.3/examples/autoexpect
expect-tcl8.3: usr/share/doc/expect-tcl8.3/examples/autoexpect.1
manpages-ja: usr/share/man/ja/man1/autoexpect.1.gz
Apt-file comes in handy many times. One thing to note is that you don’t need to run ‘apt-file update’ very often (once every release upgrade) since the file names don’t change that much, just the file contents.
For the record, if you want to figure out which installed package a file belongs to, use ‘dpkg -S’. This doesn’t always work for config files, and files in /var, since those are generated after the package is extracted.
Tags: apt file ubuntu, General, install apt file ubuntu, Package Mgmt, using apt fileapt file ubuntu, General, install apt file ubuntu, Package Mgmt, using apt file
Filed under Ubuntu | Comment (0)
Installing Ubuntu Or Fedora From A Windows Or Linux System With UNetbootin
View original post
Installing Ubuntu Or Fedora From A Windows Or Linux System With UNetbootin
UNetbootin
is a tool that allows you to install various Linux distributions
(Ubuntu, Fedora, Mandriva, OpenSuSE, Debian, ArchLinux) from a Windows
or a Linux desktop over the internet (i.e., you don’t need to burn the
Ubuntu, Fedora, … CDs). Unlike the Ubuntu installation with Wubi, real partitions are created during the installation. In the end, you have a dual-boot system (Linux/Windows or Linux/Linux).
Filed under Ubuntu | Comment (0)
Love Debian??? Write more and earn goodies!!!
View original post
Get a Rapidshare Premium Account for free when submit atleast 4 articles or write ups on Debian. This could just be anything from a HowTo on the operating system or an application to run on Debian to an article explaining an application or a concept on Debian.
The submissions are subject to approval by the Admin and should be of a minimum of 250 words and certainly not a copyrighted information or an intellectual property of any kind. When a minimum of 4 articles are approved to be published, you get a free Rapidshare Preimium subscription for a month. Every additional 4 articles approved earns an extra month too!!!
Highest number of approved articles submitted by an author will receive a special award at the end of the competition.
Articles will be accepted until 31st December 2007
Please register here and start publishing your content.
Filed under Debian | Comment (0)
Submit Ubuntu Howto’s,Articles and earn goodies!!!
View original post
Ubuntugeek provides free hosting for Ubuntu tutorials for everything related to Ubuntu GNU/Linux.
Get a Rapidshare Premium Account for free when submit atleast 4 articles or write ups on Ubuntu. This could just be anything from a HowTo on the operating system or an application to run on Ubuntu to an article explaining an application or a concept on Ubuntu.
The submissions are subject to approval by the Admin and should be of a minimum of 250 words and certainly not a copyrighted information or an intellectual property of any kind. When a minimum of 4 articles are approved to be published, you get a free Rapidshare Preimium subscription for a month. Every additional 4 articles approved earns an extra month too!!!
Highest number of approved articles submitted by an author will receive a special award at the end of the competition.
Articles will be accepted until 31st December 2007
If you want to add your Howto’s,Articles,Tips and Tricks to Ubuntugeek, please register here and start publishing your content.
Filed under Ubuntu | Comment (0)
Installing Lighttpd With PHP5 And MySQL Support On Fedora 7
View original post
Installing Lighttpd With PHP5 And MySQL Support On Fedora 7
Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Fedora 7 server with PHP5 support (through
FastCGI) and MySQL support.
Filed under Fedora | Comment (0)