[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Desinstalar Libreoffice



El 13/08/12 11:30, luis@ida.cu escribió:
Hola a todos

Como puedo desinstalar libre office ??? que comandos utilizo ???

mas o menos apt-get purge ?????? o apt-get uninstal ???


Alguna idea ?? no se exactamente como hacerlo

gracias por la ayuda a todos



Luis, por favor, ya hemos discutido esto varias veces:

$man apt-get

top-kde APT-GET - KDE Man Page Viewer
APT-GET
 Section: APT (8)
NAME
 apt-get - APT package handling utility -- command-line interface
SYNOPSIS
apt-get [-asqdyfmubV] [-o=config_string] [-c=config_file] [-t=target_release] [-a=architecture] {update | upgrade | dselect-upgrade | dist-upgrade | install pkg [{=pkg_version_number | /target_release}]... | remove pkg... | purge pkg... | source pkg [{=pkg_version_number | /target_release}]... | build-dep pkg [{=pkg_version_number | /target_release}]... | download pkg [{=pkg_version_number | /target_release}]... | check | clean | autoclean | autoremove | {-v | --version} | {-h | --help}}
DESCRIPTION


 apt-get
is the command-line tool for handling packages, and may be considered the user's "back-end" to other tools using the APT library. Several "front-end" interfaces exist, such as dselect(1), aptitude(8), synaptic(8) and wajig(1).

Unless the -h, or --help option is given, one of the commands below must be present.

 update
update is used to resynchronize the package index files from their sources. The indexes of available packages are fetched from the location(s) specified in /etc/apt/sources.list. For example, when using a Debian archive, this command retrieves and scans the Packages.gz files, so that information about new and updated packages is available. An update should always be performed before an upgrade or dist-upgrade. Please be aware that the overall progress meter will be incorrect as the size of the package files cannot be known in advance.


(...)

 remove
remove is identical to install except that packages are removed instead of installed. Note that removing a package leaves its configuration files on the system. If a plus sign is appended to the package name (with no intervening space), the identified package will be installed instead of removed.


 purge
purge is identical to remove except that packages are removed and purged (any configuration files are deleted too).

(...)


Reply to: