gedit

More
15 Aug 2019 18:51 #142271 by jensor
Replied by jensor on topic gedit
jack@debian:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="www.debian.org/"
SUPPORT_URL="www.debian.org/support/"
BUG_REPORT_URL="bugs.debian.org/"

Please Log in or Create an account to join the conversation.

More
16 Aug 2019 00:49 #142299 by cheng
Replied by cheng on topic gedit

How do I do that?


Please follow the advice of tommylight. Update your software source。

you can see this link
linuxconfig.org/debian-apt-get-wheezy-sources-list

Please Log in or Create an account to join the conversation.

More
16 Aug 2019 17:37 - 16 Aug 2019 17:38 #142327 by jensor
Replied by jensor on topic gedit
the link:
linuxconfig.org/debian-apt-get-wheezy-sources-list
doesn't help.
I want to follow advice of tommylight, but don't understand how to.
Last edit: 16 Aug 2019 17:38 by jensor.

Please Log in or Create an account to join the conversation.

More
16 Aug 2019 19:07 #142332 by tommylight
Replied by tommylight on topic gedit

the link:
linuxconfig.org/debian-apt-get-wheezy-sources-list
doesn't help.
I want to follow advice of tommylight, but don't understand how to.

Sorry Jensor, but i do not have or use Wheezy so i do not know the menu structure so try to find a menu item named "software sources" or if you do not have that on the menu, use "synaptics" and in it's menu there should be a "software sources" item, open that and enable the " extras " repository.

Please Log in or Create an account to join the conversation.

More
16 Aug 2019 19:11 #142333 by jensor
Replied by jensor on topic gedit
I managed to find and download gedit-3.4.2.tar.xz
But cannot figure out how to get it working. See below:

jack@debian:~/Downloads$ ls
gedit-3.4.2.tar.xz
jack@debian:~/Downloads$ tar xf gedit-3.4.2.tar.xz
jack@debian:~/Downloads$ ls
gedit-3.4.2 gedit-3.4.2.tar.xz
jack@debian:~/Downloads$ gedit
bash: gedit: command not found
jack@debian:~/Downloads$ install gedit-3.4.2
install: missing destination file operand after `gedit-3.4.2'
Try `install --help' for more information.
jack@debian:~/Downloads$

What should the destination file operand be?

Please Log in or Create an account to join the conversation.

More
22 Aug 2019 16:53 #142857 by andypugh
Replied by andypugh on topic gedit
That xz file is zipped:

gunzip gedit-3.4.2.tar.xz

you should now have a tar file

tar -xvf gedit-3.4.2.tar

You may then have a folder of files. Probably source code. Which will need compiling and will have a lot of dependencies.

I the resulting file is a .deb then

sudo dpkg --install gedit-3.4.2.deb

`But, really, on Debian Gedit has too many dependencies to be a good choice. It depens on the Gnome desktop and you will end up installing all of that, but ot using it.

Geany is lighter and standalone.

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum