How to install softwares
- phoenix
 - 
				
									Topic Author
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 157
 - Thank you received: 0
 
			
	
						19 May 2019 02:30				#134234
		by phoenix
	
	
		
			
	
			
			 		
													
	
				How to install softwares was created by phoenix			
			
				how can i install softwares in linux
do i need to add repository for each software ??
i searched on google how to install gedit
it say s apt-get install gedit
but when i tried it it says pakage not found
					do i need to add repository for each software ??
i searched on google how to install gedit
it say s apt-get install gedit
but when i tried it it says pakage not found
Please Log in or Create an account to join the conversation.
- cmorley
 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 7230
 - Thank you received: 2106
 
			
	
						19 May 2019 04:54				#134235
		by cmorley
	
	
		
			
	
			
			 		
													
	
				Replied by cmorley on topic How to install softwares			
			
				What version of linux are you using? Wheezy? If it's Wheezy is out of date. I think you can reset the repositories to make it work again.
Chris M
					Chris M
Please Log in or Create an account to join the conversation.
- phoenix
 - 
				
									Topic Author
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 157
 - Thank you received: 0
 
			
	
						19 May 2019 05:07				#134236
		by phoenix
	
	
		
			
	
			
			 		
													
	
				Replied by phoenix on topic How to install softwares			
			
				Its streach after wheezy i also added official repositories but doesn't work
Any repos suggestions please???
					Any repos suggestions please???
Please Log in or Create an account to join the conversation.
- pl7i92
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1872
 - Thank you received: 358
 
			
	
						19 May 2019 06:21				#134238
		by pl7i92
	
	
		
			
	
			
			 		
													
	
				Replied by pl7i92 on topic How to install softwares			
			
				you need to have internet connection to install software			
					Please Log in or Create an account to join the conversation.
- phoenix
 - 
				
									Topic Author
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 157
 - Thank you received: 0
 
			
	
						19 May 2019 10:21				#134257
		by phoenix
	
	
		
			
	
			
			 		
													
	
				Replied by phoenix on topic How to install softwares			
			
				lol i am not that dumb buddy			
					Please Log in or Create an account to join the conversation.
- BigJohnT
 - 
				
											 - Offline
 - Administrator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 3990
 - Thank you received: 994
 
			
	
						19 May 2019 12:44				#134267
		by BigJohnT
	
	
		
			
	
			
			 		
													
	
				Replied by BigJohnT on topic How to install softwares			
			
				I gave up on gedit which I used to love and have switched to geany.
sudo apt install geany
JT
					sudo apt install geany
JT
Please Log in or Create an account to join the conversation.
- phoenix
 - 
				
									Topic Author
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 157
 - Thank you received: 0
 
			
	
						19 May 2019 13:21				#134268
		by phoenix
	
	
		
			
	
	
			
			 		
													
	
				Replied by phoenix on topic How to install softwares			
			
					Please Log in or Create an account to join the conversation.
- BigJohnT
 - 
				
											 - Offline
 - Administrator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 3990
 - Thank you received: 994
 
			
	
						19 May 2019 13:40				#134271
		by BigJohnT
	
	
		
			
	
			
			 		
													
	
				Replied by BigJohnT on topic How to install softwares			
			
				Copy and paste the output is always better than a screen shot.
What OS are you using?
You may need to update with sudo apt-get update.
JT
					What OS are you using?
You may need to update with sudo apt-get update.
JT
Please Log in or Create an account to join the conversation.
- pl7i92
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1872
 - Thank you received: 358
 
			
	
						19 May 2019 14:06				#134274
		by pl7i92
	
	
		
			
	
	
			 		
													
	
				Replied by pl7i92 on topic How to install softwares			
			
				hi  i wars just gussing
as of lts support stop debian wheezy
he might be better up on
vi /etc/apt/sources.list
######### change the main and updates to
deb archive.debian.org/debian/ wheezy main non-free contrib
deb-src archive.debian.org/debian/ wheezy main non-free contrib
deb archive.debian.org/debian-security/ wheezy/updates main non-free contrib
deb-src archive.debian.org/debian-security/ wheezy/updates main non-free contrib
Run
apt-get update
if you get key error
apt-get install debian-archive-keyring
... and run
apt-get update
then you can update by apt all the old software
You are welcome to take a look at my Video channel
www.youtube.com/channel/UCGuJsIoXW-exBAwdn38dXow/videos
gives some advice
					as of lts support stop debian wheezy
he might be better up on
vi /etc/apt/sources.list
######### change the main and updates to
deb archive.debian.org/debian/ wheezy main non-free contrib
deb-src archive.debian.org/debian/ wheezy main non-free contrib
deb archive.debian.org/debian-security/ wheezy/updates main non-free contrib
deb-src archive.debian.org/debian-security/ wheezy/updates main non-free contrib
Run
apt-get update
if you get key error
apt-get install debian-archive-keyring
... and run
apt-get update
then you can update by apt all the old software
You are welcome to take a look at my Video channel
www.youtube.com/channel/UCGuJsIoXW-exBAwdn38dXow/videos
gives some advice
		The following user(s) said Thank You: phoenix 	
			Please Log in or Create an account to join the conversation.
- rodw
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 11472
 - Thank you received: 3848
 
			
	
						19 May 2019 20:09				#134285
		by rodw
	
	
		
			
				
shouldn't that be
sudo apt-get install geany ?
It is the best editor out there
					
	
			
			 		
													
	
				Replied by rodw on topic How to install softwares			
			
sudo apt install geany
JT
shouldn't that be
sudo apt-get install geany ?
It is the best editor out there
Please Log in or Create an account to join the conversation.
		Time to create page: 0.219 seconds