Linux ubuntuda program yükleme sorunu

Bu konuyu okuyanlar

Purelight

Öğrenci
Katılım
29 Aralık 2017
Mesajlar
10
Reaksiyon puanı
0
Puanları
1
Yaş
28
Merhabalar
Ben virtual-box ile linux ubuntu kurdum python3 çalışmak için.
Ama bir türlü idle-python3.5 i kuramadım. Update denedim ama yok sonuç aynı.
Acaba bir yerlerde bi yanlışlık mı yapıyorum.
Yardımcı olursanız sevinirim.
Ashampoo_Snap_2018.01.27_16h41m01s_001_.png
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,396
Çözümler
1
Reaksiyon puanı
2,268
Puanları
113
Yaş
26
Merhaba, python3 --version, apt-cache search python3.5 komutlarını uçbirimde girdiğinizde geri verdiği çıktıları kod etiketi içinde paylaşır mısınız?
 

Purelight

Öğrenci
Katılım
29 Aralık 2017
Mesajlar
10
Reaksiyon puanı
0
Puanları
1
Yaş
28
Merhaba, python3 --version, apt-cache search python3.5 komutlarını uçbirimde girdiğinizde geri verdiği çıktıları kod etiketi içinde paylaşır mısınız?
Ashampoo_Snap_2018.01.27_17h39m41s_002_.png

python3 -V, apt-cache search python3.5
 
Son düzenleme:

eronis

Dekan
Emektar
Katılım
25 Mart 2016
Mesajlar
5,389
Reaksiyon puanı
4,382
Puanları
113
Kod:
sudo apt install idle3
 

eronis

Dekan
Emektar
Katılım
25 Mart 2016
Mesajlar
5,389
Reaksiyon puanı
4,382
Puanları
113
Aslında bunu tab'a basarak da bulabilirdin. Synaptic'ten yükleyebilirdin.
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,396
Çözümler
1
Reaksiyon puanı
2,268
Puanları
113
Yaş
26
python yazıp tab a basınca sürümlerini gördüm peki bununla nasıl indirebilirim veya indirebilir miyim :confused:
@Purelight, repository depo adresleri ile alakalı bir problem yaşıyorsun kanımca. idle 3.5 için ppa anahtarına ve depo adresine sahip değilsin, yani sources.list dosyanda yok. Zira bizzat denemek için sistemimde var olan Python 2.7.13'e idle kurdum sana önerdiğim komut ile hiçbir ekleme yapmadan. birde şöyle deneyelim...

sudo add-apt-repository ppa:jonathonf/python-3.5
sudo apt-get update
sudo -H gedit /etc/apt/sources.list

Açtığın sources.list dosyasına şunları ekle ve kaydet.

Kod:
deb http://ppa.launchpad.net/jonathonf/python-3.5/ubuntu xenial main
deb-src http://ppa.launchpad.net/jonathonf/python-3.5/ubuntu xenial main

Şimdi tekrar idle kurulumunu dene.
 

eronis

Dekan
Emektar
Katılım
25 Mart 2016
Mesajlar
5,389
Reaksiyon puanı
4,382
Puanları
113
python yazıp tab a basınca sürümlerini gördüm peki bununla nasıl indirebilirim veya indirebilir miyim :confused:
Direk python mı yazdın ? O zaman Python'ın kurulmuş araçlarını görüyorsun.
apt install komutundan sonra idle yazıp tab'a bas. Depolarda var olan paketleri göreceksin, işine geleni yaz zaten yeterince yazınca tab tamamlıyor.
 

Purelight

Öğrenci
Katılım
29 Aralık 2017
Mesajlar
10
Reaksiyon puanı
0
Puanları
1
Yaş
28
@Purelight, repository depo adresleri ile alakalı bir problem yaşıyorsun kanımca. idle 3.5 için ppa anahtarına ve depo adresine sahip değilsin, yani sources.list dosyanda yok. Zira bizzat denemek için sistemimde var olan Python 2.7.13'e idle kurdum sana önerdiğim komut ile hiçbir ekleme yapmadan. birde şöyle deneyelim...

sudo add-apt-repository ppa:jonathonf/python-3.5
sudo apt-get update
sudo -H gedit /etc/apt/sources.list

Açtığın sources.list dosyasına şunları ekle ve kaydet.

Kod:
deb http://ppa.launchpad.net/jonathonf/python-3.5/ubuntu xenial main
deb-src http://ppa.launchpad.net/jonathonf/python-3.5/ubuntu xenial main

Şimdi tekrar idle kurulumunu dene.

Denedim ama yine başarısız :(
Ashampoo_Snap_2018.01.27_19h30m55s_004_.png


---- Mesajlar birleştirildi ----

Direk python mı yazdın ? O zaman Python'ın kurulmuş araçlarını görüyorsun.
apt install komutundan sonra idle yazıp tab'a bas. Depolarda var olan paketleri göreceksin, işine geleni yaz zaten yeterince yazınca tab tamamlıyor.
Aynen dediğin şekilde yaptım.
Ekli dosyayı görüntüle 33876
 
Son düzenleme:

Purelight

Öğrenci
Katılım
29 Aralık 2017
Mesajlar
10
Reaksiyon puanı
0
Puanları
1
Yaş
28
Direk python mı yazdın ? O zaman Python'ın kurulmuş araçlarını görüyorsun.
apt install komutundan sonra idle yazıp tab'a bas. Depolarda var olan paketleri göreceksin, işine geleni yaz zaten yeterince yazınca tab tamamlıyor.
Aynen dediğin şekilde yaptım.
Ashampoo_Snap_2018.01.27_19h34m14s_005_.png

sudo apt-get install idle şeklinde olsun. @Purelight geri dönüş yaparsın, olmaz ise python sürümünü yükseltiriz.
3. resimdeki hatayı aldım yine
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,396
Çözümler
1
Reaksiyon puanı
2,268
Puanları
113
Yaş
26

rise

Dekan
Emektar
Katılım
12 Ocak 2009
Mesajlar
9,893
Reaksiyon puanı
3,247
Puanları
113
Kod:
lsb_release -a
çıktısı ile Ubuntu sürümünü öğrenebilir miyiz?
 

Purelight

Öğrenci
Katılım
29 Aralık 2017
Mesajlar
10
Reaksiyon puanı
0
Puanları
1
Yaş
28
Kod:
lsb_release -a
çıktısı ile Ubuntu sürümünü öğrenebilir miyiz?
sürümü linux ubuntu 16.10

---- Mesajlar birleştirildi ----

Yanlış olmuş, apt install idle şeklinde yaz alt alta olmasın tek satırda olsunlar sonra tab'a bas ardından tekrar gönder. Sürekli ekran görüntüsü atmana gerek yok çıktıyı kod etiketine alıp direk paylaşabilirsin.

apt install idle-python3.5
Kod:
Display all 1916 possibilities? (y or n)
a11y-profile-manager-indicator
account-plugin-facebook
account-plugin-flickr
account-plugin-google
account-plugin-tools
account-plugin-ubuntuone
accountsservice
accountsservice-ubuntu-schemas
accountsservice-ubuntu-touch-schemas
acl
acpid
acpi-support
activity-log-manager
address-book-service
adduser
adium-theme-ubuntu
adwaita-icon-theme
aisleriot
alsa-base
alsa-utils
anacron
apg
apparmor
apparmor-easyprof
apparmor-easyprof-ubuntu
app-install-data
app-install-data-partner
appmenu-qt
apport
apport-gtk
apport-symptoms
appstream
apt
aptdaemon
aptdaemon-data
apt-transport-https
apturl
apturl-common
apt-utils
aspell
aspell-en
at-spi2-core
avahi-autoipd
avahi-daemon
avahi-utils
bamfdaemon
baobab
base-files
base-passwd
bash
bash-completion
bc
bind9-host
binutils
biometryd-bin
bluez
bluez-cups
bluez-obexd
branding-ubuntu
brltty
bsdmainutils
bsdutils
build-essential
busybox-initramfs
busybox-static
bzip2
ca-certificates
.cache/
cgmanager
checkbox-converged
checkbox-gui
cheese
cheese-common
click
click-apparmor
colord
colord-data
command-not-found
command-not-found-data
compiz
.compiz/
compiz-core
compiz-gnome
compiz-plugins-default
.config/
console-setup
console-setup-linux
content-hub
coreutils
cpio
cpp
cpp-6
cracklib-runtime
crda
cron
cups
cups-browsed
cups-bsd
cups-client
cups-common
cups-core-drivers
cups-daemon
cups-filters
cups-filters-core-drivers
cups-pk-helper
cups-ppdc
cups-server-common
curl
dash
dbus
dbus-user-session
dbus-x11
dc
dconf-cli
dconf-gsettings-backend
dconf-service
debconf
debconf-i18n
debianutils
deja-dup
Desktop/
desktop-file-utils
dh-python
dictionaries-common
diffstat
diffutils
dirmngr
distro-info-data
dmidecode
dmsetup
dmz-cursor-theme
dnsmasq-base
dns-root-data
dnsutils
doc-base
Documents/
dosfstools
Downloads/
dpkg
dpkg-dev
e2fslibs
e2fsprogs
ed
efibootmgr
eject
emacsen-common
enchant
eog
espeak-data
ethtool
evince
evince-common
evolution-data-server
evolution-data-server-common
evolution-data-server-online-accounts
evolution-data-server-utouch
example-content
fakeroot
file
file-roller
findutils
firefox
firefox-locale-en
folks-common
fontconfig
fontconfig-config
fonts-dejavu-core
fonts-droid-fallback
fonts-freefont-ttf
fonts-guru
fonts-guru-extra
fonts-kacst
fonts-kacst-one
fonts-khmeros-core
fonts-lao
fonts-liberation
fonts-lklug-sinhala
fonts-lohit-guru
fonts-nanum
fonts-noto-cjk
fonts-noto-mono
fonts-opensymbol
fonts-sil-abyssinica
fonts-sil-padauk
fonts-stix
fonts-symbola
fonts-takao-pgothic
fonts-thai-tlwg
fonts-tibetan-machine
fonts-tlwg-garuda
fonts-tlwg-garuda-ttf
fonts-tlwg-kinnari
fonts-tlwg-kinnari-ttf
fonts-tlwg-laksaman
fonts-tlwg-laksaman-ttf
fonts-tlwg-loma
fonts-tlwg-loma-ttf
fonts-tlwg-mono
fonts-tlwg-mono-ttf
fonts-tlwg-norasi
fonts-tlwg-norasi-ttf
fonts-tlwg-purisa
fonts-tlwg-purisa-ttf
fonts-tlwg-sawasdee
fonts-tlwg-sawasdee-ttf
fonts-tlwg-typewriter
fonts-tlwg-typewriter-ttf
fonts-tlwg-typist
fonts-tlwg-typist-ttf
fonts-tlwg-typo
fonts-tlwg-typo-ttf
fonts-tlwg-umpush
fonts-tlwg-umpush-ttf
fonts-tlwg-waree
fonts-tlwg-waree-ttf
foomatic-db-compressed-ppds
friendly-recovery
ftp
fuse
fwupd
fwupdate
fwupdate-signed
g++
g++-6
gcc
gcc-6
gcc-6-base
.gconf/
gconf2
gconf2-common
gconf-service
gconf-service-backend
gcr
gdb
gdbserver
gdebi-core
gdisk
gedit
gedit-common
genisoimage
geoclue
geoclue-2.0
geoclue-ubuntu-geoip
geoip-database
gettext
gettext-base
ghostscript
ghostscript-x
gir1.2-accounts-1.0
gir1.2-appindicator3-0.1
gir1.2-atk-1.0
gir1.2-atspi-2.0
gir1.2-click-0.4
gir1.2-dbusmenu-glib-0.4
gir1.2-dee-1.0
gir1.2-freedesktop
gir1.2-gdata-0.0
gir1.2-gdkpixbuf-2.0
gir1.2-gee-0.8
gir1.2-glib-2.0
gir1.2-gnomekeyring-1.0
gir1.2-goa-1.0
gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0
gir1.2-gtk-3.0
gir1.2-gtksource-3.0
gir1.2-gudev-1.0
gir1.2-ibus-1.0
gir1.2-javascriptcoregtk-4.0
gir1.2-json-1.0
gir1.2-notify-0.7
gir1.2-packagekitglib-1.0
gir1.2-pango-1.0
gir1.2-peas-1.0
gir1.2-rb-3.0
gir1.2-secret-1
gir1.2-signon-1.0
gir1.2-soup-2.4
gir1.2-totem-1.0
gir1.2-totem-plparser-1.0
gir1.2-udisks-2.0
gir1.2-unity-5.0
gir1.2-vte-2.91
gir1.2-webkit2-4.0
gir1.2-wnck-3.0
gkbd-capplet
glib-networking
glib-networking-common
glib-networking-services
gnome-accessibility-themes
gnome-bluetooth
gnome-calculator
gnome-calendar
gnome-desktop3-data
gnome-disk-utility
gnome-font-viewer
gnome-keyring
gnome-mahjongg
gnome-menus
gnome-mines
gnome-orca
gnome-power-manager
gnome-screensaver
gnome-screenshot
gnome-session-bin
gnome-session-canberra
gnome-session-common
gnome-settings-daemon-schemas
gnome-software
gnome-software-common
gnome-sudoku
gnome-system-log
gnome-system-monitor
gnome-terminal
gnome-terminal-data
gnome-user-share
gnome-video-effects
gnupg
gnupg-agent
gnupg-l10n
gpgv
grep
grilo-plugins-0.3-base
groff-base
grub2-common
grub-common
grub-gfxpayload-lists
grub-pc
grub-pc-bin
gsettings-desktop-schemas
gsettings-ubuntu-schemas
gsfonts
gstreamer1.0-alsa
gstreamer1.0-clutter-3.0
gstreamer1.0-plugins-base
gstreamer1.0-plugins-base-apps
gstreamer1.0-plugins-good
gstreamer1.0-pulseaudio
gstreamer1.0-tools
gstreamer1.0-x
gtk2-engines-murrine
gtk-update-icon-cache
gucharmap
guile-2.0-libs
gvfs
gvfs-backends
gvfs-bin
gvfs-common
gvfs-daemons
gvfs-fuse
gvfs-libs
gzip
hdparm
hicolor-icon-theme
history-service
hostname
hplip
hplip-data
hud
humanity-icon-theme
hunspell-en-us
hwdata
hyphen-en-us
ibus
ibus-gtk
ibus-gtk3
ibus-table
idle-python3.5
ifupdown
imagemagick
imagemagick-6.q16
imagemagick-common
im-config
indicator-application
indicator-appmenu
indicator-bluetooth
indicator-common
indicator-datetime
indicator-keyboard
indicator-messages
indicator-network
indicator-power
indicator-printers
indicator-session
indicator-sound
indicator-transfer
indicator-transfer-download-manager
info
init
initramfs-tools
initramfs-tools-bin
initramfs-tools-core
init-system-helpers
inputattach
install-info
intel-gpu-tools
intltool-debian
ippusbxd
iproute2
iptables
iputils-arping
iputils-ping
iputils-tracepath
irqbalance
isc-dhcp-client
isc-dhcp-common
iso-codes
iw
jayatana
kbd
kerneloops-daemon
keyboard-configuration
klibc-utils
kmod
krb5-locales
language-pack-en
language-pack-en-base
language-pack-gnome-en
language-pack-gnome-en-base
language-selector-common
language-selector-gnome
laptop-detect
less
liba11y-profile-manager-0.1-0
liba11y-profile-manager-data
libaa1
libabw-0.1-1
libaccount-plugin-1.0-0
libaccount-plugin-facebook
libaccount-plugin-flickr
libaccount-plugin-generic-oauth
libaccount-plugin-google
libaccounts-glib0
libaccounts-qt5-1
libaccountsservice0
libacl1
libalgorithm-diff-perl
libalgorithm-diff-xs-perl
libalgorithm-merge-perl
--More--

Bunları verdi
 
Son düzenleyen moderatör:

rise

Dekan
Emektar
Katılım
12 Ocak 2009
Mesajlar
9,893
Reaksiyon puanı
3,247
Puanları
113
sürümü linux ubuntu 16.10
Daha yeni bir Ubuntu sürümü yüklemelisin.
16.04 olabilir, 17.10 olabilir, -final sürüme kadar tavsiye etmemekle birlikte- 18.04 geliştirme sürümleri olabilir.
 

Hopeツ︎

Go for the EYES BOO. Go for the EYES! ?
Katılım
9 Mart 2016
Mesajlar
2,396
Çözümler
1
Reaksiyon puanı
2,268
Puanları
113
Yaş
26
apt install idle-python3.5
Bunları verdi
@Purelight Ufak ayrıntıları kaçırıyoruz sanırım, apt install idle yaz konsola, apt install idle-python3.5 yazıyorsun sürüm belirtmeden direk yazıp tab'a basmalısın şimdilik. Şuna benzer bir çıktı almalısın;

Kod:
idle            idle3-tools     idle-python3.5 
idle3           idle-python2.7  idlestat
 

Purelight

Öğrenci
Katılım
29 Aralık 2017
Mesajlar
10
Reaksiyon puanı
0
Puanları
1
Yaş
28
Yanlış olmuş, apt install idle şeklinde yaz alt alta olmasın tek satırda olsunlar sonra tab'a bas ardından tekrar gönder. Sürekli ekran görüntüsü atmana gerek yok çıktıyı kod etiketine alıp direk paylaşabilirsin.

apt install idle-python3.5
Display all 1916 possibilities? (y or n)
a11y-profile-manager-indicator
account-plugin-facebook
account-plugin-flickr
account-plugin-google
account-plugin-tools
account-plugin-ubuntuone
accountsservice
accountsservice-ubuntu-schemas
accountsservice-ubuntu-touch-schemas
acl
acpid
acpi-support
activity-log-manager
address-book-service
adduser
adium-theme-ubuntu
adwaita-icon-theme
aisleriot
alsa-base
alsa-utils
anacron
apg
apparmor
apparmor-easyprof
apparmor-easyprof-ubuntu
app-install-data
app-install-data-partner
appmenu-qt
apport
apport-gtk
apport-symptoms
appstream
apt
aptdaemon
aptdaemon-data
apt-transport-https
apturl
apturl-common
apt-utils
aspell
aspell-en
at-spi2-core
avahi-autoipd
avahi-daemon
avahi-utils
bamfdaemon
baobab
base-files
base-passwd
bash
bash-completion
bc
bind9-host
binutils
biometryd-bin
bluez
bluez-cups
bluez-obexd
branding-ubuntu
brltty
bsdmainutils
bsdutils
build-essential
busybox-initramfs
busybox-static
bzip2
ca-certificates
.cache/
cgmanager
checkbox-converged
checkbox-gui
cheese
cheese-common
click
click-apparmor
colord
colord-data
command-not-found
command-not-found-data
compiz
.compiz/
compiz-core
compiz-gnome
compiz-plugins-default
.config/
console-setup
console-setup-linux
content-hub
coreutils
cpio
cpp
cpp-6
cracklib-runtime
crda
cron
cups
cups-browsed
cups-bsd
cups-client
cups-common
cups-core-drivers
cups-daemon
cups-filters
cups-filters-core-drivers
cups-pk-helper
cups-ppdc
cups-server-common
curl
dash
dbus
dbus-user-session
dbus-x11
dc
dconf-cli
dconf-gsettings-backend
dconf-service
debconf
debconf-i18n
debianutils
deja-dup
Desktop/
desktop-file-utils
dh-python
dictionaries-common
diffstat
diffutils
dirmngr
distro-info-data
dmidecode
dmsetup
dmz-cursor-theme
dnsmasq-base
dns-root-data
dnsutils
doc-base
Documents/
dosfstools
Downloads/
dpkg
dpkg-dev
e2fslibs
e2fsprogs
ed
efibootmgr
eject
emacsen-common
enchant
eog
espeak-data
ethtool
evince
evince-common
evolution-data-server
evolution-data-server-common
evolution-data-server-online-accounts
evolution-data-server-utouch
example-content
fakeroot
file
file-roller
findutils
firefox
firefox-locale-en
folks-common
fontconfig
fontconfig-config
fonts-dejavu-core
fonts-droid-fallback
fonts-freefont-ttf
fonts-guru
fonts-guru-extra
fonts-kacst
fonts-kacst-one
fonts-khmeros-core
fonts-lao
fonts-liberation
fonts-lklug-sinhala
fonts-lohit-guru
fonts-nanum
fonts-noto-cjk
fonts-noto-mono
fonts-opensymbol
fonts-sil-abyssinica
fonts-sil-padauk
fonts-stix
fonts-symbola
fonts-takao-pgothic
fonts-thai-tlwg
fonts-tibetan-machine
fonts-tlwg-garuda
fonts-tlwg-garuda-ttf
fonts-tlwg-kinnari
fonts-tlwg-kinnari-ttf
fonts-tlwg-laksaman
fonts-tlwg-laksaman-ttf
fonts-tlwg-loma
fonts-tlwg-loma-ttf
fonts-tlwg-mono
fonts-tlwg-mono-ttf
fonts-tlwg-norasi
fonts-tlwg-norasi-ttf
fonts-tlwg-purisa
fonts-tlwg-purisa-ttf
fonts-tlwg-sawasdee
fonts-tlwg-sawasdee-ttf
fonts-tlwg-typewriter
fonts-tlwg-typewriter-ttf
fonts-tlwg-typist
fonts-tlwg-typist-ttf
fonts-tlwg-typo
fonts-tlwg-typo-ttf
fonts-tlwg-umpush
fonts-tlwg-umpush-ttf
fonts-tlwg-waree
fonts-tlwg-waree-ttf
foomatic-db-compressed-ppds
friendly-recovery
ftp
fuse
fwupd
fwupdate
fwupdate-signed
g++
g++-6
gcc
gcc-6
gcc-6-base
.gconf/
gconf2
gconf2-common
gconf-service
gconf-service-backend
gcr
gdb
gdbserver
gdebi-core
gdisk
gedit
gedit-common
genisoimage
geoclue
geoclue-2.0
geoclue-ubuntu-geoip
geoip-database
gettext
gettext-base
ghostscript
ghostscript-x
gir1.2-accounts-1.0
gir1.2-appindicator3-0.1
gir1.2-atk-1.0
gir1.2-atspi-2.0
gir1.2-click-0.4
gir1.2-dbusmenu-glib-0.4
gir1.2-dee-1.0
gir1.2-freedesktop
gir1.2-gdata-0.0
gir1.2-gdkpixbuf-2.0
gir1.2-gee-0.8
gir1.2-glib-2.0
gir1.2-gnomekeyring-1.0
gir1.2-goa-1.0
gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0
gir1.2-gtk-3.0
gir1.2-gtksource-3.0
gir1.2-gudev-1.0
gir1.2-ibus-1.0
gir1.2-javascriptcoregtk-4.0
gir1.2-json-1.0
gir1.2-notify-0.7
gir1.2-packagekitglib-1.0
gir1.2-pango-1.0
gir1.2-peas-1.0
gir1.2-rb-3.0
gir1.2-secret-1
gir1.2-signon-1.0
gir1.2-soup-2.4
gir1.2-totem-1.0
gir1.2-totem-plparser-1.0
gir1.2-udisks-2.0
gir1.2-unity-5.0
gir1.2-vte-2.91
gir1.2-webkit2-4.0
gir1.2-wnck-3.0
gkbd-capplet
glib-networking
glib-networking-common
glib-networking-services
gnome-accessibility-themes
gnome-bluetooth
gnome-calculator
gnome-calendar
gnome-desktop3-data
gnome-disk-utility
gnome-font-viewer
gnome-keyring
gnome-mahjongg
gnome-menus
gnome-mines
gnome-orca
gnome-power-manager
gnome-screensaver
gnome-screenshot
gnome-session-bin
gnome-session-canberra
gnome-session-common
gnome-settings-daemon-schemas
gnome-software
gnome-software-common
gnome-sudoku
gnome-system-log
gnome-system-monitor
gnome-terminal
gnome-terminal-data
gnome-user-share
gnome-video-effects
gnupg
gnupg-agent
gnupg-l10n
gpgv
grep
grilo-plugins-0.3-base
groff-base
grub2-common
grub-common
grub-gfxpayload-lists
grub-pc
grub-pc-bin
gsettings-desktop-schemas
gsettings-ubuntu-schemas
gsfonts
gstreamer1.0-alsa
gstreamer1.0-clutter-3.0
gstreamer1.0-plugins-base
gstreamer1.0-plugins-base-apps
gstreamer1.0-plugins-good
gstreamer1.0-pulseaudio
gstreamer1.0-tools
gstreamer1.0-x
gtk2-engines-murrine
gtk-update-icon-cache
gucharmap
guile-2.0-libs
gvfs
gvfs-backends
gvfs-bin
gvfs-common
gvfs-daemons
gvfs-fuse
gvfs-libs
gzip
hdparm
hicolor-icon-theme
history-service
hostname
hplip
hplip-data
hud
humanity-icon-theme
hunspell-en-us
hwdata
hyphen-en-us
ibus
ibus-gtk
ibus-gtk3
ibus-table
idle-python3.5
ifupdown
imagemagick
imagemagick-6.q16
imagemagick-common
im-config
indicator-application
indicator-appmenu
indicator-bluetooth
indicator-common
indicator-datetime
indicator-keyboard
indicator-messages
indicator-network
indicator-power
indicator-printers
indicator-session
indicator-sound
indicator-transfer
indicator-transfer-download-manager
info
init
initramfs-tools
initramfs-tools-bin
initramfs-tools-core
init-system-helpers
inputattach
install-info
intel-gpu-tools
intltool-debian
ippusbxd
iproute2
iptables
iputils-arping
iputils-ping
iputils-tracepath
irqbalance
isc-dhcp-client
isc-dhcp-common
iso-codes
iw
jayatana
kbd
kerneloops-daemon
keyboard-configuration
klibc-utils
kmod
krb5-locales
language-pack-en
language-pack-en-base
language-pack-gnome-en
language-pack-gnome-en-base
language-selector-common
language-selector-gnome
laptop-detect
less
liba11y-profile-manager-0.1-0
liba11y-profile-manager-data
libaa1
libabw-0.1-1
libaccount-plugin-1.0-0
libaccount-plugin-facebook
libaccount-plugin-flickr
libaccount-plugin-generic-oauth
libaccount-plugin-google
libaccounts-glib0
libaccounts-qt5-1
libaccountsservice0
libacl1
libalgorithm-diff-perl
libalgorithm-diff-xs-perl
libalgorithm-merge-perl
--More--
Daha yeni bir Ubuntu sürümü yüklemelisin.
16.04 olabilir, 17.10 olabilir, -final sürüme kadar tavsiye etmemekle birlikte- 18.04 geliştirme sürümleri olabilir.
Tamamdır farklı bi sürüm yükleyip de deneyeyim. Çok teşekkür ederim yardımlarınız için @Princeps @rise
 
Üst