Ubottu factoids
Home · Launchpad · Ubuntu database file
1 ·
2
Order by
Name + ·
Name - ·
Popularity + ·
Popularity - ·
Date added + ·
Date added -
Factoid | Value | Author |
---|---|---|
botsnack | <reply> Yum! Err, I mean, APT! | Added by Amaranth Date: 2006-08-05 08:42:05 Last edited by Pici Date: 2009-08-06 13:34:26 Requested 3955 times |
apt apt-get | <reply> APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) | Added by LjL Date: 2006-07-15 22:10:20 Last edited by tsimpson Date: 2012-11-05 20:12:41 Requested 2887 times |
clone cloning | <reply> To replicate your packages selection on another machine (or restore it if re-installing), you can use the !software package "apt-clone" - See also !automate | Added by LjL Date: 2007-01-22 21:25:00 Last edited by LjL Date: 2013-11-07 22:13:08 Requested 2821 times |
aptlock dpkg fix crash dpkg crash fix aptfix apt-fix dpkglock apt-lock | <reply> If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » | Added by LjL Date: 2007-10-21 15:31:48 Requested 2228 times |
kde | <reply> KDE (http://kde.org) is an open community that creates and maintains software including the Plasma desktop. To install from Ubuntu: « sudo apt-get install kubuntu-desktop », or see https://help.ubuntu.com/community/InstallingKDE . See http://kubuntu.org for more information. | Added by apokryphos Date: 2006-06-18 02:32:36 Last edited by dax Date: 2017-10-30 06:53:08 Requested 1973 times |
xubuntu | <reply> Xubuntu is Ubuntu with !Xfce as the desktop environment. More info at https://xubuntu.org/ - To install the Xubuntu environment from Ubuntu: « sudo apt-get install xubuntu-desktop^ » - Join #xubuntu for support - See also: !xubuntu-channels | Added by gnomefreak Date: 2006-06-29 03:00:45 Last edited by dax Date: 2017-10-23 18:43:44 Requested 1865 times |
version | <reply> To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell - To know the available version of a package, « apt-cache policy <package> » | Added by apokryphos Date: 2006-06-18 15:52:50 Last edited by Mez Date: 2008-10-17 15:42:03 Requested 1773 times |
gparted | a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php | Added by Seveas Date: 2006-06-20 21:25:05 Last edited by stdin Date: 2009-01-08 12:18:42 Requested 1530 times |
final beta already | <reply> If you install a development version of Ubuntu $curDevel and keep up with package updates, then you will be upgraded to the official release of $curDevelNum when it comes out. To make sure, type « sudo apt update && sudo apt full-upgrade » in a terminal. | Added by LjL Date: 2007-04-19 18:02:54 Last edited by Pici Date: 2016-02-26 22:24:21 Requested 1332 times |
gnome | <reply> GNOME was the default desktop environment on Ubuntu up to 10.10. To install the GNOME Shell, type [ sudo apt-get install gnome-shell ] in a !terminal. For the GNOME-based !flavor of Ubuntu, see !ubuntu-gnome | Added by Seveas Date: 2006-06-18 17:02:05 Last edited by IdleOne Date: 2013-12-24 02:04:30 Requested 1320 times |
synaptic | <reply> Synaptic is a graphical utility which can install and remove software packages (.deb). For a good howto see https://help.ubuntu.com/community/SynapticHowto | Added by apokryphos Date: 2006-06-18 15:41:59 Last edited by hggdh Date: 2019-02-15 19:57:12 Requested 1227 times |
pinning pin | an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto | Added by apokryphos Date: 2006-06-18 15:57:41 Requested 1159 times |
packages | <reply> You can browse and search for Ubuntu packages using !Synaptic, !KPackageKit, !Muon, "apt-cache search <keywords or regex>", or online at https://packages.ubuntu.com - Ubuntu has about 30000 packages available, so please *search* for an official package before installing things in awkward ways! | Added by LjL Date: 2006-07-12 18:15:53 Last edited by knome Date: 2019-04-03 06:34:33 Requested 1121 times |
distributions suse redhat mandriva gentoo archlinux fedora distros novell slackware mepis distro distribution manjaro | <reply> Other !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Arch Linux, Manjaro, Slackware (using other packaging systems) | Added by apokryphos Date: 2006-06-18 20:46:43 Last edited by SonikkuAmerica Date: 2016-09-02 16:41:01 Requested 1092 times |
checkinstall | a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! | Added by ompaul Date: 2006-07-16 19:52:09 Last edited by jrib Date: 2007-07-19 12:07:20 Requested 1016 times |
aptoncd | <reply> APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline | Added by Seveas Date: 2007-10-02 23:14:54 Last edited by LjL Date: 2009-03-06 17:09:56 Requested 942 times |
offline sneakernet | <reply> If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD | Added by LjL Date: 2007-05-18 16:23:54 Last edited by tsimpson Date: 2014-05-20 15:12:14 Requested 932 times |
aptitude | <reply> Like apt and apt-get, aptitude is a terminal frontend for Ubuntu's package management system. Unlike the others, it is not recommended in Ubuntu because its behavior differs significantly from other Ubuntu package management tools and can cause issues. | Added by bimberi Date: 2006-07-07 08:24:14 Last edited by dax Date: 2019-05-10 17:28:03 Requested 904 times |
source | <reply> You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html | Added by Seveas Date: 2006-06-18 02:01:23 Requested 739 times |
partner partners | <reply> Canonical's partner repositories provide a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" » | Added by PriceChild Date: 2007-01-16 21:37:44 Last edited by genii-around Date: 2012-11-09 20:42:46 Requested 661 times |
synaptics touchpad | <reply> For a comprehensive Synaptics Touchpad guide, see https://help.ubuntu.com/community/SynapticsTouchpad | Added by apokryphos Date: 2006-06-19 12:12:34 Requested 638 times |
dpkg | the Debian package maintenance system, which together with apt forms the basic Ubuntu package management toolkit. | Added by Seveas Date: 2006-06-18 00:22:05 Requested 565 times |
gpgerr badsig ppagpg | <reply> Getting GPG errors after adding custom repositories? Find the GPG keyword for the repository (it's 437D05B5 for the standard ones) and run « sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com <key> » | Added by Seveas Date: 2006-06-29 17:03:36 Last edited by nhandler Date: 2010-11-30 02:27:36 Requested 529 times |
laptop notebook | <reply> Laptop support information can be found on https://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - https://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org | Added by Seveas Date: 2006-06-18 01:06:13 Last edited by dax Date: 2017-10-30 06:49:35 Requested 523 times |
screencast record desktop screencasts | <reply> Some programs to capture your screen are Kazam, Vokoscreen & Simple Screen Recorder. Also ffmpeg/libav with x11grab option on the command line. Also see https://wiki.ubuntu.com/ScreenCasts. | Added by jrib Date: 2007-06-02 14:03:35 Last edited by Pricey Date: 2014-01-16 16:29:46 Requested 515 times |
slow | <reply>The Ubuntu repositories and ISO mirrors are currently under heavy load. Please consider using !torrents to download ISO images, and be patient with APT updates. Also, try changing !mirrors | Added by LjL Date: 2007-04-20 00:05:06 Last edited by mneptok Date: 2009-10-03 18:35:39 Requested 400 times |
headers kernel source | <reply> To install the Linux (kernel) headers, open a terminal and: sudo apt-get install linux-headers-$(uname -r) To install headers for libraries, you need the accompanying -dev packages | Added by Seveas Date: 2006-06-18 21:42:46 Requested 277 times |
ltsp | <reply> LTSP is the Linux Terminal Server Project, which adds thin-client support to Linux servers. See chapter 3 of the !edubuntuhandbook, http://www.ltsp.org and/or http://en.wikipedia.org/wiki/Linux_Terminal_Server_Project | Added by bimberi Date: 2007-05-09 05:45:11 Last edited by bimberi Date: 2007-05-09 05:51:02 Requested 229 times |
addppa | <reply> A !ppa can be added using a single command « sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details | Added by oCean Date: 2011-07-10 12:27:52 Last edited by rww Date: 2014-09-10 02:13:04 Requested 209 times |
uptodate | <reply> To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. | Added by hggdh Date: 2019-02-11 16:55:27 Last edited by hggdh Date: 2019-02-13 15:43:54 Requested 195 times |
yum | <reply>Uh, don't you mean !apt ? | Added by elky Date: 2009-03-17 11:23:24 Requested 169 times |
nvidia | <reply> Drivers for Nvidia graphics cards: (A) No gaming/CAD/CUDA needed or legacy hardware? Use "nouveau" (open source, lacks many features). (B) Otherwise, "nvidia" (proprietary driver, fully featured). Install using "ubuntu-drivers" CLI or apt - not from nvidia.com. Driver series, hardware support (release notes): https://www.nvidia.com/en-us/drivers/unix/ - Latest drivers !PPA: https://pad.lv/ppa/graphics-drivers | Added by apokryphos Date: 2006-06-18 00:21:10 Last edited by tomreyn Date: 2022-07-04 02:10:10 Requested 162 times |
apt-file | a program that can tell you which package(s) contain(s) a given filename. To install it and generate the database it needs, run "sudo apt-get install apt-file && sudo apt-file update" | Added by Seveas Date: 2006-06-19 13:52:18 Requested 151 times |
openvpn | <reply> OpenVPN is a vpn technology in Ubuntu, sudo apt-get install openvpn and then see http://openvpn.net/ and see the documentation "HOWTO" noting you have already installed it. ;-) It rocks! | Added by ompaul Date: 2008-08-04 15:44:00 Last edited by ompaul Date: 2008-08-04 15:46:07 Requested 136 times |
debootstrap | used to create a !Debian or Ubuntu base system from scratch, without requiring the availability of !dpkg or !APT. It does this by downloading !.deb files from a mirror site, and carefully unpacking them into a directory you can eventually !chroot into. See https://wiki.ubuntu.com/DebootstrapChroot for more information | Added by LjL Date: 2007-04-22 15:12:30 Last edited by Hobbsee Date: 2008-01-02 14:49:58 Requested 115 times |
reinstall | <reply> To renew the configuration of a package when installing, sudo apt-get remove --purge <package> && sudo apt-get install <package>. Note that you will lose ALL config files for that package. WARNING: This is dangerous, don't do this with core packages | Added by Seveas Date: 2006-06-19 11:05:44 Requested 114 times |
aptproxy apt-proxy | <reply> apt-proxy is a program that acts as a local apt repository server for a LAN, only fetching from the internet when required. To set it up see https://help.ubuntu.com/community/AptProxy | Added by bimberi Date: 2006-10-27 04:06:15 Requested 104 times |
bootchart | <reply> bootchart charts your machine at boot time, to install >> sudo apt-get install bootchart << the graphic is in /var/log/bootchart after the next reboot | Added by ompaul Date: 2008-02-24 21:34:35 Last edited by ompaul Date: 2008-02-24 21:35:27 Requested 104 times |
lococouncil | <reply>The LoCo Council is nhaines, svij, Letozaf, kenvandine, kyrofa, and gsilvapt - they are here to help, just ask! :) You can send them an email at loco-council@lists.ubuntu.com | Added by Pici Date: 2012-10-02 15:48:38 Last edited by wxl Date: 2017-12-27 14:46:35 Requested 93 times |
moonlight silverlight | <reply> For Microsoft Silverlight support, install Moonlight with the following command: « sudo apt-get install moonlight-plugin-mozilla » in a terminal. | Added by Pici Date: 2009-11-10 20:44:21 Requested 89 times |
phasedupdates phased | <reply> Since Ubuntu 21.04, APT may hold back some updates on some systems while they are being phased in. This is called "phased updates". See https://ubottu.com/y/phased and https://help.ubuntu.com/community/PhasedUpdates for more info. | Added by krytarik Date: 2022-10-05 17:23:03 Last edited by tomreyn Date: 2023-03-15 17:21:28 Requested 73 times |
uninstall | <reply> To learn how to uninstall applications in Ubuntu - please visit http://www.cyberciti.biz/faq/howto-delete-remove-software-using-apt-get-command/ | Added by Mez Date: 2008-12-17 15:25:19 Requested 70 times |
loffice openoffice libreoffice | <reply> LibreOffice is a Free and open source office suite that includes word processor, spreadsheet, presentation, vector drawing and database components. To install: "sudo apt-get install libreoffice". User help available in #libreoffice. | Added by Jordan_U Date: 2011-09-18 17:50:51 Requested 52 times |
partitionmanager | <reply> PartitionManager is a !KDE !GUI partitioning program. Use !Muon or !Synaptic to install or type « sudo apt-get install partitionmanager » in a !terminal | Added by tsimpson Date: 2009-05-01 14:06:51 Last edited by tsimpson Date: 2014-05-09 15:03:54 Requested 51 times |
proxies | <reply> "Proxies" are services acting as intermediate agents in various sorts of Internet connections. Examples are TOR, !apt-proxy, and HTTP proxies (such as "squid"). It is possible to install and use Ubuntu via some proxy connections: see FIXME | Added by LjL Date: 2007-12-11 16:24:10 Last edited by Pici Date: 2008-10-08 19:06:56 Requested 48 times |
lxde | <reply> LXDE ( http://lxde.org/ ) is the Lightweight X11 Desktop Environment used by !Lubuntu. To install from Ubuntu: « sudo apt-get install lubuntu-desktop ». See http://lubuntu.net/ for more information, and join #lubuntu for support. | Added by IdleOne Date: 2013-02-11 03:17:38 Requested 45 times |
muon | <reply> Muon is the current Kubuntu package manager. Please see http://jontheechidna.wordpress.com/2010/07/05/introducing-qapt-and-the-muon-package-manager/ for an overview | Added by genii-around Date: 2011-07-08 15:24:38 Requested 40 times |
deborphan | a program used to clean up packages that are no longer needed (install from Synaptic/Muon). | Added by apokryphos Date: 2006-06-19 11:18:53 Last edited by tsimpson Date: 2014-05-09 15:04:20 Requested 38 times |
chrome-repo google-repo | <reply> Google recently deprecated 32-bit Chrome, which causes errors on 64-bit multiarch Ubuntu systems. To fix this, run: sudo sed -i 's/deb http/deb [arch=amd64] http/' /etc/apt/sources.list.d/google-chrome.list /opt/google/chrome/cron/google-chrome | Added by k1l Date: 2016-03-10 16:24:36 Last edited by ezri Date: 2016-03-11 22:56:57 Requested 37 times |
brokenmsn | <deleted><reply> MS upgraded their MSN Messenger servers, causing newest 3rd party clients unable to connect. Workaround for pidgin 2.5.2 users is « sudo apt-get install msn-pecan » Restart pidgin, create an account of type wlm and supply your MSN credentials | Added by Tm_T Date: 2009-01-12 16:34:49 Last edited by dax Date: 2016-02-22 00:20:24 Requested 31 times |
©2006-2007 Dennis Kaarsemaker
©2008-2009 Terence Simpson
©2018 Krytarik Raido