Description
software-properties-gtk - manage the repositories that you install software from (gtk)
Property | Value |
---|---|
Distribution | Ubuntu 18.04 LTS (Bionic Beaver) |
Repository | Ubuntu Main amd64 |
Package name | software-properties-gtk |
Package version | 0.96.24.32.1 |
Package architecture | all |
Package type | deb |
Installed size | 400 B |
Download size | 51.97 KB |
Official Mirror | archive.ubuntu.com |
This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. This package contains a GTK+ based graphical interface.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
software-properties-gtk_0.96.24.32.7_all.deb | 0.96.24.32.7 | all | Ubuntu Updates Main |
software-properties-gtk_0.96.24.32.7_all.deb | 0.96.24.32.7 | all | Ubuntu Updates Main |
software-properties-gtk_0.96.24.32.1_all.deb | 0.96.24.32.1 | all | Ubuntu Main |
software-properties-gtk | - | - | - |
Requires
Name | Value |
---|---|
dconf-gsettings-backend | - |
gir1.2-goa-1.0 | >= 3.27.92-1ubuntu1 |
gir1.2-gtk-3.0 | - |
gir1.2-secret-1 | - |
gir1.2-snapd-1 | - |
gsettings-backend | - |
libgtk3-perl | - |
python3 | - |
python3-aptdaemon.gtk3widgets | - |
python3-distro-info | - |
python3-gi | - |
python3-software-properties | = 0.96.24.32.1 |
python3:any | >= 3.3.2-2~ |
session-migration | - |
software-properties-common | - |
ubuntu-drivers-common | >= 1:0.2.75 |
Download
Type | URL |
---|---|
Binary Package | software-properties-gtk_0.96.24.32.1_all.deb |
Source Package | software-properties |
Install Howto
- Update the package index:
# sudo apt-get update
- Install software-properties-gtk deb package:
# sudo apt-get install software-properties-gtk
Files
Path |
---|
/usr/bin/software-properties-gtk |
/usr/lib/python3/dist-packages/softwareproperties/gtk/CdromProgress.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogAdd.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogAddSourcesList.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogAuth.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogCacheOutdated.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogEdit.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogLivepatchError.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/DialogMirror.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/SimpleGtkbuilderApp.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/__init__.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/dialogs.py |
/usr/lib/python3/dist-packages/softwareproperties/gtk/utils.py |
/usr/share/applications/software-properties-drivers.desktop |
/usr/share/applications/software-properties-gtk.desktop |
/usr/share/doc/software-properties-gtk/changelog.gz |
/usr/share/doc/software-properties-gtk/copyright |
/usr/share/glib-2.0/schemas/com.ubuntu.SoftwareProperties.gschema.xml |
/usr/share/icons/hicolor/16x16/apps/software-properties.png |
/usr/share/icons/hicolor/24x24/apps/software-properties.png |
/usr/share/icons/hicolor/48x48/apps/software-properties.png |
/usr/share/icons/hicolor/64x64/apps/software-properties.png |
/usr/share/icons/hicolor/scalable/apps/disable-device.svg |
/usr/share/icons/hicolor/scalable/apps/other-driver.svg |
/usr/share/icons/hicolor/scalable/apps/recommended-driver.svg |
/usr/share/icons/hicolor/scalable/apps/software-properties.svg |
/usr/share/man/man1/software-properties-gtk.1.gz |
/usr/share/metainfo/software-properties-gtk.appdata.xml |
/usr/share/mime/packages/apt.xml |
/usr/share/session-migration/scripts/01_migrate_from_keyring |
/usr/share/software-properties/gtkbuilder/dialog-add-sources-list.ui |
/usr/share/software-properties/gtkbuilder/dialog-add.ui |
/usr/share/software-properties/gtkbuilder/dialog-auth.ui |
/usr/share/software-properties/gtkbuilder/dialog-cache-outofdate.ui |
/usr/share/software-properties/gtkbuilder/dialog-cdrom-progress.ui |
/usr/share/software-properties/gtkbuilder/dialog-edit-source.ui |
/usr/share/software-properties/gtkbuilder/dialog-livepatch-error.ui |
/usr/share/software-properties/gtkbuilder/dialog-mirror.ui |
/usr/share/software-properties/gtkbuilder/main.ui |
Changelog
2018-04-18 - Sebastien Bacher <seb128@ubuntu.com> software-properties (0.96.24.32.1) bionic; urgency=medium * debian/control.in: - Build-Depends on dh-migrations to fix the build
2018-04-17 - Andrea Azzarone <andrea.azzarone@canonical.com> software-properties (0.96.24.32) bionic; urgency=medium * data/com.ubuntu.SoftwareProperties.gschema.xml: Add gsettings schema to store the goa account id used to login in Livepatch. * debian/rules: Use dh_migrations. * debian/software-properties-gtk.install: install the gsetting schema. * debian/software-properties-gtk.migrations: Use dh_migrations. * softwareproperties/GoaAuth.py: Use gsettings instead of libsecrets to store the goa account id used to login in Livepatch (LP: #1764474). * softwareproperties/gtk/SoftwarePropertiesGtk.py: Update the UI if the account id changes settings-side. * tools/migration-scripts/01_migrate_from_keyring: Migrate the account id from the keyring to gsettings.
2018-04-13 - Jeremy Bicha <jbicha@ubuntu.com> software-properties (0.96.24.31) bionic; urgency=medium * Build-Depend on dbus-11 and gir1.2-snapd-1 for build tests * Don't ignore failing tests
2018-04-13 - Jeremy Bicha <jbicha@ubuntu.com> software-properties (0.96.24.30) bionic; urgency=medium * Don't use python2 in autopkgtests (LP: #1763694) * Update translation template
2018-04-12 - Jeremy Bicha <jbicha@ubuntu.com> software-properties (0.96.24.29) bionic; urgency=medium * Drop obsolete software-properties-gnome.desktop to eliminate duplication in the GNOME Software app * Drop unused Python 2 python-software-properties * Build with pybuild to simplify build * Add several Build-Depends now that build tests are being run * Ignore build test failures temporarily because of difficuly getting the dbus tests to work. See bug 1763435.
2018-04-10 - Jeremy Bicha <jbicha@ubuntu.com> software-properties (0.96.24.28) bionic; urgency=medium [ Martin Wimpress ] * Allow mate-session-manager to fulfill the gnome-session-bin Recommends (LP: #1762807) [ Jeremy Bicha ] * Add Appstream metadata with compulsory_for_desktop fields to prevent the accidental uninstallation of ubuntu-desktop in GNOME Software. ubuntu-desktop depends on software-properties-gtk. * Build-Depend on dh-python
2018-04-09 - Andrea Azzarone <andrea.azzarone@canonical.com> software-properties (0.96.24.27) bionic; urgency=medium * debian/control: Move gir1.2-goa-1.0, gir1.2-secret-1, and gir1.2-snapd-1 dependencies from software-properties-common to software-properties-gtk (LP: #1762082). * SoftwareProperties.py: Wrap importing of gir1.2-snapd-1 in a try-except block in order to avoid failures in add-apt-repository.
2018-04-03 - Andrea Azzarone <andrea.azzarone@canonical.com> software-properties (0.96.24.26) bionic; urgency=medium * debian/control: - Mark gnome-keyring as recommended, which provides org.freedesktop.secrets.service. * GoaAuty.py: - Show warning and avoid crashing if gnome-keyring is not installed. (LP: #1760096) * SoftwareProperties.py: - install canonical-livepatch from stable channel (LP: #1760117)
See Also
Package | Description |
---|---|
sosreport_3.5-1ubuntu3_amd64.deb | Set of tools to gather troubleshooting data from a system |
sound-icons_0.1-6_all.deb | Sounds for speech enabled applications |
sound-theme-freedesktop_0.8-2ubuntu1_all.deb | freedesktop.org sound theme |
spamassassin_3.4.1-8build1_all.deb | Perl-based spam filter using text analysis |
spamc_3.4.1-8build1_amd64.deb | Client for SpamAssassin spam filtering daemon |
speech-dispatcher-audio-plugins_0.8.8-1ubuntu1_amd64.deb | Speech Dispatcher: Audio output plugins |
speech-dispatcher-espeak-ng_0.8.8-1ubuntu1_amd64.deb | Speech Dispatcher: Espeak-ng output module |
speech-dispatcher_0.8.8-1ubuntu1_amd64.deb | Common interface to speech synthesizers |
speex-doc_1.2~rc1.2-1ubuntu2_all.deb | Documentation for speex |
sphinx-common_1.6.7-1ubuntu1_all.deb | documentation generator for Python projects - common data |
sphinx-doc_1.6.7-1ubuntu1_all.deb | documentation generator for Python projects - documentation |
sphinx-rtd-theme-common_0.2.4-1_all.deb | sphinx theme from readthedocs.org (common files) |
spice-vdagent_0.17.0-1ubuntu2_amd64.deb | Spice agent for Linux |
sqlite3-doc_3.22.0-1_all.deb | SQLite 3 documentation |
sqlite3_3.22.0-1_amd64.deb | Command line interface for SQLite 3 |
Advertisement
Advertisement