Install office2003-schemas
Installing office2003-schemas package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install office2003-schemas
office2003-schemas package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | office2003-schemas |
version | 1.0-1 |
description | Office 2003 XML Schemas – xsd |
subsection | text |
website | microsoft.com / en-us / download / details.aspx |
maintainer | Debian XML/SGML Group |
Uninstall office2003-schemas
To remove just office2003-schemas package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove office2003-schemas
Uninstall office2003-schemas and it’s dependent packages
To remove the office2003-schemas package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove office2003-schemas
Purging office2003-schemas
If you also want to delete configuration and/or data files of office2003-schemas from Debian Sid then this will work:
sudo apt-get purge office2003-schemas
To delete configuration and/or data files of office2003-schemas and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove office2003-schemas